COLOR #AD899E

HEX: #AD899E RGB: (173,137,158)

Color info

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

RGB color model

#AD899E color RGB value is (173,137,158).

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

RGB channels and saturation

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

173
137
158

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

Portions of RGB colors in percentages

R + G + B = 173 + 137 + 158 = 468 (100%)
R 173 of 468 ~ 36.97%
G 137 of 468 ~ 29.27%
B 158 of 468 ~ 33.76'%

%36.97
%29.27
%33.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 8.67%
  • 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
%8.67
%32.16

Codes

Color #AD899E in popluar color models

AD 89 9E
RGB 173 137 158
HSL 325° 18.00% 60.78%
HSB/HSV 325° 20.81% 67.84%
CMYK 0.00% 20.81% 8.67%
32.16%

Color #AD899E in popluar number systems.

HEX AD 89 9E
Decimal 173 137 158
Binary 10101101 10001001 10011110
Octal 255 211 236

Shades and tints

Shades of #AD899E

#AD899E
(173,137,158)
#9E7D90
(158,125,144)
#8F7182
(143,113,130)
#806574
(128,101,116)
#715966
(113,89,102)
#624D58
(98,77,88)
#53414A
(83,65,74)
#44353C
(68,53,60)
#35292E
(53,41,46)
#261D20
(38,29,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #AD899E

#AD899E
(173,137,158)
#B493A6
(180,147,166)
#BB9DAE
(187,157,174)
#C2A7B6
(194,167,182)
#C9B1BE
(201,177,190)
#D0BBC6
(208,187,198)
#D7C5CE
(215,197,206)
#DECFD6
(222,207,214)
#E5D9DE
(229,217,222)
#ECE3E6
(236,227,230)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD899E; }

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

This text font color is #AD899E.

Background Color

.myBgColor { background-color: #AD899E; }

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

This div background color is #AD899E.

Border color

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

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

This div border color is #AD899E.

Opacity

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

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

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

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

This text has shadow with #AD899E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD899E.

Preview

Color preview on black background

This text has color #AD899E on black background.


Color preview on white background

This text has color #AD899E on white background.


Black color preview on #AD899E background

This text has black color on #AD899E background.


White color preview on #AD899E background

This text has white color on #AD899E background.


Related colors

Complementary color

Complementary color for #hex is #527661.


I love getcolorcode.com

Triadic colors

1 #9EAD89 and #899EAD with #AD899E are triadic colors.

2 #9E89AD and #89AD9E with #AD899E are triadic colors.