COLOR #AD9F9A

HEX: #AD9F9A
RGB: (173,159,154)

Color info

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

RGB color model

#AD9F9A color RGB value is (173,159,154).

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

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 154 of 255 = 60%

173
159
154

R + G + B ~ 63%. #AD9F9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 154 = 486 (100%)
R 173 of 486 ~ 35.6%
G 159 of 486 ~ 32.72%
B 154 of 486 ~ 31.69%

%35.6
%32.72
%31.69

CMYK color model

#AD9F9A color CMYK value is (0,8,11,32).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(0,8,11,32)
C0M8Y11K32 
(0%,8%,11%,32%)
(0.00/0.08/0.11/0.32)	

CMYK percentages

%0
%8.09
%10.98
%32.16

Codes

Color #AD9F9A in popluar color models

AD9F9A
RGB173159154
HSL16°10.38%64.12%
HSB/HSV16°10.98%67.84%
CMYK0.00%8.09%10.98%
32.16%

Color #AD9F9A in popluar number systems.

HEXAD9F9A
Decimal173159154
Binary101011011001111110011010
Octal255237232

Shades and tints

Shades of #AD9F9A

#AD9F9A
(173,159,154)
#9E918C
(158,145,140)
#8F837E
(143,131,126)
#807570
(128,117,112)
#716762
(113,103,98)
#625954
(98,89,84)
#534B46
(83,75,70)
#443D38
(68,61,56)
#352F2A
(53,47,42)
#26211C
(38,33,28)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #AD9F9A

#AD9F9A
(173,159,154)
#B4A7A3
(180,167,163)
#BBAFAC
(187,175,172)
#C2B7B5
(194,183,181)
#C9BFBE
(201,191,190)
#D0C7C7
(208,199,199)
#D7CFD0
(215,207,208)
#DED7D9
(222,215,217)
#E5DFE2
(229,223,226)
#ECE7EB
(236,231,235)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9F9A; }

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

This text font color is #AD9F9A.


Background Color

.myBgColor { background-color: #AD9F9A; }

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

This div background color is #AD9F9A.


Border color

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

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

This div border color is #AD9F9A.


Opacity

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

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

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

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

This text has shadow with #AD9F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9F9A on black background.


Color preview on white background

This text has color #AD9F9A on white background.



Black color preview on #AD9F9A background

This text has black color on #AD9F9A background.


White color preview on #AD9F9A background

This text has white color on #AD9F9A background.