COLOR #AD9D85

HEX: #AD9D85
RGB: (173,157,133)

Color info

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

RGB color model

#AD9D85 color RGB value is (173,157,133).

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

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 133 of 255 = 52%

173
157
133

R + G + B ~ 61%. #AD9D85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 133 = 463 (100%)
R 173 of 463 ~ 37.37%
G 157 of 463 ~ 33.91%
B 133 of 463 ~ 28.73%

%37.37
%33.91
%28.73

CMYK color model

#AD9D85 color CMYK value is (0,9,23,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 23.12%
  • key color value is 32.16%
CMYK:
(0,9,23,32)
C0M9Y23K32 
(0%,9%,23%,32%)
(0.00/0.09/0.23/0.32)	

CMYK percentages

%0
%9.25
%23.12
%32.16

Codes

Color #AD9D85 in popluar color models

AD9D85
RGB173157133
HSL36°19.61%60.00%
HSB/HSV36°23.12%67.84%
CMYK0.00%9.25%23.12%
32.16%

Color #AD9D85 in popluar number systems.

HEXAD9D85
Decimal173157133
Binary101011011001110110000101
Octal255235205

Shades and tints

Shades of #AD9D85

#AD9D85
(173,157,133)
#9E8F79
(158,143,121)
#8F816D
(143,129,109)
#807361
(128,115,97)
#716555
(113,101,85)
#625749
(98,87,73)
#53493D
(83,73,61)
#443B31
(68,59,49)
#352D25
(53,45,37)
#261F19
(38,31,25)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #AD9D85

#AD9D85
(173,157,133)
#B4A590
(180,165,144)
#BBAD9B
(187,173,155)
#C2B5A6
(194,181,166)
#C9BDB1
(201,189,177)
#D0C5BC
(208,197,188)
#D7CDC7
(215,205,199)
#DED5D2
(222,213,210)
#E5DDDD
(229,221,221)
#ECE5E8
(236,229,232)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9D85; }

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

This text font color is #AD9D85.


Background Color

.myBgColor { background-color: #AD9D85; }

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

This div background color is #AD9D85.


Border color

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

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

This div border color is #AD9D85.


Opacity

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

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

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

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

This text has shadow with #AD9D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9D85 on black background.


Color preview on white background

This text has color #AD9D85 on white background.



Black color preview on #AD9D85 background

This text has black color on #AD9D85 background.


White color preview on #AD9D85 background

This text has white color on #AD9D85 background.