Shades of Skeptic #A1C0AF
Tints of Skeptic #A1C0AF
RGB
CMYK
RGB Variations
Color information
#A1C0AF (or 0xA1C0AF) is known color: Skeptic. HEX triplet: A1, C0 and AF. RGB value is (161,192,175). Sum of RGB (Red+Green+Blue) = 161+192+175=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0AF is #5E3F50. Grayscale: #B4B4B4. Windows color (decimal): -6176593 or 11518113. OLE color: 11518113.
HSL color Cylindrical-coordinate representation of color #A1C0AF: hue angle of 147.1º degrees, saturation: 0.2, 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 #A1C0AF is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 175 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.25 |
| HSL | 147.1º | 0.2% | 0.69% | - |
| HSV(B) | 147.1º | 0.16% | 0.75% | - |
| XYZ | 41.29 | 48.37 | 47.72 | - |
| YUV | 180.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 175 | 0.16 | 0 | 0.09 | 0.25 | 147.1 | 0.2 | 0.69 |
| Hex | A1 | C0 | AF | 10 | 0 | 9 | 19 | 93 | 14 | 45 |
| Octal | 241 | 300 | 257 | 20 | 0 | 11 | 31 | 223 | 24 | 105 |
| Binary | 10100001 | 11000000 | 10101111 | 10000 | 0 | 1001 | 11001 | 10010011 | 10100 | 1000101 |
Color Harmonies of #A1C0AF
Complementary color
Monochromatic Colors of #A1C0AF
Black with #A1C0AF
Text Example
Text Example
White with #A1C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0AF; }
p { color: rgb(161,192,175); }
H1.HeaderClassName
{
color: #A1C0AF;
}
.AnyTagClassName
{
color: #A1C0AF;
}
</style>
background-color css
<style>
a { background-color: #A1C0AF; }
a { background-color: rgb(161,192,175); }
div.DivClassName
{
background-color: #A1C0AF;
}
.BgClassName
{
background-color: #A1C0AF;
}
</style>
border-color css
<style>
span { border-color: #A1C0AF; }
span { border-color: rgb(161,192,175); }
td.TdClassName
{
border-color: #A1C0AF;
}
.TagClassName
{
border-color: #A1C0AF;
}
</style>