COLOR #AD899C

HEX: #AD899C RGB: (173,137,156)

Color info

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

RGB color model

#AD899C color RGB value is (173,137,156).

RGB: (173,137,156) (68%, 54%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 156 of 255 = 61%

173
137
156

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

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 156 = 466 (100%)
R 173 of 466 ~ 37.12%
G 137 of 466 ~ 29.4%
B 156 of 466 ~ 33.48'%

%37.12
%29.4
%33.48

CMYK color model

#AD899C color CMYK value is (0,21,10,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 9.83%
  • key color value is 32.16%

CMYK: (0,21,10,32)
C0M21Y10K32 (0%, 21%, 10%, 32%)
(0.00 / 0.21 / 0.10 / 0.32)

CMYK percentages

%0
%20.81
%9.83
%32.16

Codes

Color #AD899C in popluar color models

AD 89 9C
RGB 173 137 156
HSL 328° 18.00% 60.78%
HSB/HSV 328° 20.81% 67.84%
CMYK 0.00% 20.81% 9.83%
32.16%

Color #AD899C in popluar number systems.

HEX AD 89 9C
Decimal 173 137 156
Binary 10101101 10001001 10011100
Octal 255 211 234

Shades and tints

Shades of #AD899C

#AD899C
(173,137,156)
#9E7D8E
(158,125,142)
#8F7180
(143,113,128)
#806572
(128,101,114)
#715964
(113,89,100)
#624D56
(98,77,86)
#534148
(83,65,72)
#44353A
(68,53,58)
#35292C
(53,41,44)
#261D1E
(38,29,30)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #AD899C

#AD899C
(173,137,156)
#B493A5
(180,147,165)
#BB9DAE
(187,157,174)
#C2A7B7
(194,167,183)
#C9B1C0
(201,177,192)
#D0BBC9
(208,187,201)
#D7C5D2
(215,197,210)
#DECFDB
(222,207,219)
#E5D9E4
(229,217,228)
#ECE3ED
(236,227,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD899C; }

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

This text font color is #AD899C.

Background Color

.myBgColor { background-color: #AD899C; }

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

This div background color is #AD899C.

Border color

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

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

This div border color is #AD899C.

Opacity

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

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

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

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

This text has shadow with #AD899C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD899C.

Preview

Color preview on black background

This text has color #AD899C on black background.


Color preview on white background

This text has color #AD899C on white background.


Black color preview on #AD899C background

This text has black color on #AD899C background.


White color preview on #AD899C background

This text has white color on #AD899C background.


Related colors

Complementary color

Complementary color for #hex is #527663.


I love getcolorcode.com

Triadic colors

1 #9CAD89 and #899CAD with #AD899C are triadic colors.

2 #9C89AD and #89AD9C with #AD899C are triadic colors.