Shades of Heather #A1C0CA
Tints of Heather #A1C0CA
RGB
CMYK
RGB Variations
Color information
#A1C0CA (or 0xA1C0CA) is known color: Heather. HEX triplet: A1, C0 and CA. RGB value is (161,192,202). Sum of RGB (Red+Green+Blue) = 161+192+202=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 192 (75.39% from 255 or 34.59% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #A1C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C0CA is #5E3F35. Grayscale: #B7B7B7. Windows color (decimal): -6176566 or 13287585. OLE color: 13287585.
HSL color Cylindrical-coordinate representation of color #A1C0CA: hue angle of 194.63º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1C0CA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 192 | 202 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.21 |
| HSL | 194.63º | 0.28% | 0.71% | - |
| HSV(B) | 194.63º | 0.2% | 0.79% | - |
| XYZ | 44.21 | 49.54 | 63.11 | - |
| YUV | 183.87 | 138.23 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 202 | 0.20 | 0.05 | 0 | 0.21 | 194.63 | 0.28 | 0.71 |
| Hex | A1 | C0 | CA | 14 | 5 | 0 | 15 | C3 | 1C | 47 |
| Octal | 241 | 300 | 312 | 24 | 5 | 0 | 25 | 303 | 34 | 107 |
| Binary | 10100001 | 11000000 | 11001010 | 10100 | 101 | 0 | 10101 | 11000011 | 11100 | 1000111 |
Color Harmonies of #A1C0CA
Complementary color
Monochromatic Colors of #A1C0CA
Black with #A1C0CA
Text Example
Text Example
White with #A1C0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0CA; }
p { color: rgb(161,192,202); }
H1.HeaderClassName
{
color: #A1C0CA;
}
.AnyTagClassName
{
color: #A1C0CA;
}
</style>
background-color css
<style>
a { background-color: #A1C0CA; }
a { background-color: rgb(161,192,202); }
div.DivClassName
{
background-color: #A1C0CA;
}
.BgClassName
{
background-color: #A1C0CA;
}
</style>
border-color css
<style>
span { border-color: #A1C0CA; }
span { border-color: rgb(161,192,202); }
td.TdClassName
{
border-color: #A1C0CA;
}
.TagClassName
{
border-color: #A1C0CA;
}
</style>