Shades of Heather #AAB8C6
Tints of Heather #AAB8C6
RGB
CMYK
RGB Variations
Color information
#AAB8C6 (or 0xAAB8C6) is known color: Heather. HEX triplet: AA, B8 and C6. RGB value is (170,184,198). Sum of RGB (Red+Green+Blue) = 170+184+198=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAB8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8C6 is #554739. Grayscale: #B5B5B5. Windows color (decimal): -5588794 or 13023402. OLE color: 13023402.
HSL color Cylindrical-coordinate representation of color #AAB8C6: hue angle of 210º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB8C6 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 184 | 198 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.22 |
| HSL | 210º | 0.2% | 0.72% | - |
| HSV(B) | 210º | 0.14% | 0.78% | - |
| XYZ | 43.91 | 46.9 | 60.17 | - |
| YUV | 181.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 198 | 0.14 | 0.07 | 0 | 0.22 | 210 | 0.2 | 0.72 |
| Hex | AA | B8 | C6 | E | 7 | 0 | 16 | D2 | 14 | 48 |
| Octal | 252 | 270 | 306 | 16 | 7 | 0 | 26 | 322 | 24 | 110 |
| Binary | 10101010 | 10111000 | 11000110 | 1110 | 111 | 0 | 10110 | 11010010 | 10100 | 1001000 |
Color Harmonies of #AAB8C6
Complementary color
Monochromatic Colors of #AAB8C6
Black with #AAB8C6
Text Example
Text Example
White with #AAB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8C6; }
p { color: rgb(170,184,198); }
H1.HeaderClassName
{
color: #AAB8C6;
}
.AnyTagClassName
{
color: #AAB8C6;
}
</style>
background-color css
<style>
a { background-color: #AAB8C6; }
a { background-color: rgb(170,184,198); }
div.DivClassName
{
background-color: #AAB8C6;
}
.BgClassName
{
background-color: #AAB8C6;
}
</style>
border-color css
<style>
span { border-color: #AAB8C6; }
span { border-color: rgb(170,184,198); }
td.TdClassName
{
border-color: #AAB8C6;
}
.TagClassName
{
border-color: #AAB8C6;
}
</style>