Shades of Heather #A0BAC9
Tints of Heather #A0BAC9
RGB
CMYK
RGB Variations
Color information
#A0BAC9 (or 0xA0BAC9) is known color: Heather. HEX triplet: A0, BA and C9. RGB value is (160,186,201). Sum of RGB (Red+Green+Blue) = 160+186+201=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #A0BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BAC9 is #5F4536. Grayscale: #B3B3B3. Windows color (decimal): -6243639 or 13220512. OLE color: 13220512.
HSL color Cylindrical-coordinate representation of color #A0BAC9: hue angle of 201.95º 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 #A0BAC9 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 186 | 201 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.21 |
| HSL | 201.95º | 0.28% | 0.71% | - |
| HSV(B) | 201.95º | 0.2% | 0.79% | - |
| XYZ | 42.6 | 46.81 | 62.05 | - |
| YUV | 179.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 201 | 0.20 | 0.07 | 0 | 0.21 | 201.95 | 0.28 | 0.71 |
| Hex | A0 | BA | C9 | 14 | 7 | 0 | 15 | CA | 1C | 47 |
| Octal | 240 | 272 | 311 | 24 | 7 | 0 | 25 | 312 | 34 | 107 |
| Binary | 10100000 | 10111010 | 11001001 | 10100 | 111 | 0 | 10101 | 11001010 | 11100 | 1000111 |
Color Harmonies of #A0BAC9
Complementary color
Monochromatic Colors of #A0BAC9
Black with #A0BAC9
Text Example
Text Example
White with #A0BAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAC9; }
p { color: rgb(160,186,201); }
H1.HeaderClassName
{
color: #A0BAC9;
}
.AnyTagClassName
{
color: #A0BAC9;
}
</style>
background-color css
<style>
a { background-color: #A0BAC9; }
a { background-color: rgb(160,186,201); }
div.DivClassName
{
background-color: #A0BAC9;
}
.BgClassName
{
background-color: #A0BAC9;
}
</style>
border-color css
<style>
span { border-color: #A0BAC9; }
span { border-color: rgb(160,186,201); }
td.TdClassName
{
border-color: #A0BAC9;
}
.TagClassName
{
border-color: #A0BAC9;
}
</style>