COLOR #AD9F96

HEX: #AD9F96
RGB: (173,159,150)

Color info

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

RGB color model

#AD9F96 color RGB value is (173,159,150).

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

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 150 of 255 = 59%

173
159
150

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

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 150 = 482 (100%)
R 173 of 482 ~ 35.89%
G 159 of 482 ~ 32.99%
B 150 of 482 ~ 31.12%

%35.89
%32.99
%31.12

CMYK color model

#AD9F96 color CMYK value is (0,8,13,32).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(0,8,13,32)
C0M8Y13K32 
(0%,8%,13%,32%)
(0.00/0.08/0.13/0.32)	

CMYK percentages

%0
%8.09
%13.29
%32.16

Codes

Color #AD9F96 in popluar color models

AD9F96
RGB173159150
HSL23°12.30%63.33%
HSB/HSV23°13.29%67.84%
CMYK0.00%8.09%13.29%
32.16%

Color #AD9F96 in popluar number systems.

HEXAD9F96
Decimal173159150
Binary101011011001111110010110
Octal255237226

Shades and tints

Shades of #AD9F96

#AD9F96
(173,159,150)
#9E9189
(158,145,137)
#8F837C
(143,131,124)
#80756F
(128,117,111)
#716762
(113,103,98)
#625955
(98,89,85)
#534B48
(83,75,72)
#443D3B
(68,61,59)
#352F2E
(53,47,46)
#262121
(38,33,33)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD9F96

#AD9F96
(173,159,150)
#B4A79F
(180,167,159)
#BBAFA8
(187,175,168)
#C2B7B1
(194,183,177)
#C9BFBA
(201,191,186)
#D0C7C3
(208,199,195)
#D7CFCC
(215,207,204)
#DED7D5
(222,215,213)
#E5DFDE
(229,223,222)
#ECE7E7
(236,231,231)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9F96; }

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

This text font color is #AD9F96.


Background Color

.myBgColor { background-color: #AD9F96; }

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

This div background color is #AD9F96.


Border color

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

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

This div border color is #AD9F96.


Opacity

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

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

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

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

This text has shadow with #AD9F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9F96 on black background.


Color preview on white background

This text has color #AD9F96 on white background.



Black color preview on #AD9F96 background

This text has black color on #AD9F96 background.


White color preview on #AD9F96 background

This text has white color on #AD9F96 background.