Shades of Skeptic #A0BAB0
Tints of Skeptic #A0BAB0
RGB
CMYK
RGB Variations
Color information
#A0BAB0 (or 0xA0BAB0) is known color: Skeptic. HEX triplet: A0, BA and B0. RGB value is (160,186,176). Sum of RGB (Red+Green+Blue) = 160+186+176=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 176 (69.14% from 255 or 33.72% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAB0 is #5F454F. Grayscale: #B1B1B1. Windows color (decimal): -6243664 or 11582112. OLE color: 11582112.
HSL color Cylindrical-coordinate representation of color #A0BAB0: hue angle of 156.92º degrees, saturation: 0.16, 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 #A0BAB0 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
RGB | 160 | 186 | 176 | - |
CMYK | 0.14 | 0 | 0.05 | 0.27 |
HSL | 156.92º | 0.16% | 0.68% | - |
HSV(B) | 156.92º | 0.14% | 0.73% | - |
XYZ | 39.89 | 45.73 | 47.8 | - |
YUV | 177.09 | 127.39 | 115.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 186 | 176 | 0.14 | 0 | 0.05 | 0.27 | 156.92 | 0.16 | 0.68 |
Hex | A0 | BA | B0 | E | 0 | 5 | 1B | 9D | 10 | 44 |
Octal | 240 | 272 | 260 | 16 | 0 | 5 | 33 | 235 | 20 | 104 |
Binary | 10100000 | 10111010 | 10110000 | 1110 | 0 | 101 | 11011 | 10011101 | 10000 | 1000100 |
Color Harmonies of #A0BAB0
Complementary color
Monochromatic Colors of #A0BAB0
Black with #A0BAB0
Text Example
Text Example
White with #A0BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BAB0; }
p { color: rgb(160,186,176); }
H1.HeaderClassName
{
color: #A0BAB0;
}
.AnyTagClassName
{
color: #A0BAB0;
}
</style>
background-color css
<style>
a { background-color: #A0BAB0; }
a { background-color: rgb(160,186,176); }
div.DivClassName
{
background-color: #A0BAB0;
}
.BgClassName
{
background-color: #A0BAB0;
}
</style>
border-color css
<style>
span { border-color: #A0BAB0; }
span { border-color: rgb(160,186,176); }
td.TdClassName
{
border-color: #A0BAB0;
}
.TagClassName
{
border-color: #A0BAB0;
}
</style>