Shades of Heather #AABAC1
Tints of Heather #AABAC1
RGB
CMYK
RGB Variations
Color information
#AABAC1 (or 0xAABAC1) is known color: Heather. HEX triplet: AA, BA and C1. RGB value is (170,186,193). Sum of RGB (Red+Green+Blue) = 170+186+193=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 193 - color contains mainly: blue. Hex color #AABAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC1 is #55453E. Grayscale: #B5B5B5. Windows color (decimal): -5588287 or 12696234. OLE color: 12696234.
HSL color Cylindrical-coordinate representation of color #AABAC1: hue angle of 198.26º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABAC1 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 186 | 193 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.24 |
| HSL | 198.26º | 0.16% | 0.71% | - |
| HSV(B) | 198.26º | 0.12% | 0.76% | - |
| XYZ | 43.76 | 47.51 | 57.32 | - |
| YUV | 182.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 193 | 0.12 | 0.04 | 0 | 0.24 | 198.26 | 0.16 | 0.71 |
| Hex | AA | BA | C1 | C | 4 | 0 | 18 | C6 | 10 | 47 |
| Octal | 252 | 272 | 301 | 14 | 4 | 0 | 30 | 306 | 20 | 107 |
| Binary | 10101010 | 10111010 | 11000001 | 1100 | 100 | 0 | 11000 | 11000110 | 10000 | 1000111 |
Color Harmonies of #AABAC1
Complementary color
Monochromatic Colors of #AABAC1
Black with #AABAC1
Text Example
Text Example
White with #AABAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAC1; }
p { color: rgb(170,186,193); }
H1.HeaderClassName
{
color: #AABAC1;
}
.AnyTagClassName
{
color: #AABAC1;
}
</style>
background-color css
<style>
a { background-color: #AABAC1; }
a { background-color: rgb(170,186,193); }
div.DivClassName
{
background-color: #AABAC1;
}
.BgClassName
{
background-color: #AABAC1;
}
</style>
border-color css
<style>
span { border-color: #AABAC1; }
span { border-color: rgb(170,186,193); }
td.TdClassName
{
border-color: #AABAC1;
}
.TagClassName
{
border-color: #AABAC1;
}
</style>