Shades of Heather #AAC0CE
Tints of Heather #AAC0CE
RGB
CMYK
RGB Variations
Color information
#AAC0CE (or 0xAAC0CE) is known color: Heather. HEX triplet: AA, C0 and CE. RGB value is (170,192,206). Sum of RGB (Red+Green+Blue) = 170+192+206=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #AAC0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0CE is #553F31. Grayscale: #BABABA. Windows color (decimal): -5586738 or 13549738. OLE color: 13549738.
HSL color Cylindrical-coordinate representation of color #AAC0CE: hue angle of 203.33º 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 #AAC0CE is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 192 | 206 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.19 |
| HSL | 203.33º | 0.27% | 0.74% | - |
| HSV(B) | 203.33º | 0.17% | 0.81% | - |
| XYZ | 46.57 | 50.7 | 65.72 | - |
| YUV | 187.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 206 | 0.17 | 0.07 | 0 | 0.19 | 203.33 | 0.27 | 0.74 |
| Hex | AA | C0 | CE | 11 | 7 | 0 | 13 | CB | 1B | 4A |
| Octal | 252 | 300 | 316 | 21 | 7 | 0 | 23 | 313 | 33 | 112 |
| Binary | 10101010 | 11000000 | 11001110 | 10001 | 111 | 0 | 10011 | 11001011 | 11011 | 1001010 |
Color Harmonies of #AAC0CE
Complementary color
Monochromatic Colors of #AAC0CE
Black with #AAC0CE
Text Example
Text Example
White with #AAC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0CE; }
p { color: rgb(170,192,206); }
H1.HeaderClassName
{
color: #AAC0CE;
}
.AnyTagClassName
{
color: #AAC0CE;
}
</style>
background-color css
<style>
a { background-color: #AAC0CE; }
a { background-color: rgb(170,192,206); }
div.DivClassName
{
background-color: #AAC0CE;
}
.BgClassName
{
background-color: #AAC0CE;
}
</style>
border-color css
<style>
span { border-color: #AAC0CE; }
span { border-color: rgb(170,192,206); }
td.TdClassName
{
border-color: #AAC0CE;
}
.TagClassName
{
border-color: #AAC0CE;
}
</style>