Shades of Skeptic #A0BEAC
Tints of Skeptic #A0BEAC
RGB
CMYK
RGB Variations
Color information
#A0BEAC (or 0xA0BEAC) is known color: Skeptic. HEX triplet: A0, BE and AC. RGB value is (160,190,172). Sum of RGB (Red+Green+Blue) = 160+190+172=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEAC is #5F4153. Grayscale: #B3B3B3. Windows color (decimal): -6242644 or 11320992. OLE color: 11320992.
HSL color Cylindrical-coordinate representation of color #A0BEAC: hue angle of 144º 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 #A0BEAC is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
RGB | 160 | 190 | 172 | - |
CMYK | 0.16 | 0 | 0.09 | 0.25 |
HSL | 144º | 0.19% | 0.69% | - |
HSV(B) | 144º | 0.16% | 0.75% | - |
XYZ | 40.36 | 47.28 | 46.03 | - |
YUV | 178.98 | 124.06 | 114.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 190 | 172 | 0.16 | 0 | 0.09 | 0.25 | 144 | 0.19 | 0.69 |
Hex | A0 | BE | AC | 10 | 0 | 9 | 19 | 90 | 13 | 45 |
Octal | 240 | 276 | 254 | 20 | 0 | 11 | 31 | 220 | 23 | 105 |
Binary | 10100000 | 10111110 | 10101100 | 10000 | 0 | 1001 | 11001 | 10010000 | 10011 | 1000101 |
Color Harmonies of #A0BEAC
Complementary color
Monochromatic Colors of #A0BEAC
Black with #A0BEAC
Text Example
Text Example
White with #A0BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEAC; }
p { color: rgb(160,190,172); }
H1.HeaderClassName
{
color: #A0BEAC;
}
.AnyTagClassName
{
color: #A0BEAC;
}
</style>
background-color css
<style>
a { background-color: #A0BEAC; }
a { background-color: rgb(160,190,172); }
div.DivClassName
{
background-color: #A0BEAC;
}
.BgClassName
{
background-color: #A0BEAC;
}
</style>
border-color css
<style>
span { border-color: #A0BEAC; }
span { border-color: rgb(160,190,172); }
td.TdClassName
{
border-color: #A0BEAC;
}
.TagClassName
{
border-color: #A0BEAC;
}
</style>