Shades of Heather #AAB2B9
Tints of Heather #AAB2B9
RGB
CMYK
RGB Variations
Color information
#AAB2B9 (or 0xAAB2B9) is known color: Heather. HEX triplet: AA, B2 and B9. RGB value is (170,178,185). Sum of RGB (Red+Green+Blue) = 170+178+185=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAB2B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2B9 is #554D46. Grayscale: #B0B0B0. Windows color (decimal): -5590343 or 12169898. OLE color: 12169898.
HSL color Cylindrical-coordinate representation of color #AAB2B9: hue angle of 208º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB2B9 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 170 | 178 | 185 | - |
CMYK | 0.08 | 0.04 | 0 | 0.27 |
HSL | 208º | 0.1% | 0.7% | - |
HSV(B) | 208º | 0.08% | 0.73% | - |
XYZ | 41.25 | 43.89 | 52.2 | - |
YUV | 176.41 | 132.85 | 123.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 178 | 185 | 0.08 | 0.04 | 0 | 0.27 | 208 | 0.1 | 0.7 |
Hex | AA | B2 | B9 | 8 | 4 | 0 | 1B | D0 | A | 46 |
Octal | 252 | 262 | 271 | 10 | 4 | 0 | 33 | 320 | 12 | 106 |
Binary | 10101010 | 10110010 | 10111001 | 1000 | 100 | 0 | 11011 | 11010000 | 1010 | 1000110 |
Color Harmonies of #AAB2B9
Complementary color
Monochromatic Colors of #AAB2B9
Black with #AAB2B9
Text Example
Text Example
White with #AAB2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2B9; }
p { color: rgb(170,178,185); }
H1.HeaderClassName
{
color: #AAB2B9;
}
.AnyTagClassName
{
color: #AAB2B9;
}
</style>
background-color css
<style>
a { background-color: #AAB2B9; }
a { background-color: rgb(170,178,185); }
div.DivClassName
{
background-color: #AAB2B9;
}
.BgClassName
{
background-color: #AAB2B9;
}
</style>
border-color css
<style>
span { border-color: #AAB2B9; }
span { border-color: rgb(170,178,185); }
td.TdClassName
{
border-color: #AAB2B9;
}
.TagClassName
{
border-color: #AAB2B9;
}
</style>