Shades of Heather #AAC2CE
Tints of Heather #AAC2CE
RGB
CMYK
RGB Variations
Color information
#AAC2CE (or 0xAAC2CE) is known color: Heather. HEX triplet: AA, C2 and CE. RGB value is (170,194,206). Sum of RGB (Red+Green+Blue) = 170+194+206=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAC2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC2CE is #553D31. Grayscale: #BCBCBC. Windows color (decimal): -5586226 or 13550250. OLE color: 13550250.
HSL color Cylindrical-coordinate representation of color #AAC2CE: hue angle of 200º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC2CE is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 194 | 206 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.19 |
| HSL | 200º | 0.27% | 0.74% | - |
| HSV(B) | 200º | 0.17% | 0.81% | - |
| XYZ | 47.01 | 51.59 | 65.87 | - |
| YUV | 188.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 206 | 0.17 | 0.06 | 0 | 0.19 | 200 | 0.27 | 0.74 |
| Hex | AA | C2 | CE | 11 | 6 | 0 | 13 | C8 | 1B | 4A |
| Octal | 252 | 302 | 316 | 21 | 6 | 0 | 23 | 310 | 33 | 112 |
| Binary | 10101010 | 11000010 | 11001110 | 10001 | 110 | 0 | 10011 | 11001000 | 11011 | 1001010 |
Color Harmonies of #AAC2CE
Complementary color
Monochromatic Colors of #AAC2CE
Black with #AAC2CE
Text Example
Text Example
White with #AAC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC2CE; }
p { color: rgb(170,194,206); }
H1.HeaderClassName
{
color: #AAC2CE;
}
.AnyTagClassName
{
color: #AAC2CE;
}
</style>
background-color css
<style>
a { background-color: #AAC2CE; }
a { background-color: rgb(170,194,206); }
div.DivClassName
{
background-color: #AAC2CE;
}
.BgClassName
{
background-color: #AAC2CE;
}
</style>
border-color css
<style>
span { border-color: #AAC2CE; }
span { border-color: rgb(170,194,206); }
td.TdClassName
{
border-color: #AAC2CE;
}
.TagClassName
{
border-color: #AAC2CE;
}
</style>