Shades of Heather #AAB9BF
Tints of Heather #AAB9BF
RGB
CMYK
RGB Variations
Color information
#AAB9BF (or 0xAAB9BF) is known color: Heather. HEX triplet: AA, B9 and BF. RGB value is (170,185,191). Sum of RGB (Red+Green+Blue) = 170+185+191=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 185 (72.66% from 255 or 33.88% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAB9BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BF is #554640. Grayscale: #B5B5B5. Windows color (decimal): -5588545 or 12564906. OLE color: 12564906.
HSL color Cylindrical-coordinate representation of color #AAB9BF: hue angle of 197.14º degrees, saturation: 0.14, 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 #AAB9BF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 185 | 191 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.25 |
| HSL | 197.14º | 0.14% | 0.71% | - |
| HSV(B) | 197.14º | 0.11% | 0.75% | - |
| XYZ | 43.33 | 47.01 | 56.08 | - |
| YUV | 181.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 191 | 0.11 | 0.03 | 0 | 0.25 | 197.14 | 0.14 | 0.71 |
| Hex | AA | B9 | BF | B | 3 | 0 | 19 | C5 | E | 47 |
| Octal | 252 | 271 | 277 | 13 | 3 | 0 | 31 | 305 | 16 | 107 |
| Binary | 10101010 | 10111001 | 10111111 | 1011 | 11 | 0 | 11001 | 11000101 | 1110 | 1000111 |
Color Harmonies of #AAB9BF
Complementary color
Monochromatic Colors of #AAB9BF
Black with #AAB9BF
Text Example
Text Example
White with #AAB9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9BF; }
p { color: rgb(170,185,191); }
H1.HeaderClassName
{
color: #AAB9BF;
}
.AnyTagClassName
{
color: #AAB9BF;
}
</style>
background-color css
<style>
a { background-color: #AAB9BF; }
a { background-color: rgb(170,185,191); }
div.DivClassName
{
background-color: #AAB9BF;
}
.BgClassName
{
background-color: #AAB9BF;
}
</style>
border-color css
<style>
span { border-color: #AAB9BF; }
span { border-color: rgb(170,185,191); }
td.TdClassName
{
border-color: #AAB9BF;
}
.TagClassName
{
border-color: #AAB9BF;
}
</style>