COLOR #AD8F87

HEX: #AD8F87
RGB: (173,143,135)

Color info

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

RGB color model

#AD8F87 color RGB value is (173,143,135).

  • red value is 173;
  • green value is 143;
  • blue value is 135.
RGB:
(173,143,135)
(68%,56%,53%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 135 of 255 = 53%

173
143
135

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 135 = 451 (100%)
R 173 of 451 ~ 38.36%
G 143 of 451 ~ 31.71%
B 135 of 451 ~ 29.93%

%38.36
%31.71
%29.93

CMYK color model

#AD8F87 color CMYK value is (0,17,22,32).

  • cyan value is 0.00%
  • magenta value is 17.34%
  • yellow value is 21.97%
  • key color value is 32.16%
CMYK:
(0,17,22,32)
C0M17Y22K32 
(0%,17%,22%,32%)
(0.00/0.17/0.22/0.32)	

CMYK percentages

%0
%17.34
%21.97
%32.16

Codes

Color #AD8F87 in popluar color models

AD8F87
RGB173143135
HSL13°18.81%60.39%
HSB/HSV13°21.97%67.84%
CMYK0.00%17.34%21.97%
32.16%

Color #AD8F87 in popluar number systems.

HEXAD8F87
Decimal173143135
Binary101011011000111110000111
Octal255217207

Shades and tints

Shades of #AD8F87

#AD8F87
(173,143,135)
#9E827B
(158,130,123)
#8F756F
(143,117,111)
#806863
(128,104,99)
#715B57
(113,91,87)
#624E4B
(98,78,75)
#53413F
(83,65,63)
#443433
(68,52,51)
#352727
(53,39,39)
#261A1B
(38,26,27)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #AD8F87

#AD8F87
(173,143,135)
#B49991
(180,153,145)
#BBA39B
(187,163,155)
#C2ADA5
(194,173,165)
#C9B7AF
(201,183,175)
#D0C1B9
(208,193,185)
#D7CBC3
(215,203,195)
#DED5CD
(222,213,205)
#E5DFD7
(229,223,215)
#ECE9E1
(236,233,225)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8F87; }

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

This text font color is #AD8F87.


Background Color

.myBgColor { background-color: #AD8F87; }

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

This div background color is #AD8F87.


Border color

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

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

This div border color is #AD8F87.


Opacity

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

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

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

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

This text has shadow with #AD8F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8F87 on black background.


Color preview on white background

This text has color #AD8F87 on white background.



Black color preview on #AD8F87 background

This text has black color on #AD8F87 background.


White color preview on #AD8F87 background

This text has white color on #AD8F87 background.