COLOR #AD9D6B

HEX: #AD9D6B
RGB: (173,157,107)

Color info

#AD9D6B contains mainly red and green colors. Web safe color of #AD9D6B is #999966 (or #996).

RGB color model

#AD9D6B color RGB value is (173,157,107).

  • red value is 173;
  • green value is 157;
  • blue value is 107.
RGB:
(173,157,107)
(68%,62%,42%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 107 of 255 = 42%

173
157
107

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

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 107 = 437 (100%)
R 173 of 437 ~ 39.59%
G 157 of 437 ~ 35.93%
B 107 of 437 ~ 24.49%

%39.59
%35.93
%24.49

CMYK color model

#AD9D6B color CMYK value is (0,9,38,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 38.15%
  • key color value is 32.16%
CMYK:
(0,9,38,32)
C0M9Y38K32 
(0%,9%,38%,32%)
(0.00/0.09/0.38/0.32)	

CMYK percentages

%0
%9.25
%38.15
%32.16

Codes

Color #AD9D6B in popluar color models

AD9D6B
RGB173157107
HSL45°28.70%54.90%
HSB/HSV45°38.15%67.84%
CMYK0.00%9.25%38.15%
32.16%

Color #AD9D6B in popluar number systems.

HEXAD9D6B
Decimal173157107
Binary10101101100111011101011
Octal255235153

Shades and tints

Shades of #AD9D6B

#AD9D6B
(173,157,107)
#9E8F62
(158,143,98)
#8F8159
(143,129,89)
#807350
(128,115,80)
#716547
(113,101,71)
#62573E
(98,87,62)
#534935
(83,73,53)
#443B2C
(68,59,44)
#352D23
(53,45,35)
#261F1A
(38,31,26)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD9D6B

#AD9D6B
(173,157,107)
#B4A578
(180,165,120)
#BBAD85
(187,173,133)
#C2B592
(194,181,146)
#C9BD9F
(201,189,159)
#D0C5AC
(208,197,172)
#D7CDB9
(215,205,185)
#DED5C6
(222,213,198)
#E5DDD3
(229,221,211)
#ECE5E0
(236,229,224)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9D6B color. Also use rgb(173,157,107) instead hex code.

Text Font Color

.myTextColor { color: #AD9D6B; }

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

This text font color is #AD9D6B.


Background Color

.myBgColor { background-color: #AD9D6B; }

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

This div background color is #AD9D6B.


Border color

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

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

This div border color is #AD9D6B.


Opacity

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

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

Text with #AD9D6B 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 #AD9D6B;}

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

This text has shadow with #AD9D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9D6B on black background.


Color preview on white background

This text has color #AD9D6B on white background.



Black color preview on #AD9D6B background

This text has black color on #AD9D6B background.


White color preview on #AD9D6B background

This text has white color on #AD9D6B background.