COLOR #AD8977

HEX: #AD8977
RGB: (173,137,119)

Color info

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

RGB color model

#AD8977 color RGB value is (173,137,119).

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

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 119 of 255 = 47%

173
137
119

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

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 119 = 429 (100%)
R 173 of 429 ~ 40.33%
G 137 of 429 ~ 31.93%
B 119 of 429 ~ 27.74%

%40.33
%31.93
%27.74

CMYK color model

#AD8977 color CMYK value is (0,21,31,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK:
(0,21,31,32)
C0M21Y31K32 
(0%,21%,31%,32%)
(0.00/0.21/0.31/0.32)	

CMYK percentages

%0
%20.81
%31.21
%32.16

Codes

Color #AD8977 in popluar color models

AD8977
RGB173137119
HSL20°24.77%57.25%
HSB/HSV20°31.21%67.84%
CMYK0.00%20.81%31.21%
32.16%

Color #AD8977 in popluar number systems.

HEXAD8977
Decimal173137119
Binary10101101100010011110111
Octal255211167

Shades and tints

Shades of #AD8977

#AD8977
(173,137,119)
#9E7D6D
(158,125,109)
#8F7163
(143,113,99)
#806559
(128,101,89)
#71594F
(113,89,79)
#624D45
(98,77,69)
#53413B
(83,65,59)
#443531
(68,53,49)
#352927
(53,41,39)
#261D1D
(38,29,29)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #AD8977

#AD8977
(173,137,119)
#B49383
(180,147,131)
#BB9D8F
(187,157,143)
#C2A79B
(194,167,155)
#C9B1A7
(201,177,167)
#D0BBB3
(208,187,179)
#D7C5BF
(215,197,191)
#DECFCB
(222,207,203)
#E5D9D7
(229,217,215)
#ECE3E3
(236,227,227)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8977; }

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

This text font color is #AD8977.


Background Color

.myBgColor { background-color: #AD8977; }

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

This div background color is #AD8977.


Border color

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

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

This div border color is #AD8977.


Opacity

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

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

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

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

This text has shadow with #AD8977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8977 on black background.


Color preview on white background

This text has color #AD8977 on white background.



Black color preview on #AD8977 background

This text has black color on #AD8977 background.


White color preview on #AD8977 background

This text has white color on #AD8977 background.