Shades of Heather #A0BAC4
Tints of Heather #A0BAC4
RGB
CMYK
RGB Variations
Color information
#A0BAC4 (or 0xA0BAC4) is known color: Heather. HEX triplet: A0, BA and C4. RGB value is (160,186,196). Sum of RGB (Red+Green+Blue) = 160+186+196=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #A0BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BAC4 is #5F453B. Grayscale: #B3B3B3. Windows color (decimal): -6243644 or 12892832. OLE color: 12892832.
HSL color Cylindrical-coordinate representation of color #A0BAC4: hue angle of 196.67º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0BAC4 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 186 | 196 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.23 |
| HSL | 196.67º | 0.23% | 0.7% | - |
| HSV(B) | 196.67º | 0.18% | 0.77% | - |
| XYZ | 42.02 | 46.58 | 59 | - |
| YUV | 179.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 186 | 196 | 0.18 | 0.05 | 0 | 0.23 | 196.67 | 0.23 | 0.7 |
| Hex | A0 | BA | C4 | 12 | 5 | 0 | 17 | C5 | 17 | 46 |
| Octal | 240 | 272 | 304 | 22 | 5 | 0 | 27 | 305 | 27 | 106 |
| Binary | 10100000 | 10111010 | 11000100 | 10010 | 101 | 0 | 10111 | 11000101 | 10111 | 1000110 |
Color Harmonies of #A0BAC4
Complementary color
Monochromatic Colors of #A0BAC4
Black with #A0BAC4
Text Example
Text Example
White with #A0BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAC4; }
p { color: rgb(160,186,196); }
H1.HeaderClassName
{
color: #A0BAC4;
}
.AnyTagClassName
{
color: #A0BAC4;
}
</style>
background-color css
<style>
a { background-color: #A0BAC4; }
a { background-color: rgb(160,186,196); }
div.DivClassName
{
background-color: #A0BAC4;
}
.BgClassName
{
background-color: #A0BAC4;
}
</style>
border-color css
<style>
span { border-color: #A0BAC4; }
span { border-color: rgb(160,186,196); }
td.TdClassName
{
border-color: #A0BAC4;
}
.TagClassName
{
border-color: #A0BAC4;
}
</style>