Shades of Heather #AABAC3
Tints of Heather #AABAC3
RGB
CMYK
RGB Variations
Color information
#AABAC3 (or 0xAABAC3) is known color: Heather. HEX triplet: AA, BA and C3. RGB value is (170,186,195). Sum of RGB (Red+Green+Blue) = 170+186+195=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 195 - color contains mainly: blue. Hex color #AABAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC3 is #55453C. Grayscale: #B6B6B6. Windows color (decimal): -5588285 or 12827306. OLE color: 12827306.
HSL color Cylindrical-coordinate representation of color #AABAC3: hue angle of 201.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABAC3 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 186 | 195 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.24 |
| HSL | 201.6º | 0.17% | 0.72% | - |
| HSV(B) | 201.6º | 0.13% | 0.76% | - |
| XYZ | 43.99 | 47.6 | 58.5 | - |
| YUV | 182.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 195 | 0.13 | 0.05 | 0 | 0.24 | 201.6 | 0.17 | 0.72 |
| Hex | AA | BA | C3 | D | 5 | 0 | 18 | CA | 11 | 48 |
| Octal | 252 | 272 | 303 | 15 | 5 | 0 | 30 | 312 | 21 | 110 |
| Binary | 10101010 | 10111010 | 11000011 | 1101 | 101 | 0 | 11000 | 11001010 | 10001 | 1001000 |
Color Harmonies of #AABAC3
Complementary color
Monochromatic Colors of #AABAC3
Black with #AABAC3
Text Example
Text Example
White with #AABAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAC3; }
p { color: rgb(170,186,195); }
H1.HeaderClassName
{
color: #AABAC3;
}
.AnyTagClassName
{
color: #AABAC3;
}
</style>
background-color css
<style>
a { background-color: #AABAC3; }
a { background-color: rgb(170,186,195); }
div.DivClassName
{
background-color: #AABAC3;
}
.BgClassName
{
background-color: #AABAC3;
}
</style>
border-color css
<style>
span { border-color: #AABAC3; }
span { border-color: rgb(170,186,195); }
td.TdClassName
{
border-color: #AABAC3;
}
.TagClassName
{
border-color: #AABAC3;
}
</style>