Shades of Heather #AAC0CF
Tints of Heather #AAC0CF
RGB
CMYK
RGB Variations
Color information
#AAC0CF (or 0xAAC0CF) is known color: Heather. HEX triplet: AA, C0 and CF. RGB value is (170,192,207). Sum of RGB (Red+Green+Blue) = 170+192+207=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #AAC0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0CF is #553F30. Grayscale: #BBBBBB. Windows color (decimal): -5586737 or 13615274. OLE color: 13615274.
HSL color Cylindrical-coordinate representation of color #AAC0CF: hue angle of 204.32º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAC0CF is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 192 | 207 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.19 |
| HSL | 204.32º | 0.28% | 0.74% | - |
| HSV(B) | 204.32º | 0.18% | 0.81% | - |
| XYZ | 46.69 | 50.75 | 66.37 | - |
| YUV | 187.13 | 139.21 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 207 | 0.18 | 0.07 | 0 | 0.19 | 204.32 | 0.28 | 0.74 |
| Hex | AA | C0 | CF | 12 | 7 | 0 | 13 | CC | 1C | 4A |
| Octal | 252 | 300 | 317 | 22 | 7 | 0 | 23 | 314 | 34 | 112 |
| Binary | 10101010 | 11000000 | 11001111 | 10010 | 111 | 0 | 10011 | 11001100 | 11100 | 1001010 |
Color Harmonies of #AAC0CF
Complementary color
Monochromatic Colors of #AAC0CF
Black with #AAC0CF
Text Example
Text Example
White with #AAC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0CF; }
p { color: rgb(170,192,207); }
H1.HeaderClassName
{
color: #AAC0CF;
}
.AnyTagClassName
{
color: #AAC0CF;
}
</style>
background-color css
<style>
a { background-color: #AAC0CF; }
a { background-color: rgb(170,192,207); }
div.DivClassName
{
background-color: #AAC0CF;
}
.BgClassName
{
background-color: #AAC0CF;
}
</style>
border-color css
<style>
span { border-color: #AAC0CF; }
span { border-color: rgb(170,192,207); }
td.TdClassName
{
border-color: #AAC0CF;
}
.TagClassName
{
border-color: #AAC0CF;
}
</style>