Shades of Heather #AAC4CA
Tints of Heather #AAC4CA
RGB
CMYK
RGB Variations
Color information
#AAC4CA (or 0xAAC4CA) is known color: Heather. HEX triplet: AA, C4 and CA. RGB value is (170,196,202). Sum of RGB (Red+Green+Blue) = 170+196+202=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4CA is #553B35. Grayscale: #BCBCBC. Windows color (decimal): -5585718 or 13288618. OLE color: 13288618.
HSL color Cylindrical-coordinate representation of color #AAC4CA: hue angle of 191.25º 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 #AAC4CA is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 196 | 202 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.21 |
| HSL | 191.25º | 0.23% | 0.73% | - |
| HSV(B) | 191.25º | 0.16% | 0.79% | - |
| XYZ | 46.98 | 52.29 | 63.49 | - |
| YUV | 188.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 202 | 0.16 | 0.03 | 0 | 0.21 | 191.25 | 0.23 | 0.73 |
| Hex | AA | C4 | CA | 10 | 3 | 0 | 15 | BF | 17 | 49 |
| Octal | 252 | 304 | 312 | 20 | 3 | 0 | 25 | 277 | 27 | 111 |
| Binary | 10101010 | 11000100 | 11001010 | 10000 | 11 | 0 | 10101 | 10111111 | 10111 | 1001001 |
Color Harmonies of #AAC4CA
Complementary color
Monochromatic Colors of #AAC4CA
Black with #AAC4CA
Text Example
Text Example
White with #AAC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4CA; }
p { color: rgb(170,196,202); }
H1.HeaderClassName
{
color: #AAC4CA;
}
.AnyTagClassName
{
color: #AAC4CA;
}
</style>
background-color css
<style>
a { background-color: #AAC4CA; }
a { background-color: rgb(170,196,202); }
div.DivClassName
{
background-color: #AAC4CA;
}
.BgClassName
{
background-color: #AAC4CA;
}
</style>
border-color css
<style>
span { border-color: #AAC4CA; }
span { border-color: rgb(170,196,202); }
td.TdClassName
{
border-color: #AAC4CA;
}
.TagClassName
{
border-color: #AAC4CA;
}
</style>