Shades of Heather #A6C0CB
Tints of Heather #A6C0CB
RGB
CMYK
RGB Variations
Color information
#A6C0CB (or 0xA6C0CB) is known color: Heather. HEX triplet: A6, C0 and CB. RGB value is (166,192,203). Sum of RGB (Red+Green+Blue) = 166+192+203=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6C0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C0CB is #593F34. Grayscale: #B9B9B9. Windows color (decimal): -5848885 or 13353126. OLE color: 13353126.
HSL color Cylindrical-coordinate representation of color #A6C0CB: hue angle of 197.84º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6C0CB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 192 | 203 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.20 |
| HSL | 197.84º | 0.26% | 0.72% | - |
| HSV(B) | 197.84º | 0.18% | 0.8% | - |
| XYZ | 45.36 | 50.12 | 63.78 | - |
| YUV | 185.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 203 | 0.18 | 0.05 | 0 | 0.20 | 197.84 | 0.26 | 0.72 |
| Hex | A6 | C0 | CB | 12 | 5 | 0 | 14 | C6 | 1A | 48 |
| Octal | 246 | 300 | 313 | 22 | 5 | 0 | 24 | 306 | 32 | 110 |
| Binary | 10100110 | 11000000 | 11001011 | 10010 | 101 | 0 | 10100 | 11000110 | 11010 | 1001000 |
Color Harmonies of #A6C0CB
Complementary color
Monochromatic Colors of #A6C0CB
Black with #A6C0CB
Text Example
Text Example
White with #A6C0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C0CB; }
p { color: rgb(166,192,203); }
H1.HeaderClassName
{
color: #A6C0CB;
}
.AnyTagClassName
{
color: #A6C0CB;
}
</style>
background-color css
<style>
a { background-color: #A6C0CB; }
a { background-color: rgb(166,192,203); }
div.DivClassName
{
background-color: #A6C0CB;
}
.BgClassName
{
background-color: #A6C0CB;
}
</style>
border-color css
<style>
span { border-color: #A6C0CB; }
span { border-color: rgb(166,192,203); }
td.TdClassName
{
border-color: #A6C0CB;
}
.TagClassName
{
border-color: #A6C0CB;
}
</style>