Shades of Heather #AAB9C6
Tints of Heather #AAB9C6
RGB
CMYK
RGB Variations
Color information
#AAB9C6 (or 0xAAB9C6) is known color: Heather. HEX triplet: AA, B9 and C6. RGB value is (170,185,198). Sum of RGB (Red+Green+Blue) = 170+185+198=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAB9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C6 is #554639. Grayscale: #B5B5B5. Windows color (decimal): -5588538 or 13023658. OLE color: 13023658.
HSL color Cylindrical-coordinate representation of color #AAB9C6: hue angle of 207.86º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB9C6 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 185 | 198 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.22 |
| HSL | 207.86º | 0.2% | 0.72% | - |
| HSV(B) | 207.86º | 0.14% | 0.78% | - |
| XYZ | 44.12 | 47.32 | 60.23 | - |
| YUV | 182 | 137.03 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 198 | 0.14 | 0.07 | 0 | 0.22 | 207.86 | 0.2 | 0.72 |
| Hex | AA | B9 | C6 | E | 7 | 0 | 16 | D0 | 14 | 48 |
| Octal | 252 | 271 | 306 | 16 | 7 | 0 | 26 | 320 | 24 | 110 |
| Binary | 10101010 | 10111001 | 11000110 | 1110 | 111 | 0 | 10110 | 11010000 | 10100 | 1001000 |
Color Harmonies of #AAB9C6
Complementary color
Monochromatic Colors of #AAB9C6
Black with #AAB9C6
Text Example
Text Example
White with #AAB9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9C6; }
p { color: rgb(170,185,198); }
H1.HeaderClassName
{
color: #AAB9C6;
}
.AnyTagClassName
{
color: #AAB9C6;
}
</style>
background-color css
<style>
a { background-color: #AAB9C6; }
a { background-color: rgb(170,185,198); }
div.DivClassName
{
background-color: #AAB9C6;
}
.BgClassName
{
background-color: #AAB9C6;
}
</style>
border-color css
<style>
span { border-color: #AAB9C6; }
span { border-color: rgb(170,185,198); }
td.TdClassName
{
border-color: #AAB9C6;
}
.TagClassName
{
border-color: #AAB9C6;
}
</style>