HEX: #AD899D
RGB: (173,137,157)
#AD899D contains red, green and blue colors in about the same proportion. Web safe color of #AD899D is #999999 (or #999).
#AD899D color RGB value is (173,137,157).
RGB: (173,137,157)
(68%, 54%, 62%)
R 173 of 255 = 68%
G 137 of 255 = 54%
B 157 of 255 = 62%
R + G + B ~ 61%. #AD899D is quite light color.
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'%
#AD899D color CMYK value is (0,21,9,32).
CMYK: (0,21,9,32) C0M21Y9K32 (0%,21%,9%,32%) (0.00/0.21/0.09/0.32)
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 of #AD899D
Tints of #AD899D
Examples of css and html codes for elements with #AD899D color. Also use rgb(173,137,157) instead hex code.
.myTextColor { color: #AD899D; }
<p style="color:#AD899D">This sample text font color is #AD899D.</p>
This text font color is #AD899D.
.myBgColor { background-color: #AD899D; }
<div style="background-color:#AD899D">Inner text</div>
This div background color is #AD899D.
.myBorderColor { border: 1px solid #AD899D; }
<div style="border:3px solid #AD899D">Div</div>
This div border color is #AD899D.
.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%.
.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.
/* 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 text has color #AD899D on black background.
This text has color #AD899D on white background.
This text has black color on #AD899D background.
This text has white color on #AD899D background.
Complementary color for #hex is #527662.