Shades of Heather #AAB5C0
Tints of Heather #AAB5C0
RGB
CMYK
RGB Variations
Color information
#AAB5C0 (or 0xAAB5C0) is known color: Heather. HEX triplet: AA, B5 and C0. RGB value is (170,181,192). Sum of RGB (Red+Green+Blue) = 170+181+192=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 181 (71.09% from 255 or 33.33% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAB5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5C0 is #554A3F. Grayscale: #B2B2B2. Windows color (decimal): -5589568 or 12629418. OLE color: 12629418.
HSL color Cylindrical-coordinate representation of color #AAB5C0: hue angle of 210º 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 #AAB5C0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 170 | 181 | 192 | - |
CMYK | 0.11 | 0.06 | 0 | 0.25 |
HSL | 210º | 0.15% | 0.71% | - |
HSV(B) | 210º | 0.11% | 0.75% | - |
XYZ | 42.62 | 45.4 | 56.39 | - |
YUV | 178.97 | 135.36 | 121.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 181 | 192 | 0.11 | 0.06 | 0 | 0.25 | 210 | 0.15 | 0.71 |
Hex | AA | B5 | C0 | B | 6 | 0 | 19 | D2 | F | 47 |
Octal | 252 | 265 | 300 | 13 | 6 | 0 | 31 | 322 | 17 | 107 |
Binary | 10101010 | 10110101 | 11000000 | 1011 | 110 | 0 | 11001 | 11010010 | 1111 | 1000111 |
Color Harmonies of #AAB5C0
Complementary color
Monochromatic Colors of #AAB5C0
Black with #AAB5C0
Text Example
Text Example
White with #AAB5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5C0; }
p { color: rgb(170,181,192); }
H1.HeaderClassName
{
color: #AAB5C0;
}
.AnyTagClassName
{
color: #AAB5C0;
}
</style>
background-color css
<style>
a { background-color: #AAB5C0; }
a { background-color: rgb(170,181,192); }
div.DivClassName
{
background-color: #AAB5C0;
}
.BgClassName
{
background-color: #AAB5C0;
}
</style>
border-color css
<style>
span { border-color: #AAB5C0; }
span { border-color: rgb(170,181,192); }
td.TdClassName
{
border-color: #AAB5C0;
}
.TagClassName
{
border-color: #AAB5C0;
}
</style>