Shades of Heather #AAC0CB
Tints of Heather #AAC0CB
RGB
CMYK
RGB Variations
Color information
#AAC0CB (or 0xAAC0CB) is known color: Heather. HEX triplet: AA, C0 and CB. RGB value is (170,192,203). Sum of RGB (Red+Green+Blue) = 170+192+203=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 192 (75.39% from 255 or 33.98% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #AAC0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC0CB is #553F34. Grayscale: #BABABA. Windows color (decimal): -5586741 or 13353130. OLE color: 13353130.
HSL color Cylindrical-coordinate representation of color #AAC0CB: hue angle of 200º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC0CB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 192 | 203 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.20 |
| HSL | 200º | 0.24% | 0.73% | - |
| HSV(B) | 200º | 0.16% | 0.8% | - |
| XYZ | 46.21 | 50.56 | 63.82 | - |
| YUV | 186.68 | 137.21 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 203 | 0.16 | 0.05 | 0 | 0.20 | 200 | 0.24 | 0.73 |
| Hex | AA | C0 | CB | 10 | 5 | 0 | 14 | C8 | 18 | 49 |
| Octal | 252 | 300 | 313 | 20 | 5 | 0 | 24 | 310 | 30 | 111 |
| Binary | 10101010 | 11000000 | 11001011 | 10000 | 101 | 0 | 10100 | 11001000 | 11000 | 1001001 |
Color Harmonies of #AAC0CB
Complementary color
Monochromatic Colors of #AAC0CB
Black with #AAC0CB
Text Example
Text Example
White with #AAC0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0CB; }
p { color: rgb(170,192,203); }
H1.HeaderClassName
{
color: #AAC0CB;
}
.AnyTagClassName
{
color: #AAC0CB;
}
</style>
background-color css
<style>
a { background-color: #AAC0CB; }
a { background-color: rgb(170,192,203); }
div.DivClassName
{
background-color: #AAC0CB;
}
.BgClassName
{
background-color: #AAC0CB;
}
</style>
border-color css
<style>
span { border-color: #AAC0CB; }
span { border-color: rgb(170,192,203); }
td.TdClassName
{
border-color: #AAC0CB;
}
.TagClassName
{
border-color: #AAC0CB;
}
</style>