Shades of Heather #AAB9BE
Tints of Heather #AAB9BE
RGB
CMYK
RGB Variations
Color information
#AAB9BE (or 0xAAB9BE) is known color: Heather. HEX triplet: AA, B9 and BE. RGB value is (170,185,190). Sum of RGB (Red+Green+Blue) = 170+185+190=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAB9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BE is #554641. Grayscale: #B5B5B5. Windows color (decimal): -5588546 or 12499370. OLE color: 12499370.
HSL color Cylindrical-coordinate representation of color #AAB9BE: hue angle of 195º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB9BE is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 185 | 190 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.25 |
| HSL | 195º | 0.13% | 0.71% | - |
| HSV(B) | 195º | 0.11% | 0.75% | - |
| XYZ | 43.22 | 46.96 | 55.5 | - |
| YUV | 181.09 | 133.03 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 190 | 0.11 | 0.03 | 0 | 0.25 | 195 | 0.13 | 0.71 |
| Hex | AA | B9 | BE | B | 3 | 0 | 19 | C3 | D | 47 |
| Octal | 252 | 271 | 276 | 13 | 3 | 0 | 31 | 303 | 15 | 107 |
| Binary | 10101010 | 10111001 | 10111110 | 1011 | 11 | 0 | 11001 | 11000011 | 1101 | 1000111 |
Color Harmonies of #AAB9BE
Complementary color
Monochromatic Colors of #AAB9BE
Black with #AAB9BE
Text Example
Text Example
White with #AAB9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9BE; }
p { color: rgb(170,185,190); }
H1.HeaderClassName
{
color: #AAB9BE;
}
.AnyTagClassName
{
color: #AAB9BE;
}
</style>
background-color css
<style>
a { background-color: #AAB9BE; }
a { background-color: rgb(170,185,190); }
div.DivClassName
{
background-color: #AAB9BE;
}
.BgClassName
{
background-color: #AAB9BE;
}
</style>
border-color css
<style>
span { border-color: #AAB9BE; }
span { border-color: rgb(170,185,190); }
td.TdClassName
{
border-color: #AAB9BE;
}
.TagClassName
{
border-color: #AAB9BE;
}
</style>