Shades of Heather #AABAC4
Tints of Heather #AABAC4
RGB
CMYK
RGB Variations
Color information
#AABAC4 (or 0xAABAC4) is known color: Heather. HEX triplet: AA, BA and C4. RGB value is (170,186,196). Sum of RGB (Red+Green+Blue) = 170+186+196=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 196 - color contains mainly: blue. Hex color #AABAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABAC4 is #55453B. Grayscale: #B6B6B6. Windows color (decimal): -5588284 or 12892842. OLE color: 12892842.
HSL color Cylindrical-coordinate representation of color #AABAC4: hue angle of 203.08º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABAC4 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 186 | 196 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.23 |
| HSL | 203.08º | 0.18% | 0.72% | - |
| HSV(B) | 203.08º | 0.13% | 0.77% | - |
| XYZ | 44.1 | 47.65 | 59.1 | - |
| YUV | 182.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 196 | 0.13 | 0.05 | 0 | 0.23 | 203.08 | 0.18 | 0.72 |
| Hex | AA | BA | C4 | D | 5 | 0 | 17 | CB | 12 | 48 |
| Octal | 252 | 272 | 304 | 15 | 5 | 0 | 27 | 313 | 22 | 110 |
| Binary | 10101010 | 10111010 | 11000100 | 1101 | 101 | 0 | 10111 | 11001011 | 10010 | 1001000 |
Color Harmonies of #AABAC4
Complementary color
Monochromatic Colors of #AABAC4
Black with #AABAC4
Text Example
Text Example
White with #AABAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABAC4; }
p { color: rgb(170,186,196); }
H1.HeaderClassName
{
color: #AABAC4;
}
.AnyTagClassName
{
color: #AABAC4;
}
</style>
background-color css
<style>
a { background-color: #AABAC4; }
a { background-color: rgb(170,186,196); }
div.DivClassName
{
background-color: #AABAC4;
}
.BgClassName
{
background-color: #AABAC4;
}
</style>
border-color css
<style>
span { border-color: #AABAC4; }
span { border-color: rgb(170,186,196); }
td.TdClassName
{
border-color: #AABAC4;
}
.TagClassName
{
border-color: #AABAC4;
}
</style>