COLOR #AD8C81

HEX: #AD8C81
RGB: (173,140,129)

Color info

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

RGB color model

#AD8C81 color RGB value is (173,140,129).

  • red value is 173;
  • green value is 140;
  • blue value is 129.
RGB:
(173,140,129)
(68%,55%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 129 of 255 = 51%

173
140
129

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

Portions of RGB colors in percentages

R + G + B =
173 + 140 + 129 = 442 (100%)
R 173 of 442 ~ 39.14%
G 140 of 442 ~ 31.67%
B 129 of 442 ~ 29.19%

%39.14
%31.67
%29.19

CMYK color model

#AD8C81 color CMYK value is (0,19,25,32).

  • cyan value is 0.00%
  • magenta value is 19.08%
  • yellow value is 25.43%
  • key color value is 32.16%
CMYK:
(0,19,25,32)
C0M19Y25K32 
(0%,19%,25%,32%)
(0.00/0.19/0.25/0.32)	

CMYK percentages

%0
%19.08
%25.43
%32.16

Codes

Color #AD8C81 in popluar color models

AD8C81
RGB173140129
HSL15°21.15%59.22%
HSB/HSV15°25.43%67.84%
CMYK0.00%19.08%25.43%
32.16%

Color #AD8C81 in popluar number systems.

HEXAD8C81
Decimal173140129
Binary101011011000110010000001
Octal255214201

Shades and tints

Shades of #AD8C81

#AD8C81
(173,140,129)
#9E8076
(158,128,118)
#8F746B
(143,116,107)
#806860
(128,104,96)
#715C55
(113,92,85)
#62504A
(98,80,74)
#53443F
(83,68,63)
#443834
(68,56,52)
#352C29
(53,44,41)
#26201E
(38,32,30)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #AD8C81

#AD8C81
(173,140,129)
#B4968C
(180,150,140)
#BBA097
(187,160,151)
#C2AAA2
(194,170,162)
#C9B4AD
(201,180,173)
#D0BEB8
(208,190,184)
#D7C8C3
(215,200,195)
#DED2CE
(222,210,206)
#E5DCD9
(229,220,217)
#ECE6E4
(236,230,228)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8C81; }

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

This text font color is #AD8C81.


Background Color

.myBgColor { background-color: #AD8C81; }

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

This div background color is #AD8C81.


Border color

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

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

This div border color is #AD8C81.


Opacity

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

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

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

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

This text has shadow with #AD8C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8C81 on black background.


Color preview on white background

This text has color #AD8C81 on white background.



Black color preview on #AD8C81 background

This text has black color on #AD8C81 background.


White color preview on #AD8C81 background

This text has white color on #AD8C81 background.