Shades of Skeptic #A0C0AF
Tints of Skeptic #A0C0AF
RGB
CMYK
RGB Variations
Color information
#A0C0AF (or 0xA0C0AF) is known color: Skeptic. HEX triplet: A0, C0 and AF. RGB value is (160,192,175). Sum of RGB (Red+Green+Blue) = 160+192+175=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C0AF is #5F3F50. Grayscale: #B4B4B4. Windows color (decimal): -6242129 or 11518112. OLE color: 11518112.
HSL color Cylindrical-coordinate representation of color #A0C0AF: hue angle of 148.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A0C0AF is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 175 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.25 |
| HSL | 148.13º | 0.2% | 0.69% | - |
| HSV(B) | 148.13º | 0.17% | 0.75% | - |
| XYZ | 41.08 | 48.27 | 47.71 | - |
| YUV | 180.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 175 | 0.17 | 0 | 0.09 | 0.25 | 148.13 | 0.2 | 0.69 |
| Hex | A0 | C0 | AF | 11 | 0 | 9 | 19 | 94 | 14 | 45 |
| Octal | 240 | 300 | 257 | 21 | 0 | 11 | 31 | 224 | 24 | 105 |
| Binary | 10100000 | 11000000 | 10101111 | 10001 | 0 | 1001 | 11001 | 10010100 | 10100 | 1000101 |
Color Harmonies of #A0C0AF
Complementary color
Monochromatic Colors of #A0C0AF
Black with #A0C0AF
Text Example
Text Example
White with #A0C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0AF; }
p { color: rgb(160,192,175); }
H1.HeaderClassName
{
color: #A0C0AF;
}
.AnyTagClassName
{
color: #A0C0AF;
}
</style>
background-color css
<style>
a { background-color: #A0C0AF; }
a { background-color: rgb(160,192,175); }
div.DivClassName
{
background-color: #A0C0AF;
}
.BgClassName
{
background-color: #A0C0AF;
}
</style>
border-color css
<style>
span { border-color: #A0C0AF; }
span { border-color: rgb(160,192,175); }
td.TdClassName
{
border-color: #A0C0AF;
}
.TagClassName
{
border-color: #A0C0AF;
}
</style>