Shades of Skeptic #A0C0AC
Tints of Skeptic #A0C0AC
RGB
CMYK
RGB Variations
Color information
#A0C0AC (or 0xA0C0AC) is known color: Skeptic. HEX triplet: A0, C0 and AC. RGB value is (160,192,172). Sum of RGB (Red+Green+Blue) = 160+192+172=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C0AC is #5F3F53. Grayscale: #B4B4B4. Windows color (decimal): -6242132 or 11321504. OLE color: 11321504.
HSL color Cylindrical-coordinate representation of color #A0C0AC: hue angle of 142.5º 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 #A0C0AC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 172 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.25 |
| HSL | 142.5º | 0.2% | 0.69% | - |
| HSV(B) | 142.5º | 0.17% | 0.75% | - |
| XYZ | 40.79 | 48.15 | 46.17 | - |
| YUV | 180.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 172 | 0.17 | 0 | 0.10 | 0.25 | 142.5 | 0.2 | 0.69 |
| Hex | A0 | C0 | AC | 11 | 0 | A | 19 | 8E | 14 | 45 |
| Octal | 240 | 300 | 254 | 21 | 0 | 12 | 31 | 216 | 24 | 105 |
| Binary | 10100000 | 11000000 | 10101100 | 10001 | 0 | 1010 | 11001 | 10001110 | 10100 | 1000101 |
Color Harmonies of #A0C0AC
Complementary color
Monochromatic Colors of #A0C0AC
Black with #A0C0AC
Text Example
Text Example
White with #A0C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C0AC; }
p { color: rgb(160,192,172); }
H1.HeaderClassName
{
color: #A0C0AC;
}
.AnyTagClassName
{
color: #A0C0AC;
}
</style>
background-color css
<style>
a { background-color: #A0C0AC; }
a { background-color: rgb(160,192,172); }
div.DivClassName
{
background-color: #A0C0AC;
}
.BgClassName
{
background-color: #A0C0AC;
}
</style>
border-color css
<style>
span { border-color: #A0C0AC; }
span { border-color: rgb(160,192,172); }
td.TdClassName
{
border-color: #A0C0AC;
}
.TagClassName
{
border-color: #A0C0AC;
}
</style>