Shades of Skeptic #A2C0AF
Tints of Skeptic #A2C0AF
RGB
CMYK
RGB Variations
Color information
#A2C0AF (or 0xA2C0AF) is known color: Skeptic. HEX triplet: A2, C0 and AF. RGB value is (162,192,175). Sum of RGB (Red+Green+Blue) = 162+192+175=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C0AF is #5D3F50. Grayscale: #B5B5B5. Windows color (decimal): -6111057 or 11518114. OLE color: 11518114.
HSL color Cylindrical-coordinate representation of color #A2C0AF: hue angle of 146º 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 #A2C0AF is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 175 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.25 |
| HSL | 146º | 0.19% | 0.69% | - |
| HSV(B) | 146º | 0.16% | 0.75% | - |
| XYZ | 41.49 | 48.48 | 47.73 | - |
| YUV | 181.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 175 | 0.16 | 0 | 0.09 | 0.25 | 146 | 0.19 | 0.69 |
| Hex | A2 | C0 | AF | 10 | 0 | 9 | 19 | 92 | 13 | 45 |
| Octal | 242 | 300 | 257 | 20 | 0 | 11 | 31 | 222 | 23 | 105 |
| Binary | 10100010 | 11000000 | 10101111 | 10000 | 0 | 1001 | 11001 | 10010010 | 10011 | 1000101 |
Color Harmonies of #A2C0AF
Complementary color
Monochromatic Colors of #A2C0AF
Black with #A2C0AF
Text Example
Text Example
White with #A2C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C0AF; }
p { color: rgb(162,192,175); }
H1.HeaderClassName
{
color: #A2C0AF;
}
.AnyTagClassName
{
color: #A2C0AF;
}
</style>
background-color css
<style>
a { background-color: #A2C0AF; }
a { background-color: rgb(162,192,175); }
div.DivClassName
{
background-color: #A2C0AF;
}
.BgClassName
{
background-color: #A2C0AF;
}
</style>
border-color css
<style>
span { border-color: #A2C0AF; }
span { border-color: rgb(162,192,175); }
td.TdClassName
{
border-color: #A2C0AF;
}
.TagClassName
{
border-color: #A2C0AF;
}
</style>