Shades of Skeptic #A0BFAF
Tints of Skeptic #A0BFAF
RGB
CMYK
RGB Variations
Color information
#A0BFAF (or 0xA0BFAF) is known color: Skeptic. HEX triplet: A0, BF and AF. RGB value is (160,191,175). Sum of RGB (Red+Green+Blue) = 160+191+175=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BFAF is #5F4050. Grayscale: #B3B3B3. Windows color (decimal): -6242385 or 11517856. OLE color: 11517856.
HSL color Cylindrical-coordinate representation of color #A0BFAF: hue angle of 149.03º 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 #A0BFAF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 175 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.25 |
| HSL | 149.03º | 0.19% | 0.69% | - |
| HSV(B) | 149.03º | 0.16% | 0.75% | - |
| XYZ | 40.87 | 47.83 | 47.64 | - |
| YUV | 179.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 175 | 0.16 | 0 | 0.08 | 0.25 | 149.03 | 0.19 | 0.69 |
| Hex | A0 | BF | AF | 10 | 0 | 8 | 19 | 95 | 13 | 45 |
| Octal | 240 | 277 | 257 | 20 | 0 | 10 | 31 | 225 | 23 | 105 |
| Binary | 10100000 | 10111111 | 10101111 | 10000 | 0 | 1000 | 11001 | 10010101 | 10011 | 1000101 |
Color Harmonies of #A0BFAF
Complementary color
Monochromatic Colors of #A0BFAF
Black with #A0BFAF
Text Example
Text Example
White with #A0BFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BFAF; }
p { color: rgb(160,191,175); }
H1.HeaderClassName
{
color: #A0BFAF;
}
.AnyTagClassName
{
color: #A0BFAF;
}
</style>
background-color css
<style>
a { background-color: #A0BFAF; }
a { background-color: rgb(160,191,175); }
div.DivClassName
{
background-color: #A0BFAF;
}
.BgClassName
{
background-color: #A0BFAF;
}
</style>
border-color css
<style>
span { border-color: #A0BFAF; }
span { border-color: rgb(160,191,175); }
td.TdClassName
{
border-color: #A0BFAF;
}
.TagClassName
{
border-color: #A0BFAF;
}
</style>