Shades of Heather #AAB7C2
Tints of Heather #AAB7C2
RGB
CMYK
RGB Variations
Color information
#AAB7C2 (or 0xAAB7C2) is known color: Heather. HEX triplet: AA, B7 and C2. RGB value is (170,183,194). Sum of RGB (Red+Green+Blue) = 170+183+194=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 183 (71.88% from 255 or 33.46% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 194 - color contains mainly: blue. Hex color #AAB7C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7C2 is #55483D. Grayscale: #B4B4B4. Windows color (decimal): -5589054 or 12761002. OLE color: 12761002.
HSL color Cylindrical-coordinate representation of color #AAB7C2: hue angle of 207.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB7C2 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 183 | 194 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.24 |
| HSL | 207.5º | 0.16% | 0.71% | - |
| HSV(B) | 207.5º | 0.12% | 0.76% | - |
| XYZ | 43.25 | 46.31 | 57.7 | - |
| YUV | 180.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 194 | 0.12 | 0.06 | 0 | 0.24 | 207.5 | 0.16 | 0.71 |
| Hex | AA | B7 | C2 | C | 6 | 0 | 18 | D0 | 10 | 47 |
| Octal | 252 | 267 | 302 | 14 | 6 | 0 | 30 | 320 | 20 | 107 |
| Binary | 10101010 | 10110111 | 11000010 | 1100 | 110 | 0 | 11000 | 11010000 | 10000 | 1000111 |
Color Harmonies of #AAB7C2
Complementary color
Monochromatic Colors of #AAB7C2
Black with #AAB7C2
Text Example
Text Example
White with #AAB7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7C2; }
p { color: rgb(170,183,194); }
H1.HeaderClassName
{
color: #AAB7C2;
}
.AnyTagClassName
{
color: #AAB7C2;
}
</style>
background-color css
<style>
a { background-color: #AAB7C2; }
a { background-color: rgb(170,183,194); }
div.DivClassName
{
background-color: #AAB7C2;
}
.BgClassName
{
background-color: #AAB7C2;
}
</style>
border-color css
<style>
span { border-color: #AAB7C2; }
span { border-color: rgb(170,183,194); }
td.TdClassName
{
border-color: #AAB7C2;
}
.TagClassName
{
border-color: #AAB7C2;
}
</style>