Shades of Heather #AABAC0
Tints of Heather #AABAC0
RGB
CMYK
RGB Variations
Color information
#AABAC0 (or 0xAABAC0) is known color: Heather. HEX triplet: AA, BA and C0. RGB value is (170,186,192). Sum of RGB (Red+Green+Blue) = 170+186+192=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #AABAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC0 is #55453F. Grayscale: #B5B5B5. Windows color (decimal): -5588288 or 12630698. OLE color: 12630698.
HSL color Cylindrical-coordinate representation of color #AABAC0: hue angle of 196.36º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABAC0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 186 | 192 | - |
CMYK | 0.11 | 0.03 | 0 | 0.25 |
HSL | 196.36º | 0.15% | 0.71% | - |
HSV(B) | 196.36º | 0.11% | 0.75% | - |
XYZ | 43.65 | 47.47 | 56.73 | - |
YUV | 181.9 | 133.7 | 119.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 186 | 192 | 0.11 | 0.03 | 0 | 0.25 | 196.36 | 0.15 | 0.71 |
Hex | AA | BA | C0 | B | 3 | 0 | 19 | C4 | F | 47 |
Octal | 252 | 272 | 300 | 13 | 3 | 0 | 31 | 304 | 17 | 107 |
Binary | 10101010 | 10111010 | 11000000 | 1011 | 11 | 0 | 11001 | 11000100 | 1111 | 1000111 |
Color Harmonies of #AABAC0
Complementary color
Monochromatic Colors of #AABAC0
Black with #AABAC0
Text Example
Text Example
White with #AABAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAC0; }
p { color: rgb(170,186,192); }
H1.HeaderClassName
{
color: #AABAC0;
}
.AnyTagClassName
{
color: #AABAC0;
}
</style>
background-color css
<style>
a { background-color: #AABAC0; }
a { background-color: rgb(170,186,192); }
div.DivClassName
{
background-color: #AABAC0;
}
.BgClassName
{
background-color: #AABAC0;
}
</style>
border-color css
<style>
span { border-color: #AABAC0; }
span { border-color: rgb(170,186,192); }
td.TdClassName
{
border-color: #AABAC0;
}
.TagClassName
{
border-color: #AABAC0;
}
</style>