COLOR #AD8D87

HEX: #AD8D87 RGB: (173,141,135)

Color info

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

RGB color model

#AD8D87 color RGB value is (173,141,135).

RGB: (173,141,135) (68%, 55%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 141 of 255 = 55%
B 135 of 255 = 53%

173
141
135

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

Portions of RGB colors in percentages

R + G + B = 173 + 141 + 135 = 449 (100%)
R 173 of 449 ~ 38.53%
G 141 of 449 ~ 31.4%
B 135 of 449 ~ 30.07'%

%38.53
%31.4
%30.07

CMYK color model

#AD8D87 color CMYK value is (0,18,22,32).

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

CMYK: (0,18,22,32)
C0M18Y22K32 (0%, 18%, 22%, 32%)
(0.00 / 0.18 / 0.22 / 0.32)

CMYK percentages

%0
%18.5
%21.97
%32.16

Codes

Color #AD8D87 in popluar color models

AD 8D 87
RGB 173 141 135
HSL 18.81% 60.39%
HSB/HSV 21.97% 67.84%
CMYK 0.00% 18.50% 21.97%
32.16%

Color #AD8D87 in popluar number systems.

HEX AD 8D 87
Decimal 173 141 135
Binary 10101101 10001101 10000111
Octal 255 215 207

Shades and tints

Shades of #AD8D87

#AD8D87
(173,141,135)
#9E817B
(158,129,123)
#8F756F
(143,117,111)
#806963
(128,105,99)
#715D57
(113,93,87)
#62514B
(98,81,75)
#53453F
(83,69,63)
#443933
(68,57,51)
#352D27
(53,45,39)
#26211B
(38,33,27)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #AD8D87

#AD8D87
(173,141,135)
#B49791
(180,151,145)
#BBA19B
(187,161,155)
#C2ABA5
(194,171,165)
#C9B5AF
(201,181,175)
#D0BFB9
(208,191,185)
#D7C9C3
(215,201,195)
#DED3CD
(222,211,205)
#E5DDD7
(229,221,215)
#ECE7E1
(236,231,225)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8D87; }

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

This text font color is #AD8D87.

Background Color

.myBgColor { background-color: #AD8D87; }

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

This div background color is #AD8D87.

Border color

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

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

This div border color is #AD8D87.

Opacity

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

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

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

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

This text has shadow with #AD8D87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8D87.

Preview

Color preview on black background

This text has color #AD8D87 on black background.


Color preview on white background

This text has color #AD8D87 on white background.


Black color preview on #AD8D87 background

This text has black color on #AD8D87 background.


White color preview on #AD8D87 background

This text has white color on #AD8D87 background.


Related colors

Complementary color

Complementary color for #hex is #527278.


I love getcolorcode.com

Triadic colors

1 #87AD8D and #8D87AD with #AD8D87 are triadic colors.

2 #878DAD and #8DAD87 with #AD8D87 are triadic colors.