COLOR #AD9F8C

HEX: #AD9F8C
RGB: (173,159,140)

Color info

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

RGB color model

#AD9F8C color RGB value is (173,159,140).

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

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 140 of 255 = 55%

173
159
140

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

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 140 = 472 (100%)
R 173 of 472 ~ 36.65%
G 159 of 472 ~ 33.69%
B 140 of 472 ~ 29.66%

%36.65
%33.69
%29.66

CMYK color model

#AD9F8C color CMYK value is (0,8,19,32).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 19.08%
  • key color value is 32.16%
CMYK:
(0,8,19,32)
C0M8Y19K32 
(0%,8%,19%,32%)
(0.00/0.08/0.19/0.32)	

CMYK percentages

%0
%8.09
%19.08
%32.16

Codes

Color #AD9F8C in popluar color models

AD9F8C
RGB173159140
HSL35°16.75%61.37%
HSB/HSV35°19.08%67.84%
CMYK0.00%8.09%19.08%
32.16%

Color #AD9F8C in popluar number systems.

HEXAD9F8C
Decimal173159140
Binary101011011001111110001100
Octal255237214

Shades and tints

Shades of #AD9F8C

#AD9F8C
(173,159,140)
#9E9180
(158,145,128)
#8F8374
(143,131,116)
#807568
(128,117,104)
#71675C
(113,103,92)
#625950
(98,89,80)
#534B44
(83,75,68)
#443D38
(68,61,56)
#352F2C
(53,47,44)
#262120
(38,33,32)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD9F8C

#AD9F8C
(173,159,140)
#B4A796
(180,167,150)
#BBAFA0
(187,175,160)
#C2B7AA
(194,183,170)
#C9BFB4
(201,191,180)
#D0C7BE
(208,199,190)
#D7CFC8
(215,207,200)
#DED7D2
(222,215,210)
#E5DFDC
(229,223,220)
#ECE7E6
(236,231,230)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9F8C; }

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

This text font color is #AD9F8C.


Background Color

.myBgColor { background-color: #AD9F8C; }

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

This div background color is #AD9F8C.


Border color

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

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

This div border color is #AD9F8C.


Opacity

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

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

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

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

This text has shadow with #AD9F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9F8C on black background.


Color preview on white background

This text has color #AD9F8C on white background.



Black color preview on #AD9F8C background

This text has black color on #AD9F8C background.


White color preview on #AD9F8C background

This text has white color on #AD9F8C background.