HEX: #AA99AB
RGB: (170,153,171)
#AA99AB contains red, green and blue colors in about the same proportion. Web safe color of #AA99AB is #999999 (or #999).
#AA99AB color RGB value is (170,153,171).
RGB: (170,153,171)
(67%, 60%, 67%)
R 170 of 255 = 67%
G 153 of 255 = 60%
B 171 of 255 = 67%
R + G + B ~ 65%. #AA99AB is quite light color.
R + G + B = 170 + 153 + 171 = 494 (100%)
R 170 of 494 ~ 34.41%
G 153 of 494 ~ 30.97%
B 171 of 494 ~ 34.62'%
#AA99AB color CMYK value is (1,11,0,33).
CMYK: (1,11,0,33)
C1M11Y0K33 (1%, 11%, 0%, 33%)
(0.01 / 0.11 / 0.00 / 0.33)
Color #AA99AB in popluar color models
AA | 99 | AB | |
---|---|---|---|
RGB | 170 | 153 | 171 |
HSL | 297° | 9.68% | 63.53% |
HSB/HSV | 297° | 10.53% | 67.06% |
CMYK | 0.58% | 10.53% | 0.00% |
32.94% |
Color #AA99AB in popluar number systems.
HEX | AA | 99 | AB |
Decimal | 170 | 153 | 171 |
Binary | 10101010 | 10011001 | 10101011 |
Octal | 252 | 231 | 253 |
Shades of #AA99AB
Tints of #AA99AB
Examples of css and html codes for elements with #AA99AB color. Also use rgb(170,153,171) instead hex code.
.myTextColor { color: #AA99AB; }
<p style="color:#AA99AB">This sample text font color is #AA99AB.</p>
This text font color is #AA99AB.
.myBgColor { background-color: #AA99AB; }
<div style="background-color:#AA99AB">Inner text</div>
This div background color is #AA99AB.
.myBorderColor { border: 1px solid #AA99AB; }
<div style="border:3px solid #AA99AB">Div</div>
This div border color is #AA99AB.
.myOpacity80 { color: #AA99AB; opacity: 0.8; }
<p style="color:#AA99AB;opacity:0.8;">80%</p>
Text with #AA99AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AA99AB;}
<p style="text-shadow: 3px 3px 1px #AA99AB">Text here.</p>
This text has shadow with #AA99AB color.
.textShadow {text-shadow: 3px 3px 1px #AA99AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AA99AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AA99AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AA99AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AA99AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AA99AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AA99AB;
-webkit-box-shadow: 1px 1px 3px 2px #AA99AB;
box-shadow: 1px 1px 3px 2px #AA99AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AA99AB; -webkit-box-shadow: 1px 1px 3px 2px #AA99AB; box-shadow:1px 1px 3px 2px #AA99AB;">
Div content here
</div>
This text has color #AA99AB on black background.
This text has color #AA99AB on white background.
This text has black color on #AA99AB background.
This text has white color on #AA99AB background.
Complementary color for #hex is #556654.