COLOR #AD899D

HEX: #AD899D RGB: (173,137,157)

Color info

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

RGB color model

#AD899D color RGB value is (173,137,157).

RGB: (173,137,157) (68%, 54%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 157 of 255 = 62%

173
137
157

R + G + B ~ 61%. #AD899D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 157 = 467 (100%)
R 173 of 467 ~ 37.04%
G 137 of 467 ~ 29.34%
B 157 of 467 ~ 33.62'%

%37.04
%29.34
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 9.25%
  • key color value is 32.16%
CMYK: (0,21,9,32) C0M21Y9K32 (0%,21%,9%,32%) (0.00/0.21/0.09/0.32) 

CMYK percentages

%0
%20.81
%9.25
%32.16

Codes

Color #AD899D in popluar color models

AD 89 9D
RGB 173 137 157
HSL 327° 18.00% 60.78%
HSB/HSV 327° 20.81% 67.84%
CMYK 0.00% 20.81% 9.25%
32.16%

Color #AD899D in popluar number systems.

HEX AD 89 9D
Decimal 173 137 157
Binary 10101101 10001001 10011101
Octal 255 211 235

Shades and tints

Shades of #AD899D

#AD899D
(173,137,157)
#9E7D8F
(158,125,143)
#8F7181
(143,113,129)
#806573
(128,101,115)
#715965
(113,89,101)
#624D57
(98,77,87)
#534149
(83,65,73)
#44353B
(68,53,59)
#35292D
(53,41,45)
#261D1F
(38,29,31)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #AD899D

#AD899D
(173,137,157)
#B493A5
(180,147,165)
#BB9DAD
(187,157,173)
#C2A7B5
(194,167,181)
#C9B1BD
(201,177,189)
#D0BBC5
(208,187,197)
#D7C5CD
(215,197,205)
#DECFD5
(222,207,213)
#E5D9DD
(229,217,221)
#ECE3E5
(236,227,229)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD899D; }

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

This text font color is #AD899D.

Background Color

.myBgColor { background-color: #AD899D; }

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

This div background color is #AD899D.

Border color

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

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

This div border color is #AD899D.

Opacity

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

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

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

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

This text has shadow with #AD899D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD899D.

Preview

Color preview on black background

This text has color #AD899D on black background.


Color preview on white background

This text has color #AD899D on white background.


Black color preview on #AD899D background

This text has black color on #AD899D background.


White color preview on #AD899D background

This text has white color on #AD899D background.


Related colors

Complementary color

Complementary color for #hex is #527662.


I love getcolorcode.com

Triadic colors

1 #9DAD89 and #899DAD with #AD899D are triadic colors.

2 #9D89AD and #89AD9D with #AD899D are triadic colors.