Shades of Skeptic #A0BBAC
Tints of Skeptic #A0BBAC
RGB
CMYK
RGB Variations
Color information
#A0BBAC (or 0xA0BBAC) is known color: Skeptic. HEX triplet: A0, BB and AC. RGB value is (160,187,172). Sum of RGB (Red+Green+Blue) = 160+187+172=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBAC is #5F4453. Grayscale: #B1B1B1. Windows color (decimal): -6243412 or 11320224. OLE color: 11320224.
HSL color Cylindrical-coordinate representation of color #A0BBAC: hue angle of 146.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A0BBAC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 172 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.27 |
| HSL | 146.67º | 0.17% | 0.68% | - |
| HSV(B) | 146.67º | 0.14% | 0.73% | - |
| XYZ | 39.71 | 45.99 | 45.81 | - |
| YUV | 177.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 172 | 0.14 | 0 | 0.08 | 0.27 | 146.67 | 0.17 | 0.68 |
| Hex | A0 | BB | AC | E | 0 | 8 | 1B | 93 | 11 | 44 |
| Octal | 240 | 273 | 254 | 16 | 0 | 10 | 33 | 223 | 21 | 104 |
| Binary | 10100000 | 10111011 | 10101100 | 1110 | 0 | 1000 | 11011 | 10010011 | 10001 | 1000100 |
Color Harmonies of #A0BBAC
Complementary color
Monochromatic Colors of #A0BBAC
Black with #A0BBAC
Text Example
Text Example
White with #A0BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BBAC; }
p { color: rgb(160,187,172); }
H1.HeaderClassName
{
color: #A0BBAC;
}
.AnyTagClassName
{
color: #A0BBAC;
}
</style>
background-color css
<style>
a { background-color: #A0BBAC; }
a { background-color: rgb(160,187,172); }
div.DivClassName
{
background-color: #A0BBAC;
}
.BgClassName
{
background-color: #A0BBAC;
}
</style>
border-color css
<style>
span { border-color: #A0BBAC; }
span { border-color: rgb(160,187,172); }
td.TdClassName
{
border-color: #A0BBAC;
}
.TagClassName
{
border-color: #A0BBAC;
}
</style>