COLOR #AD9C80

HEX: #AD9C80
RGB: (173,156,128)

Color info

#AD9C80 contains red, green and blue colors in about the same proportion. Web safe color of #AD9C80 is #999966 (or #996).

RGB color model

#AD9C80 color RGB value is (173,156,128).

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

RGB channels and saturation

R 173 of 255 = 68%
G 156 of 255 = 61%
B 128 of 255 = 50%

173
156
128

R + G + B ~ 60%. #AD9C80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 156 + 128 = 457 (100%)
R 173 of 457 ~ 37.86%
G 156 of 457 ~ 34.14%
B 128 of 457 ~ 28.01%

%37.86
%34.14
%28.01

CMYK color model

#AD9C80 color CMYK value is (0,10,26,32).

  • cyan value is 0.00%
  • magenta value is 9.83%
  • yellow value is 26.01%
  • key color value is 32.16%
CMYK:
(0,10,26,32)
C0M10Y26K32 
(0%,10%,26%,32%)
(0.00/0.10/0.26/0.32)	

CMYK percentages

%0
%9.83
%26.01
%32.16

Codes

Color #AD9C80 in popluar color models

AD9C80
RGB173156128
HSL37°21.53%59.02%
HSB/HSV37°26.01%67.84%
CMYK0.00%9.83%26.01%
32.16%

Color #AD9C80 in popluar number systems.

HEXAD9C80
Decimal173156128
Binary101011011001110010000000
Octal255234200

Shades and tints

Shades of #AD9C80

#AD9C80
(173,156,128)
#9E8E75
(158,142,117)
#8F806A
(143,128,106)
#80725F
(128,114,95)
#716454
(113,100,84)
#625649
(98,86,73)
#53483E
(83,72,62)
#443A33
(68,58,51)
#352C28
(53,44,40)
#261E1D
(38,30,29)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #AD9C80

#AD9C80
(173,156,128)
#B4A58B
(180,165,139)
#BBAE96
(187,174,150)
#C2B7A1
(194,183,161)
#C9C0AC
(201,192,172)
#D0C9B7
(208,201,183)
#D7D2C2
(215,210,194)
#DEDBCD
(222,219,205)
#E5E4D8
(229,228,216)
#ECEDE3
(236,237,227)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9C80; }

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

This text font color is #AD9C80.


Background Color

.myBgColor { background-color: #AD9C80; }

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

This div background color is #AD9C80.


Border color

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

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

This div border color is #AD9C80.


Opacity

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

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

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

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

This text has shadow with #AD9C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9C80 on black background.


Color preview on white background

This text has color #AD9C80 on white background.



Black color preview on #AD9C80 background

This text has black color on #AD9C80 background.


White color preview on #AD9C80 background

This text has white color on #AD9C80 background.