COLOR #AD7A31

HEX: #AD7A31
RGB: (173,122,49)

Renk bilgisi

#AD7A31 contains mainly red and green colors. #AD7A31 ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AD7A31 color RGB value is (173,122,49).

  • kırmız ton 173;
  • yeşil ton 122;
  • mavi ton 49.
RGB:
(173,122,49)
(68%,48%,19%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 122 of 255 = 48%
B 49 of 255 = 19%

173
122
49

R + G + B ~ 45%. #AD7A31 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 122 + 49 = 344 (100%)
R 173 of 344 ~ 50.29%
G 122 of 344 ~ 35.47%
B 49 of 344 ~ 14.24%

%50.29
%35.47
%14.24

CMYK RENK MODELİ

#AD7A31 rengi CMYK tonu (0,29,72,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.48%
  • sarı tonu 71.68%
  • ana renk tonu 32.16%
CMYK:
(0,29,72,32)
C0M29Y72K32 
(0%,29%,72%,32%)
(0.00/0.29/0.72/0.32)	

CMYK yüzdeleri

%0
%29.48
%71.68
%32.16

Codes

Color #AD7A31 in popluar color models

AD7A31
RGB17312249
HSL35°55.86%43.53%
HSB/HSV35°71.68%67.84%
CMYK0.00%29.48%71.68%
32.16%

Color #AD7A31 in popluar number systems.

HEXAD7A31
Decimal17312249
Binary101011011111010110001
Octal25517261

Shades and tints

Shades of #AD7A31

#AD7A31
(173,122,49)
#9E6F2D
(158,111,45)
#8F6429
(143,100,41)
#805925
(128,89,37)
#714E21
(113,78,33)
#62431D
(98,67,29)
#533819
(83,56,25)
#442D15
(68,45,21)
#352211
(53,34,17)
#26170D
(38,23,13)
#170C09
(23,12,9)
#000000
(0,0,0)

Tints of #AD7A31

#AD7A31
(173,122,49)
#B48643
(180,134,67)
#BB9255
(187,146,85)
#C29E67
(194,158,103)
#C9AA79
(201,170,121)
#D0B68B
(208,182,139)
#D7C29D
(215,194,157)
#DECEAF
(222,206,175)
#E5DAC1
(229,218,193)
#ECE6D3
(236,230,211)
#F3F2E5
(243,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7A31 color. Also use rgb(173,122,49) instead hex code.

Text Font Color

.myTextColor { color: #AD7A31; }

<p style="color:#AD7A31">This sample text font color is #AD7A31.</p>

This text font color is #AD7A31.


Background Color

.myBgColor { background-color: #AD7A31; }

<div style="background-color:#AD7A31">Inner text</div>

This div background color is #AD7A31.


Border color

.myBorderColor { border: 1px solid #AD7A31; }

<div style="border:3px solid #AD7A31">Div</div>

This div border color is #AD7A31.


Opacity

.myOpacity80 { color: #AD7A31; opacity: 0.8; }

<p style="color:#AD7A31;opacity:0.8;">80%</p>

Text with #AD7A31 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AD7A31;}

<p style="text-shadow: 3px 3px 1px #AD7A31">Text here.</p>

This text has shadow with #AD7A31 color.

.textShadow {text-shadow: 3px 3px 1px #AD7A31, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AD7A31, 5px 5px 20px red">Text here.</p>

This text has shadow with #AD7A31 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7A31, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AD7A31, Direction=45, Strength=4)">Text</p>

This text has shadow with #AD7A31 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AD7A31;
  -webkit-box-shadow:	1px 1px 3px 2px #AD7A31;
  box-shadow:		1px 1px 3px 2px #AD7A31;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7A31;
-webkit-box-shadow: 1px 1px 3px 2px #AD7A31;
box-shadow:1px 1px 3px 2px #AD7A31;">
Div content here</div>
This div box has shadow with color #AD7A31.

Preview

Color preview on black background

This text has color #AD7A31 on black background.


Color preview on white background

This text has color #AD7A31 on white background.



Black color preview on #AD7A31 background

This text has black color on #AD7A31 background.


White color preview on #AD7A31 background

This text has white color on #AD7A31 background.