COLOR #AD8E77

HEX: #AD8E77
RGB: (173,142,119)

Color info

#AD8E77 contains red, green and blue colors in about the same proportion. Web safe color of #AD8E77 is #999966 (or #996).

RGB color model

#AD8E77 color RGB value is (173,142,119).

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

RGB channels and saturation

R 173 of 255 = 68%
G 142 of 255 = 56%
B 119 of 255 = 47%

173
142
119

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

Portions of RGB colors in percentages

R + G + B =
173 + 142 + 119 = 434 (100%)
R 173 of 434 ~ 39.86%
G 142 of 434 ~ 32.72%
B 119 of 434 ~ 27.42%

%39.86
%32.72
%27.42

CMYK color model

#AD8E77 color CMYK value is (0,18,31,32).

  • cyan value is 0.00%
  • magenta value is 17.92%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK:
(0,18,31,32)
C0M18Y31K32 
(0%,18%,31%,32%)
(0.00/0.18/0.31/0.32)	

CMYK percentages

%0
%17.92
%31.21
%32.16

Codes

Color #AD8E77 in popluar color models

AD8E77
RGB173142119
HSL26°24.77%57.25%
HSB/HSV26°31.21%67.84%
CMYK0.00%17.92%31.21%
32.16%

Color #AD8E77 in popluar number systems.

HEXAD8E77
Decimal173142119
Binary10101101100011101110111
Octal255216167

Shades and tints

Shades of #AD8E77

#AD8E77
(173,142,119)
#9E826D
(158,130,109)
#8F7663
(143,118,99)
#806A59
(128,106,89)
#715E4F
(113,94,79)
#625245
(98,82,69)
#53463B
(83,70,59)
#443A31
(68,58,49)
#352E27
(53,46,39)
#26221D
(38,34,29)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #AD8E77

#AD8E77
(173,142,119)
#B49883
(180,152,131)
#BBA28F
(187,162,143)
#C2AC9B
(194,172,155)
#C9B6A7
(201,182,167)
#D0C0B3
(208,192,179)
#D7CABF
(215,202,191)
#DED4CB
(222,212,203)
#E5DED7
(229,222,215)
#ECE8E3
(236,232,227)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8E77; }

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

This text font color is #AD8E77.


Background Color

.myBgColor { background-color: #AD8E77; }

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

This div background color is #AD8E77.


Border color

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

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

This div border color is #AD8E77.


Opacity

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

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

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

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

This text has shadow with #AD8E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8E77 on black background.


Color preview on white background

This text has color #AD8E77 on white background.



Black color preview on #AD8E77 background

This text has black color on #AD8E77 background.


White color preview on #AD8E77 background

This text has white color on #AD8E77 background.