COLOR #AD9E8D

HEX: #AD9E8D
RGB: (173,158,141)

Color info

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

RGB color model

#AD9E8D color RGB value is (173,158,141).

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

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 141 of 255 = 55%

173
158
141

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

Portions of RGB colors in percentages

R + G + B =
173 + 158 + 141 = 472 (100%)
R 173 of 472 ~ 36.65%
G 158 of 472 ~ 33.47%
B 141 of 472 ~ 29.87%

%36.65
%33.47
%29.87

CMYK color model

#AD9E8D color CMYK value is (0,9,18,32).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 18.50%
  • key color value is 32.16%
CMYK:
(0,9,18,32)
C0M9Y18K32 
(0%,9%,18%,32%)
(0.00/0.09/0.18/0.32)	

CMYK percentages

%0
%8.67
%18.5
%32.16

Codes

Color #AD9E8D in popluar color models

AD9E8D
RGB173158141
HSL32°16.33%61.57%
HSB/HSV32°18.50%67.84%
CMYK0.00%8.67%18.50%
32.16%

Color #AD9E8D in popluar number systems.

HEXAD9E8D
Decimal173158141
Binary101011011001111010001101
Octal255236215

Shades and tints

Shades of #AD9E8D

#AD9E8D
(173,158,141)
#9E9081
(158,144,129)
#8F8275
(143,130,117)
#807469
(128,116,105)
#71665D
(113,102,93)
#625851
(98,88,81)
#534A45
(83,74,69)
#443C39
(68,60,57)
#352E2D
(53,46,45)
#262021
(38,32,33)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #AD9E8D

#AD9E8D
(173,158,141)
#B4A697
(180,166,151)
#BBAEA1
(187,174,161)
#C2B6AB
(194,182,171)
#C9BEB5
(201,190,181)
#D0C6BF
(208,198,191)
#D7CEC9
(215,206,201)
#DED6D3
(222,214,211)
#E5DEDD
(229,222,221)
#ECE6E7
(236,230,231)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9E8D color. Also use rgb(173,158,141) instead hex code.

Text Font Color

.myTextColor { color: #AD9E8D; }

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

This text font color is #AD9E8D.


Background Color

.myBgColor { background-color: #AD9E8D; }

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

This div background color is #AD9E8D.


Border color

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

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

This div border color is #AD9E8D.


Opacity

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

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

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

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

This text has shadow with #AD9E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9E8D on black background.


Color preview on white background

This text has color #AD9E8D on white background.



Black color preview on #AD9E8D background

This text has black color on #AD9E8D background.


White color preview on #AD9E8D background

This text has white color on #AD9E8D background.