HEX: #AD9991
RGB: (173,153,145)
#AD9991 contains red, green and blue colors in about the same proportion. Web safe color of #AD9991 is #999999 (or #999).
#AD9991 color RGB value is (173,153,145).
RGB: (173,153,145)
(68%, 60%, 57%)
R 173 of 255 = 68%
G 153 of 255 = 60%
B 145 of 255 = 57%
R + G + B ~ 62%. #AD9991 is quite light color.
R + G + B = 173 + 153 + 145 = 471 (100%)
R 173 of 471 ~ 36.73%
G 153 of 471 ~ 32.48%
B 145 of 471 ~ 30.79'%
#AD9991 color CMYK value is (0,12,16,32).
CMYK: (0,12,16,32)
C0M12Y16K32 (0%, 12%, 16%, 32%)
(0.00 / 0.12 / 0.16 / 0.32)
Color #AD9991 in popluar color models
AD | 99 | 91 | |
---|---|---|---|
RGB | 173 | 153 | 145 |
HSL | 17° | 14.58% | 62.35% |
HSB/HSV | 17° | 16.18% | 67.84% |
CMYK | 0.00% | 11.56% | 16.18% |
32.16% |
Color #AD9991 in popluar number systems.
HEX | AD | 99 | 91 |
Decimal | 173 | 153 | 145 |
Binary | 10101101 | 10011001 | 10010001 |
Octal | 255 | 231 | 221 |
Shades of #AD9991
Tints of #AD9991
Examples of css and html codes for elements with #AD9991 color. Also use rgb(173,153,145) instead hex code.
.myTextColor { color: #AD9991; }
<p style="color:#AD9991">This sample text font color is #AD9991.</p>
This text font color is #AD9991.
.myBgColor { background-color: #AD9991; }
<div style="background-color:#AD9991">Inner text</div>
This div background color is #AD9991.
.myBorderColor { border: 1px solid #AD9991; }
<div style="border:3px solid #AD9991">Div</div>
This div border color is #AD9991.
.myOpacity80 { color: #AD9991; opacity: 0.8; }
<p style="color:#AD9991;opacity:0.8;">80%</p>
Text with #AD9991 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD9991;}
<p style="text-shadow: 3px 3px 1px #AD9991">Text here.</p>
This text has shadow with #AD9991 color.
.textShadow {text-shadow: 3px 3px 1px #AD9991', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD9991, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD9991 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD9991, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD9991, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD9991 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD9991;
-webkit-box-shadow: 1px 1px 3px 2px #AD9991;
box-shadow: 1px 1px 3px 2px #AD9991;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD9991; -webkit-box-shadow: 1px 1px 3px 2px #AD9991; box-shadow:1px 1px 3px 2px #AD9991;">
Div content here
</div>
This text has color #AD9991 on black background.
This text has color #AD9991 on white background.
This text has black color on #AD9991 background.
This text has white color on #AD9991 background.
Complementary color for #hex is #52666E.