Shades of Skeptic #A1C0AE
Tints of Skeptic #A1C0AE
RGB
CMYK
RGB Variations
Color information
#A1C0AE (or 0xA1C0AE) is known color: Skeptic. HEX triplet: A1, C0 and AE. RGB value is (161,192,174). Sum of RGB (Red+Green+Blue) = 161+192+174=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C0AE is #5E3F51. Grayscale: #B4B4B4. Windows color (decimal): -6176594 or 11452577. OLE color: 11452577.
HSL color Cylindrical-coordinate representation of color #A1C0AE: hue angle of 145.16º 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 #A1C0AE is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 174 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.25 |
| HSL | 145.16º | 0.2% | 0.69% | - |
| HSV(B) | 145.16º | 0.16% | 0.75% | - |
| XYZ | 41.19 | 48.33 | 47.2 | - |
| YUV | 180.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 174 | 0.16 | 0 | 0.09 | 0.25 | 145.16 | 0.2 | 0.69 |
| Hex | A1 | C0 | AE | 10 | 0 | 9 | 19 | 91 | 14 | 45 |
| Octal | 241 | 300 | 256 | 20 | 0 | 11 | 31 | 221 | 24 | 105 |
| Binary | 10100001 | 11000000 | 10101110 | 10000 | 0 | 1001 | 11001 | 10010001 | 10100 | 1000101 |
Color Harmonies of #A1C0AE
Complementary color
Monochromatic Colors of #A1C0AE
Black with #A1C0AE
Text Example
Text Example
White with #A1C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0AE; }
p { color: rgb(161,192,174); }
H1.HeaderClassName
{
color: #A1C0AE;
}
.AnyTagClassName
{
color: #A1C0AE;
}
</style>
background-color css
<style>
a { background-color: #A1C0AE; }
a { background-color: rgb(161,192,174); }
div.DivClassName
{
background-color: #A1C0AE;
}
.BgClassName
{
background-color: #A1C0AE;
}
</style>
border-color css
<style>
span { border-color: #A1C0AE; }
span { border-color: rgb(161,192,174); }
td.TdClassName
{
border-color: #A1C0AE;
}
.TagClassName
{
border-color: #A1C0AE;
}
</style>