COLOR #AD9A92

HEX: #AD9A92
RGB: (173,154,146)

Color info

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

RGB color model

#AD9A92 color RGB value is (173,154,146).

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

RGB channels and saturation

R 173 of 255 = 68%
G 154 of 255 = 60%
B 146 of 255 = 57%

173
154
146

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

Portions of RGB colors in percentages

R + G + B =
173 + 154 + 146 = 473 (100%)
R 173 of 473 ~ 36.58%
G 154 of 473 ~ 32.56%
B 146 of 473 ~ 30.87%

%36.58
%32.56
%30.87

CMYK color model

#AD9A92 color CMYK value is (0,11,16,32).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 15.61%
  • key color value is 32.16%
CMYK:
(0,11,16,32)
C0M11Y16K32 
(0%,11%,16%,32%)
(0.00/0.11/0.16/0.32)	

CMYK percentages

%0
%10.98
%15.61
%32.16

Codes

Color #AD9A92 in popluar color models

AD9A92
RGB173154146
HSL18°14.14%62.55%
HSB/HSV18°15.61%67.84%
CMYK0.00%10.98%15.61%
32.16%

Color #AD9A92 in popluar number systems.

HEXAD9A92
Decimal173154146
Binary101011011001101010010010
Octal255232222

Shades and tints

Shades of #AD9A92

#AD9A92
(173,154,146)
#9E8C85
(158,140,133)
#8F7E78
(143,126,120)
#80706B
(128,112,107)
#71625E
(113,98,94)
#625451
(98,84,81)
#534644
(83,70,68)
#443837
(68,56,55)
#352A2A
(53,42,42)
#261C1D
(38,28,29)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #AD9A92

#AD9A92
(173,154,146)
#B4A39B
(180,163,155)
#BBACA4
(187,172,164)
#C2B5AD
(194,181,173)
#C9BEB6
(201,190,182)
#D0C7BF
(208,199,191)
#D7D0C8
(215,208,200)
#DED9D1
(222,217,209)
#E5E2DA
(229,226,218)
#ECEBE3
(236,235,227)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9A92; }

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

This text font color is #AD9A92.


Background Color

.myBgColor { background-color: #AD9A92; }

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

This div background color is #AD9A92.


Border color

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

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

This div border color is #AD9A92.


Opacity

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

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

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

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

This text has shadow with #AD9A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9A92 on black background.


Color preview on white background

This text has color #AD9A92 on white background.



Black color preview on #AD9A92 background

This text has black color on #AD9A92 background.


White color preview on #AD9A92 background

This text has white color on #AD9A92 background.