COLOR #AD9F92

HEX: #AD9F92
RGB: (173,159,146)

Color info

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

RGB color model

#AD9F92 color RGB value is (173,159,146).

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

RGB channels and saturation

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

173
159
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 146 = 478 (100%)
R 173 of 478 ~ 36.19%
G 159 of 478 ~ 33.26%
B 146 of 478 ~ 30.54%

%36.19
%33.26
%30.54

CMYK color model

#AD9F92 color CMYK value is (0,8,16,32).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,8,16,32)
C0M8Y16K32 
(0%,8%,16%,32%)
(0.00/0.08/0.16/0.32)	

CMYK percentages

%0
%8.09
%15.61
%32.16

Codes

Color #AD9F92 in popluar color models

AD9F92
RGB173159146
HSL29°14.14%62.55%
HSB/HSV29°15.61%67.84%
CMYK0.00%8.09%15.61%
32.16%

Color #AD9F92 in popluar number systems.

HEXAD9F92
Decimal173159146
Binary101011011001111110010010
Octal255237222

Shades and tints

Shades of #AD9F92

#AD9F92
(173,159,146)
#9E9185
(158,145,133)
#8F8378
(143,131,120)
#80756B
(128,117,107)
#71675E
(113,103,94)
#625951
(98,89,81)
#534B44
(83,75,68)
#443D37
(68,61,55)
#352F2A
(53,47,42)
#26211D
(38,33,29)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #AD9F92

#AD9F92
(173,159,146)
#B4A79B
(180,167,155)
#BBAFA4
(187,175,164)
#C2B7AD
(194,183,173)
#C9BFB6
(201,191,182)
#D0C7BF
(208,199,191)
#D7CFC8
(215,207,200)
#DED7D1
(222,215,209)
#E5DFDA
(229,223,218)
#ECE7E3
(236,231,227)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9F92; }

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

This text font color is #AD9F92.


Background Color

.myBgColor { background-color: #AD9F92; }

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

This div background color is #AD9F92.


Border color

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

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

This div border color is #AD9F92.


Opacity

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

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

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

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

This text has shadow with #AD9F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9F92 on black background.


Color preview on white background

This text has color #AD9F92 on white background.



Black color preview on #AD9F92 background

This text has black color on #AD9F92 background.


White color preview on #AD9F92 background

This text has white color on #AD9F92 background.