Shades of Heather #AAC0CA
Tints of Heather #AAC0CA
RGB
CMYK
RGB Variations
Color information
#AAC0CA (or 0xAAC0CA) is known color: Heather. HEX triplet: AA, C0 and CA. RGB value is (170,192,202). Sum of RGB (Red+Green+Blue) = 170+192+202=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0CA is #553F35. Grayscale: #BABABA. Windows color (decimal): -5586742 or 13287594. OLE color: 13287594.
HSL color Cylindrical-coordinate representation of color #AAC0CA: hue angle of 198.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC0CA is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 192 | 202 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.21 |
| HSL | 198.75º | 0.23% | 0.73% | - |
| HSV(B) | 198.75º | 0.16% | 0.79% | - |
| XYZ | 46.09 | 50.51 | 63.2 | - |
| YUV | 186.56 | 136.71 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 202 | 0.16 | 0.05 | 0 | 0.21 | 198.75 | 0.23 | 0.73 |
| Hex | AA | C0 | CA | 10 | 5 | 0 | 15 | C7 | 17 | 49 |
| Octal | 252 | 300 | 312 | 20 | 5 | 0 | 25 | 307 | 27 | 111 |
| Binary | 10101010 | 11000000 | 11001010 | 10000 | 101 | 0 | 10101 | 11000111 | 10111 | 1001001 |
Color Harmonies of #AAC0CA
Complementary color
Monochromatic Colors of #AAC0CA
Black with #AAC0CA
Text Example
Text Example
White with #AAC0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0CA; }
p { color: rgb(170,192,202); }
H1.HeaderClassName
{
color: #AAC0CA;
}
.AnyTagClassName
{
color: #AAC0CA;
}
</style>
background-color css
<style>
a { background-color: #AAC0CA; }
a { background-color: rgb(170,192,202); }
div.DivClassName
{
background-color: #AAC0CA;
}
.BgClassName
{
background-color: #AAC0CA;
}
</style>
border-color css
<style>
span { border-color: #AAC0CA; }
span { border-color: rgb(170,192,202); }
td.TdClassName
{
border-color: #AAC0CA;
}
.TagClassName
{
border-color: #AAC0CA;
}
</style>