COLOR #AD9A87

HEX: #AD9A87 RGB: (173,154,135)

Color info

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

RGB color model

#AD9A87 color RGB value is (173,154,135).

RGB: (173,154,135) (68%, 60%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 135 of 255 = 53%

173
154
135

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

Portions of RGB colors in percentages

R + G + B = 173 + 154 + 135 = 462 (100%)
R 173 of 462 ~ 37.45%
G 154 of 462 ~ 33.33%
B 135 of 462 ~ 29.22'%

%37.45
%33.33
%29.22

CMYK color model

#AD9A87 color CMYK value is (0,11,22,32).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 21.97%
  • key color value is 32.16%

CMYK: (0,11,22,32)
C0M11Y22K32 (0%, 11%, 22%, 32%)
(0.00 / 0.11 / 0.22 / 0.32)

CMYK percentages

%0
%10.98
%21.97
%32.16

Codes

Color #AD9A87 in popluar color models

AD 9A 87
RGB 173 154 135
HSL 30° 18.81% 60.39%
HSB/HSV 30° 21.97% 67.84%
CMYK 0.00% 10.98% 21.97%
32.16%

Color #AD9A87 in popluar number systems.

HEX AD 9A 87
Decimal 173 154 135
Binary 10101101 10011010 10000111
Octal 255 232 207

Shades and tints

Shades of #AD9A87

#AD9A87
(173,154,135)
#9E8C7B
(158,140,123)
#8F7E6F
(143,126,111)
#807063
(128,112,99)
#716257
(113,98,87)
#62544B
(98,84,75)
#53463F
(83,70,63)
#443833
(68,56,51)
#352A27
(53,42,39)
#261C1B
(38,28,27)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #AD9A87

#AD9A87
(173,154,135)
#B4A391
(180,163,145)
#BBAC9B
(187,172,155)
#C2B5A5
(194,181,165)
#C9BEAF
(201,190,175)
#D0C7B9
(208,199,185)
#D7D0C3
(215,208,195)
#DED9CD
(222,217,205)
#E5E2D7
(229,226,215)
#ECEBE1
(236,235,225)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9A87 color. Also use rgb(173,154,135) instead hex code.

Text Font Color

.myTextColor { color: #AD9A87; }

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

This text font color is #AD9A87.

Background Color

.myBgColor { background-color: #AD9A87; }

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

This div background color is #AD9A87.

Border color

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

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

This div border color is #AD9A87.

Opacity

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

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

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

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

This text has shadow with #AD9A87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9A87.

Preview

Color preview on black background

This text has color #AD9A87 on black background.


Color preview on white background

This text has color #AD9A87 on white background.


Black color preview on #AD9A87 background

This text has black color on #AD9A87 background.


White color preview on #AD9A87 background

This text has white color on #AD9A87 background.


Related colors

Complementary color

Complementary color for #hex is #526578.


I love getcolorcode.com

Triadic colors

1 #87AD9A and #9A87AD with #AD9A87 are triadic colors.

2 #879AAD and #9AAD87 with #AD9A87 are triadic colors.