COLOR #AD9D92

HEX: #AD9D92
RGB: (173,157,146)

Color info

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

RGB color model

#AD9D92 color RGB value is (173,157,146).

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

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 146 of 255 = 57%

173
157
146

R + G + B ~ 62%. #AD9D92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 146 = 476 (100%)
R 173 of 476 ~ 36.34%
G 157 of 476 ~ 32.98%
B 146 of 476 ~ 30.67%

%36.34
%32.98
%30.67

CMYK color model

#AD9D92 color CMYK value is (0,9,16,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,9,16,32)
C0M9Y16K32 
(0%,9%,16%,32%)
(0.00/0.09/0.16/0.32)	

CMYK percentages

%0
%9.25
%15.61
%32.16

Codes

Color #AD9D92 in popluar color models

AD9D92
RGB173157146
HSL24°14.14%62.55%
HSB/HSV24°15.61%67.84%
CMYK0.00%9.25%15.61%
32.16%

Color #AD9D92 in popluar number systems.

HEXAD9D92
Decimal173157146
Binary101011011001110110010010
Octal255235222

Shades and tints

Shades of #AD9D92

#AD9D92
(173,157,146)
#9E8F85
(158,143,133)
#8F8178
(143,129,120)
#80736B
(128,115,107)
#71655E
(113,101,94)
#625751
(98,87,81)
#534944
(83,73,68)
#443B37
(68,59,55)
#352D2A
(53,45,42)
#261F1D
(38,31,29)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD9D92

#AD9D92
(173,157,146)
#B4A59B
(180,165,155)
#BBADA4
(187,173,164)
#C2B5AD
(194,181,173)
#C9BDB6
(201,189,182)
#D0C5BF
(208,197,191)
#D7CDC8
(215,205,200)
#DED5D1
(222,213,209)
#E5DDDA
(229,221,218)
#ECE5E3
(236,229,227)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9D92; }

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

This text font color is #AD9D92.


Background Color

.myBgColor { background-color: #AD9D92; }

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

This div background color is #AD9D92.


Border color

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

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

This div border color is #AD9D92.


Opacity

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

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

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

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

This text has shadow with #AD9D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9D92 on black background.


Color preview on white background

This text has color #AD9D92 on white background.



Black color preview on #AD9D92 background

This text has black color on #AD9D92 background.


White color preview on #AD9D92 background

This text has white color on #AD9D92 background.