Shades of Heather #A0B4BF
Tints of Heather #A0B4BF
RGB
CMYK
RGB Variations
Color information
#A0B4BF (or 0xA0B4BF) is known color: Heather. HEX triplet: A0, B4 and BF. RGB value is (160,180,191). Sum of RGB (Red+Green+Blue) = 160+180+191=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0B4BF is #5F4B40. Grayscale: #AFAFAF. Windows color (decimal): -6245185 or 12563616. OLE color: 12563616.
HSL color Cylindrical-coordinate representation of color #A0B4BF: hue angle of 201.29º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0B4BF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 180 | 191 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.25 |
| HSL | 201.29º | 0.19% | 0.69% | - |
| HSV(B) | 201.29º | 0.16% | 0.75% | - |
| XYZ | 40.22 | 43.88 | 55.64 | - |
| YUV | 175.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 180 | 191 | 0.16 | 0.06 | 0 | 0.25 | 201.29 | 0.19 | 0.69 |
| Hex | A0 | B4 | BF | 10 | 6 | 0 | 19 | C9 | 13 | 45 |
| Octal | 240 | 264 | 277 | 20 | 6 | 0 | 31 | 311 | 23 | 105 |
| Binary | 10100000 | 10110100 | 10111111 | 10000 | 110 | 0 | 11001 | 11001001 | 10011 | 1000101 |
Color Harmonies of #A0B4BF
Complementary color
Monochromatic Colors of #A0B4BF
Black with #A0B4BF
Text Example
Text Example
White with #A0B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B4BF; }
p { color: rgb(160,180,191); }
H1.HeaderClassName
{
color: #A0B4BF;
}
.AnyTagClassName
{
color: #A0B4BF;
}
</style>
background-color css
<style>
a { background-color: #A0B4BF; }
a { background-color: rgb(160,180,191); }
div.DivClassName
{
background-color: #A0B4BF;
}
.BgClassName
{
background-color: #A0B4BF;
}
</style>
border-color css
<style>
span { border-color: #A0B4BF; }
span { border-color: rgb(160,180,191); }
td.TdClassName
{
border-color: #A0B4BF;
}
.TagClassName
{
border-color: #A0B4BF;
}
</style>