COLOR #AD9B7E

HEX: #AD9B7E
RGB: (173,155,126)

Color info

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

RGB color model

#AD9B7E color RGB value is (173,155,126).

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

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 126 of 255 = 49%

173
155
126

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 126 = 454 (100%)
R 173 of 454 ~ 38.11%
G 155 of 454 ~ 34.14%
B 126 of 454 ~ 27.75%

%38.11
%34.14
%27.75

CMYK color model

#AD9B7E color CMYK value is (0,10,27,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK:
(0,10,27,32)
C0M10Y27K32 
(0%,10%,27%,32%)
(0.00/0.10/0.27/0.32)	

CMYK percentages

%0
%10.4
%27.17
%32.16

Codes

Color #AD9B7E in popluar color models

AD9B7E
RGB173155126
HSL37°22.27%58.63%
HSB/HSV37°27.17%67.84%
CMYK0.00%10.40%27.17%
32.16%

Color #AD9B7E in popluar number systems.

HEXAD9B7E
Decimal173155126
Binary10101101100110111111110
Octal255233176

Shades and tints

Shades of #AD9B7E

#AD9B7E
(173,155,126)
#9E8D73
(158,141,115)
#8F7F68
(143,127,104)
#80715D
(128,113,93)
#716352
(113,99,82)
#625547
(98,85,71)
#53473C
(83,71,60)
#443931
(68,57,49)
#352B26
(53,43,38)
#261D1B
(38,29,27)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #AD9B7E

#AD9B7E
(173,155,126)
#B4A489
(180,164,137)
#BBAD94
(187,173,148)
#C2B69F
(194,182,159)
#C9BFAA
(201,191,170)
#D0C8B5
(208,200,181)
#D7D1C0
(215,209,192)
#DEDACB
(222,218,203)
#E5E3D6
(229,227,214)
#ECECE1
(236,236,225)
#F3F5EC
(243,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9B7E; }

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

This text font color is #AD9B7E.


Background Color

.myBgColor { background-color: #AD9B7E; }

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

This div background color is #AD9B7E.


Border color

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

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

This div border color is #AD9B7E.


Opacity

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

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

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

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

This text has shadow with #AD9B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9B7E on black background.


Color preview on white background

This text has color #AD9B7E on white background.



Black color preview on #AD9B7E background

This text has black color on #AD9B7E background.


White color preview on #AD9B7E background

This text has white color on #AD9B7E background.