Shades of Heather #AABACA
Tints of Heather #AABACA
RGB
CMYK
RGB Variations
Color information
#AABACA (or 0xAABACA) is known color: Heather. HEX triplet: AA, BA and CA. RGB value is (170,186,202). Sum of RGB (Red+Green+Blue) = 170+186+202=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #AABACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABACA is #554535. Grayscale: #B6B6B6. Windows color (decimal): -5588278 or 13286058. OLE color: 13286058.
HSL color Cylindrical-coordinate representation of color #AABACA: hue angle of 210º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABACA is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 186 | 202 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.21 |
| HSL | 210º | 0.23% | 0.73% | - |
| HSV(B) | 210º | 0.16% | 0.79% | - |
| XYZ | 44.8 | 47.93 | 62.77 | - |
| YUV | 183.04 | 138.7 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 202 | 0.16 | 0.08 | 0 | 0.21 | 210 | 0.23 | 0.73 |
| Hex | AA | BA | CA | 10 | 8 | 0 | 15 | D2 | 17 | 49 |
| Octal | 252 | 272 | 312 | 20 | 10 | 0 | 25 | 322 | 27 | 111 |
| Binary | 10101010 | 10111010 | 11001010 | 10000 | 1000 | 0 | 10101 | 11010010 | 10111 | 1001001 |
Color Harmonies of #AABACA
Complementary color
Monochromatic Colors of #AABACA
Black with #AABACA
Text Example
Text Example
White with #AABACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABACA; }
p { color: rgb(170,186,202); }
H1.HeaderClassName
{
color: #AABACA;
}
.AnyTagClassName
{
color: #AABACA;
}
</style>
background-color css
<style>
a { background-color: #AABACA; }
a { background-color: rgb(170,186,202); }
div.DivClassName
{
background-color: #AABACA;
}
.BgClassName
{
background-color: #AABACA;
}
</style>
border-color css
<style>
span { border-color: #AABACA; }
span { border-color: rgb(170,186,202); }
td.TdClassName
{
border-color: #AABACA;
}
.TagClassName
{
border-color: #AABACA;
}
</style>