Shades of Heather #AABAC9
Tints of Heather #AABAC9
RGB
CMYK
RGB Variations
Color information
#AABAC9 (or 0xAABAC9) is known color: Heather. HEX triplet: AA, BA and C9. RGB value is (170,186,201). Sum of RGB (Red+Green+Blue) = 170+186+201=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #AABAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC9 is #554536. Grayscale: #B6B6B6. Windows color (decimal): -5588279 or 13220522. OLE color: 13220522.
HSL color Cylindrical-coordinate representation of color #AABAC9: hue angle of 209.03º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABAC9 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 186 | 201 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.21 |
| HSL | 209.03º | 0.22% | 0.73% | - |
| HSV(B) | 209.03º | 0.15% | 0.79% | - |
| XYZ | 44.68 | 47.88 | 62.15 | - |
| YUV | 182.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 201 | 0.15 | 0.07 | 0 | 0.21 | 209.03 | 0.22 | 0.73 |
| Hex | AA | BA | C9 | F | 7 | 0 | 15 | D1 | 16 | 49 |
| Octal | 252 | 272 | 311 | 17 | 7 | 0 | 25 | 321 | 26 | 111 |
| Binary | 10101010 | 10111010 | 11001001 | 1111 | 111 | 0 | 10101 | 11010001 | 10110 | 1001001 |
Color Harmonies of #AABAC9
Complementary color
Monochromatic Colors of #AABAC9
Black with #AABAC9
Text Example
Text Example
White with #AABAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAC9; }
p { color: rgb(170,186,201); }
H1.HeaderClassName
{
color: #AABAC9;
}
.AnyTagClassName
{
color: #AABAC9;
}
</style>
background-color css
<style>
a { background-color: #AABAC9; }
a { background-color: rgb(170,186,201); }
div.DivClassName
{
background-color: #AABAC9;
}
.BgClassName
{
background-color: #AABAC9;
}
</style>
border-color css
<style>
span { border-color: #AABAC9; }
span { border-color: rgb(170,186,201); }
td.TdClassName
{
border-color: #AABAC9;
}
.TagClassName
{
border-color: #AABAC9;
}
</style>