COLOR #AD8E82

HEX: #AD8E82
RGB: (173,142,130)

Color info

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

RGB color model

#AD8E82 color RGB value is (173,142,130).

  • red value is 173;
  • green value is 142;
  • blue value is 130.
RGB:
(173,142,130)
(68%,56%,51%)

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 130 of 255 = 51%

173
142
130

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

Portions of RGB colors in percentages

R + G + B =
173 + 142 + 130 = 445 (100%)
R 173 of 445 ~ 38.88%
G 142 of 445 ~ 31.91%
B 130 of 445 ~ 29.21%

%38.88
%31.91
%29.21

CMYK color model

#AD8E82 color CMYK value is (0,18,25,32).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 24.86%
  • key color value is 32.16%
CMYK:
(0,18,25,32)
C0M18Y25K32 
(0%,18%,25%,32%)
(0.00/0.18/0.25/0.32)	

CMYK percentages

%0
%17.92
%24.86
%32.16

Codes

Color #AD8E82 in popluar color models

AD8E82
RGB173142130
HSL17°20.77%59.41%
HSB/HSV17°24.86%67.84%
CMYK0.00%17.92%24.86%
32.16%

Color #AD8E82 in popluar number systems.

HEXAD8E82
Decimal173142130
Binary101011011000111010000010
Octal255216202

Shades and tints

Shades of #AD8E82

#AD8E82
(173,142,130)
#9E8277
(158,130,119)
#8F766C
(143,118,108)
#806A61
(128,106,97)
#715E56
(113,94,86)
#62524B
(98,82,75)
#534640
(83,70,64)
#443A35
(68,58,53)
#352E2A
(53,46,42)
#26221F
(38,34,31)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #AD8E82

#AD8E82
(173,142,130)
#B4988D
(180,152,141)
#BBA298
(187,162,152)
#C2ACA3
(194,172,163)
#C9B6AE
(201,182,174)
#D0C0B9
(208,192,185)
#D7CAC4
(215,202,196)
#DED4CF
(222,212,207)
#E5DEDA
(229,222,218)
#ECE8E5
(236,232,229)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8E82 color. Also use rgb(173,142,130) instead hex code.

Text Font Color

.myTextColor { color: #AD8E82; }

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

This text font color is #AD8E82.


Background Color

.myBgColor { background-color: #AD8E82; }

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

This div background color is #AD8E82.


Border color

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

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

This div border color is #AD8E82.


Opacity

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

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

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

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

This text has shadow with #AD8E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8E82 on black background.


Color preview on white background

This text has color #AD8E82 on white background.



Black color preview on #AD8E82 background

This text has black color on #AD8E82 background.


White color preview on #AD8E82 background

This text has white color on #AD8E82 background.