COLOR #AD9D8C

HEX: #AD9D8C RGB: (173,157,140)

Color info

#AD9D8C contains red, green and blue colors in about the same proportion. Web safe color of #AD9D8C is #999999 (or #999).

RGB color model

#AD9D8C color RGB value is (173,157,140).

RGB: (173,157,140) (68%, 62%, 55%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 140 of 255 = 55%

173
157
140

R + G + B ~ 62%. #AD9D8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 157 + 140 = 470 (100%)
R 173 of 470 ~ 36.81%
G 157 of 470 ~ 33.4%
B 140 of 470 ~ 29.79'%

%36.81
%33.4
%29.79

CMYK color model

#AD9D8C color CMYK value is (0,9,19,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 19.08%
  • key color value is 32.16%

CMYK: (0,9,19,32)
C0M9Y19K32 (0%, 9%, 19%, 32%)
(0.00 / 0.09 / 0.19 / 0.32)

CMYK percentages

%0
%9.25
%19.08
%32.16

Codes

Color #AD9D8C in popluar color models

AD 9D 8C
RGB 173 157 140
HSL 31° 16.75% 61.37%
HSB/HSV 31° 19.08% 67.84%
CMYK 0.00% 9.25% 19.08%
32.16%

Color #AD9D8C in popluar number systems.

HEX AD 9D 8C
Decimal 173 157 140
Binary 10101101 10011101 10001100
Octal 255 235 214

Shades and tints

Shades of #AD9D8C

#AD9D8C
(173,157,140)
#9E8F80
(158,143,128)
#8F8174
(143,129,116)
#807368
(128,115,104)
#71655C
(113,101,92)
#625750
(98,87,80)
#534944
(83,73,68)
#443B38
(68,59,56)
#352D2C
(53,45,44)
#261F20
(38,31,32)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #AD9D8C

#AD9D8C
(173,157,140)
#B4A596
(180,165,150)
#BBADA0
(187,173,160)
#C2B5AA
(194,181,170)
#C9BDB4
(201,189,180)
#D0C5BE
(208,197,190)
#D7CDC8
(215,205,200)
#DED5D2
(222,213,210)
#E5DDDC
(229,221,220)
#ECE5E6
(236,229,230)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9D8C; }

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

This text font color is #AD9D8C.

Background Color

.myBgColor { background-color: #AD9D8C; }

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

This div background color is #AD9D8C.

Border color

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

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

This div border color is #AD9D8C.

Opacity

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

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

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

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

This text has shadow with #AD9D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9D8C.

Preview

Color preview on black background

This text has color #AD9D8C on black background.


Color preview on white background

This text has color #AD9D8C on white background.


Black color preview on #AD9D8C background

This text has black color on #AD9D8C background.


White color preview on #AD9D8C background

This text has white color on #AD9D8C background.


Related colors

Complementary color

Complementary color for #hex is #526273.


I love getcolorcode.com

Triadic colors

1 #8CAD9D and #9D8CAD with #AD9D8C are triadic colors.

2 #8C9DAD and #9DAD8C with #AD9D8C are triadic colors.