COLOR #AD9E9D

HEX: #AD9E9D RGB: (173,158,157)

Color info

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

RGB color model

#AD9E9D color RGB value is (173,158,157).

RGB: (173,158,157) (68%, 62%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 157 of 255 = 62%

173
158
157

R + G + B ~ 64%. #AD9E9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 158 + 157 = 488 (100%)
R 173 of 488 ~ 35.45%
G 158 of 488 ~ 32.38%
B 157 of 488 ~ 32.17'%

%35.45
%32.38
%32.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 9.25%
  • key color value is 32.16%

CMYK: (0,9,9,32)
C0M9Y9K32 (0%, 9%, 9%, 32%)
(0.00 / 0.09 / 0.09 / 0.32)

CMYK percentages

%0
%8.67
%9.25
%32.16

Codes

Color #AD9E9D in popluar color models

AD 9E 9D
RGB 173 158 157
HSL 8.89% 64.71%
HSB/HSV 9.25% 67.84%
CMYK 0.00% 8.67% 9.25%
32.16%

Color #AD9E9D in popluar number systems.

HEX AD 9E 9D
Decimal 173 158 157
Binary 10101101 10011110 10011101
Octal 255 236 235

Shades and tints

Shades of #AD9E9D

#AD9E9D
(173,158,157)
#9E908F
(158,144,143)
#8F8281
(143,130,129)
#807473
(128,116,115)
#716665
(113,102,101)
#625857
(98,88,87)
#534A49
(83,74,73)
#443C3B
(68,60,59)
#352E2D
(53,46,45)
#26201F
(38,32,31)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #AD9E9D

#AD9E9D
(173,158,157)
#B4A6A5
(180,166,165)
#BBAEAD
(187,174,173)
#C2B6B5
(194,182,181)
#C9BEBD
(201,190,189)
#D0C6C5
(208,198,197)
#D7CECD
(215,206,205)
#DED6D5
(222,214,213)
#E5DEDD
(229,222,221)
#ECE6E5
(236,230,229)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9E9D; }

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

This text font color is #AD9E9D.

Background Color

.myBgColor { background-color: #AD9E9D; }

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

This div background color is #AD9E9D.

Border color

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

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

This div border color is #AD9E9D.

Opacity

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

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

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

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

This text has shadow with #AD9E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD9E9D.

Preview

Color preview on black background

This text has color #AD9E9D on black background.


Color preview on white background

This text has color #AD9E9D on white background.


Black color preview on #AD9E9D background

This text has black color on #AD9E9D background.


White color preview on #AD9E9D background

This text has white color on #AD9E9D background.


Related colors

Complementary color

Complementary color for #hex is #526162.


I love getcolorcode.com

Triadic colors

1 #9DAD9E and #9E9DAD with #AD9E9D are triadic colors.

2 #9D9EAD and #9EAD9D with #AD9E9D are triadic colors.