COLOR #AD9C94

HEX: #AD9C94
RGB: (173,156,148)

Color info

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

RGB color model

#AD9C94 color RGB value is (173,156,148).

  • red value is 173;
  • green value is 156;
  • blue value is 148.
RGB:
(173,156,148)
(68%,61%,58%)

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 148 of 255 = 58%

173
156
148

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

Portions of RGB colors in percentages

R + G + B =
173 + 156 + 148 = 477 (100%)
R 173 of 477 ~ 36.27%
G 156 of 477 ~ 32.7%
B 148 of 477 ~ 31.03%

%36.27
%32.7
%31.03

CMYK color model

#AD9C94 color CMYK value is (0,10,14,32).

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 14.45%
  • key color value is 32.16%
CMYK:
(0,10,14,32)
C0M10Y14K32 
(0%,10%,14%,32%)
(0.00/0.10/0.14/0.32)	

CMYK percentages

%0
%9.83
%14.45
%32.16

Codes

Color #AD9C94 in popluar color models

AD9C94
RGB173156148
HSL19°13.23%62.94%
HSB/HSV19°14.45%67.84%
CMYK0.00%9.83%14.45%
32.16%

Color #AD9C94 in popluar number systems.

HEXAD9C94
Decimal173156148
Binary101011011001110010010100
Octal255234224

Shades and tints

Shades of #AD9C94

#AD9C94
(173,156,148)
#9E8E87
(158,142,135)
#8F807A
(143,128,122)
#80726D
(128,114,109)
#716460
(113,100,96)
#625653
(98,86,83)
#534846
(83,72,70)
#443A39
(68,58,57)
#352C2C
(53,44,44)
#261E1F
(38,30,31)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD9C94

#AD9C94
(173,156,148)
#B4A59D
(180,165,157)
#BBAEA6
(187,174,166)
#C2B7AF
(194,183,175)
#C9C0B8
(201,192,184)
#D0C9C1
(208,201,193)
#D7D2CA
(215,210,202)
#DEDBD3
(222,219,211)
#E5E4DC
(229,228,220)
#ECEDE5
(236,237,229)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9C94 color. Also use rgb(173,156,148) instead hex code.

Text Font Color

.myTextColor { color: #AD9C94; }

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

This text font color is #AD9C94.


Background Color

.myBgColor { background-color: #AD9C94; }

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

This div background color is #AD9C94.


Border color

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

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

This div border color is #AD9C94.


Opacity

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

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

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

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

This text has shadow with #AD9C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9C94 on black background.


Color preview on white background

This text has color #AD9C94 on white background.



Black color preview on #AD9C94 background

This text has black color on #AD9C94 background.


White color preview on #AD9C94 background

This text has white color on #AD9C94 background.