Shades of Heather #AAB9C0
Tints of Heather #AAB9C0
RGB
CMYK
RGB Variations
Color information
#AAB9C0 (or 0xAAB9C0) is known color: Heather. HEX triplet: AA, B9 and C0. RGB value is (170,185,192). Sum of RGB (Red+Green+Blue) = 170+185+192=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAB9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9C0 is #55463F. Grayscale: #B5B5B5. Windows color (decimal): -5588544 or 12630442. OLE color: 12630442.
HSL color Cylindrical-coordinate representation of color #AAB9C0: hue angle of 199.09º degrees, saturation: 0.15, 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 #AAB9C0 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 185 | 192 | - |
CMYK | 0.11 | 0.04 | 0 | 0.25 |
HSL | 199.09º | 0.15% | 0.71% | - |
HSV(B) | 199.09º | 0.11% | 0.75% | - |
XYZ | 43.44 | 47.05 | 56.66 | - |
YUV | 181.31 | 134.03 | 119.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 185 | 192 | 0.11 | 0.04 | 0 | 0.25 | 199.09 | 0.15 | 0.71 |
Hex | AA | B9 | C0 | B | 4 | 0 | 19 | C7 | F | 47 |
Octal | 252 | 271 | 300 | 13 | 4 | 0 | 31 | 307 | 17 | 107 |
Binary | 10101010 | 10111001 | 11000000 | 1011 | 100 | 0 | 11001 | 11000111 | 1111 | 1000111 |
Color Harmonies of #AAB9C0
Complementary color
Monochromatic Colors of #AAB9C0
Black with #AAB9C0
Text Example
Text Example
White with #AAB9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB9C0; }
p { color: rgb(170,185,192); }
H1.HeaderClassName
{
color: #AAB9C0;
}
.AnyTagClassName
{
color: #AAB9C0;
}
</style>
background-color css
<style>
a { background-color: #AAB9C0; }
a { background-color: rgb(170,185,192); }
div.DivClassName
{
background-color: #AAB9C0;
}
.BgClassName
{
background-color: #AAB9C0;
}
</style>
border-color css
<style>
span { border-color: #AAB9C0; }
span { border-color: rgb(170,185,192); }
td.TdClassName
{
border-color: #AAB9C0;
}
.TagClassName
{
border-color: #AAB9C0;
}
</style>