HEX: #AABBAA
RGB: (170,187,170)
#AABBAA contains red, green and blue colors in about the same proportion. Web safe color of #AABBAA is #99CC99 (or #9C9).
#AABBAA color RGB value is (170,187,170).
RGB: (170,187,170)
(67%, 73%, 67%)
R 170 of 255 = 67%
G 187 of 255 = 73%
B 170 of 255 = 67%
R + G + B ~ 69%. #AABBAA is quite light color.
R + G + B = 170 + 187 + 170 = 527 (100%)
R 170 of 527 ~ 32.26%
G 187 of 527 ~ 35.48%
B 170 of 527 ~ 32.26'%
#AABBAA color CMYK value is (9,0,9,27).
CMYK: (9,0,9,27)
C9M0Y9K27 (9%, 0%, 9%, 27%)
(0.09 / 0.00 / 0.09 / 0.27)
Color #AABBAA in popluar color models
AA | BB | AA | |
---|---|---|---|
RGB | 170 | 187 | 170 |
HSL | 120° | 11.11% | 70.00% |
HSB/HSV | 120° | 9.09% | 73.33% |
CMYK | 9.09% | 0.00% | 9.09% |
26.67% |
Color #AABBAA in popluar number systems.
HEX | AA | BB | AA |
Decimal | 170 | 187 | 170 |
Binary | 10101010 | 10111011 | 10101010 |
Octal | 252 | 273 | 252 |
Shades of #AABBAA
Tints of #AABBAA
Examples of css and html codes for elements with #AABBAA color. Also use rgb(170,187,170) instead hex code.
.myTextColor { color: #AABBAA; }
<p style="color:#AABBAA">This sample text font color is #AABBAA.</p>
This text font color is #AABBAA.
.myBgColor { background-color: #AABBAA; }
<div style="background-color:#AABBAA">Inner text</div>
This div background color is #AABBAA.
.myBorderColor { border: 1px solid #AABBAA; }
<div style="border:3px solid #AABBAA">Div</div>
This div border color is #AABBAA.
.myOpacity80 { color: #AABBAA; opacity: 0.8; }
<p style="color:#AABBAA;opacity:0.8;">80%</p>
Text with #AABBAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AABBAA;}
<p style="text-shadow: 3px 3px 1px #AABBAA">Text here.</p>
This text has shadow with #AABBAA color.
.textShadow {text-shadow: 3px 3px 1px #AABBAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AABBAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AABBAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AABBAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AABBAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AABBAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AABBAA;
-webkit-box-shadow: 1px 1px 3px 2px #AABBAA;
box-shadow: 1px 1px 3px 2px #AABBAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AABBAA; -webkit-box-shadow: 1px 1px 3px 2px #AABBAA; box-shadow:1px 1px 3px 2px #AABBAA;">
Div content here
</div>
This text has color #AABBAA on black background.
This text has color #AABBAA on white background.
This text has black color on #AABBAA background.
This text has white color on #AABBAA background.
Complementary color for #hex is #554455.