COLOR #AD9D7E

HEX: #AD9D7E
RGB: (173,157,126)

Color info

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

RGB color model

#AD9D7E color RGB value is (173,157,126).

  • red value is 173;
  • green value is 157;
  • blue value is 126.
RGB: (173,157,126) (68%,62%,49%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 126 of 255 = 49%

173
157
126

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

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 126 = 456 (100%)
R 173 of 456 ~ 37.94%
G 157 of 456 ~ 34.43%
B 126 of 456 ~ 27.63%

%37.94
%34.43
%27.63

CMYK color model

#AD9D7E color CMYK value is (0,9,27,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK: (0,9,27,32) C0M9Y27K32 (0%,9%,27%,32%) (0.00/0.09/0.27/0.32)

CMYK percentages

%0
%9.25
%27.17
%32.16

Codes

Color #AD9D7E in popluar color models

AD9D7E
RGB173157126
HSL40°22.27%58.63%
HSB/HSV40°27.17%67.84%
CMYK0.00%9.25%27.17%
32.16%

Color #AD9D7E in popluar number systems.

HEXAD9D7E
Decimal173157126
Binary10101101100111011111110
Octal255235176

Shades and tints

Shades of #AD9D7E

#AD9D7E
(173,157,126)
#9E8F73
(158,143,115)
#8F8168
(143,129,104)
#80735D
(128,115,93)
#716552
(113,101,82)
#625747
(98,87,71)
#53493C
(83,73,60)
#443B31
(68,59,49)
#352D26
(53,45,38)
#261F1B
(38,31,27)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD9D7E

#AD9D7E
(173,157,126)
#B4A589
(180,165,137)
#BBAD94
(187,173,148)
#C2B59F
(194,181,159)
#C9BDAA
(201,189,170)
#D0C5B5
(208,197,181)
#D7CDC0
(215,205,192)
#DED5CB
(222,213,203)
#E5DDD6
(229,221,214)
#ECE5E1
(236,229,225)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9D7E color. Also use rgb(173,157,126) instead hex code.

Text Font Color

.myTextColor { color: #AD9D7E; }

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

This text font color is #AD9D7E.


Background Color

.myBgColor { background-color: #AD9D7E; }

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

This div background color is #AD9D7E.


Border color

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

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

This div border color is #AD9D7E.


Opacity

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

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

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

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

This text has shadow with #AD9D7E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AD9D7E on black background.


Color preview on white background

This text has color #AD9D7E on white background.



Black color preview on #AD9D7E background

This text has black color on #AD9D7E background.


White color preview on #AD9D7E background

This text has white color on #AD9D7E background.