Shades of Heather #AAB6C4
Tints of Heather #AAB6C4
RGB
CMYK
RGB Variations
Color information
#AAB6C4 (or 0xAAB6C4) is known color: Heather. HEX triplet: AA, B6 and C4. RGB value is (170,182,196). Sum of RGB (Red+Green+Blue) = 170+182+196=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAB6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6C4 is #55493B. Grayscale: #B3B3B3. Windows color (decimal): -5589308 or 12891818. OLE color: 12891818.
HSL color Cylindrical-coordinate representation of color #AAB6C4: hue angle of 212.31º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAB6C4 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 182 | 196 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.23 |
| HSL | 212.31º | 0.18% | 0.72% | - |
| HSV(B) | 212.31º | 0.13% | 0.77% | - |
| XYZ | 43.27 | 45.99 | 58.82 | - |
| YUV | 180.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 196 | 0.13 | 0.07 | 0 | 0.23 | 212.31 | 0.18 | 0.72 |
| Hex | AA | B6 | C4 | D | 7 | 0 | 17 | D4 | 12 | 48 |
| Octal | 252 | 266 | 304 | 15 | 7 | 0 | 27 | 324 | 22 | 110 |
| Binary | 10101010 | 10110110 | 11000100 | 1101 | 111 | 0 | 10111 | 11010100 | 10010 | 1001000 |
Color Harmonies of #AAB6C4
Complementary color
Monochromatic Colors of #AAB6C4
Black with #AAB6C4
Text Example
Text Example
White with #AAB6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6C4; }
p { color: rgb(170,182,196); }
H1.HeaderClassName
{
color: #AAB6C4;
}
.AnyTagClassName
{
color: #AAB6C4;
}
</style>
background-color css
<style>
a { background-color: #AAB6C4; }
a { background-color: rgb(170,182,196); }
div.DivClassName
{
background-color: #AAB6C4;
}
.BgClassName
{
background-color: #AAB6C4;
}
</style>
border-color css
<style>
span { border-color: #AAB6C4; }
span { border-color: rgb(170,182,196); }
td.TdClassName
{
border-color: #AAB6C4;
}
.TagClassName
{
border-color: #AAB6C4;
}
</style>