Shades of Skeptic #A0BFAC
Tints of Skeptic #A0BFAC
RGB
CMYK
RGB Variations
Color information
#A0BFAC (or 0xA0BFAC) is known color: Skeptic. HEX triplet: A0, BF and AC. RGB value is (160,191,172). Sum of RGB (Red+Green+Blue) = 160+191+172=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFAC is #5F4053. Grayscale: #B3B3B3. Windows color (decimal): -6242388 or 11321248. OLE color: 11321248.
HSL color Cylindrical-coordinate representation of color #A0BFAC: hue angle of 143.23º 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 #A0BFAC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 172 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.25 |
| HSL | 143.23º | 0.19% | 0.69% | - |
| HSV(B) | 143.23º | 0.16% | 0.75% | - |
| XYZ | 40.57 | 47.71 | 46.1 | - |
| YUV | 179.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 172 | 0.16 | 0 | 0.10 | 0.25 | 143.23 | 0.19 | 0.69 |
| Hex | A0 | BF | AC | 10 | 0 | A | 19 | 8F | 13 | 45 |
| Octal | 240 | 277 | 254 | 20 | 0 | 12 | 31 | 217 | 23 | 105 |
| Binary | 10100000 | 10111111 | 10101100 | 10000 | 0 | 1010 | 11001 | 10001111 | 10011 | 1000101 |
Color Harmonies of #A0BFAC
Complementary color
Monochromatic Colors of #A0BFAC
Black with #A0BFAC
Text Example
Text Example
White with #A0BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFAC; }
p { color: rgb(160,191,172); }
H1.HeaderClassName
{
color: #A0BFAC;
}
.AnyTagClassName
{
color: #A0BFAC;
}
</style>
background-color css
<style>
a { background-color: #A0BFAC; }
a { background-color: rgb(160,191,172); }
div.DivClassName
{
background-color: #A0BFAC;
}
.BgClassName
{
background-color: #A0BFAC;
}
</style>
border-color css
<style>
span { border-color: #A0BFAC; }
span { border-color: rgb(160,191,172); }
td.TdClassName
{
border-color: #A0BFAC;
}
.TagClassName
{
border-color: #A0BFAC;
}
</style>