Shades of Heather #A0B9C6
Tints of Heather #A0B9C6
RGB
CMYK
RGB Variations
Color information
#A0B9C6 (or 0xA0B9C6) is known color: Heather. HEX triplet: A0, B9 and C6. RGB value is (160,185,198). Sum of RGB (Red+Green+Blue) = 160+185+198=543 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.47% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #A0B9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B9C6 is #5F4639. Grayscale: #B2B2B2. Windows color (decimal): -6243898 or 13023648. OLE color: 13023648.
HSL color Cylindrical-coordinate representation of color #A0B9C6: hue angle of 200.53º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0B9C6 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 185 | 198 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.22 |
| HSL | 200.53º | 0.25% | 0.7% | - |
| HSV(B) | 200.53º | 0.19% | 0.78% | - |
| XYZ | 42.04 | 46.25 | 60.14 | - |
| YUV | 179.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 198 | 0.19 | 0.07 | 0 | 0.22 | 200.53 | 0.25 | 0.7 |
| Hex | A0 | B9 | C6 | 13 | 7 | 0 | 16 | C9 | 19 | 46 |
| Octal | 240 | 271 | 306 | 23 | 7 | 0 | 26 | 311 | 31 | 106 |
| Binary | 10100000 | 10111001 | 11000110 | 10011 | 111 | 0 | 10110 | 11001001 | 11001 | 1000110 |
Color Harmonies of #A0B9C6
Complementary color
Monochromatic Colors of #A0B9C6
Black with #A0B9C6
Text Example
Text Example
White with #A0B9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B9C6; }
p { color: rgb(160,185,198); }
H1.HeaderClassName
{
color: #A0B9C6;
}
.AnyTagClassName
{
color: #A0B9C6;
}
</style>
background-color css
<style>
a { background-color: #A0B9C6; }
a { background-color: rgb(160,185,198); }
div.DivClassName
{
background-color: #A0B9C6;
}
.BgClassName
{
background-color: #A0B9C6;
}
</style>
border-color css
<style>
span { border-color: #A0B9C6; }
span { border-color: rgb(160,185,198); }
td.TdClassName
{
border-color: #A0B9C6;
}
.TagClassName
{
border-color: #A0B9C6;
}
</style>