Shades of Skeptic #A1C2B0
Tints of Skeptic #A1C2B0
RGB
CMYK
RGB Variations
Color information
#A1C2B0 (or 0xA1C2B0) is known color: Skeptic. HEX triplet: A1, C2 and B0. RGB value is (161,194,176). Sum of RGB (Red+Green+Blue) = 161+194+176=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C2B0 is #5E3D4F. Grayscale: #B6B6B6. Windows color (decimal): -6176080 or 11584161. OLE color: 11584161.
HSL color Cylindrical-coordinate representation of color #A1C2B0: hue angle of 147.27º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C2B0 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 176 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.24 |
| HSL | 147.27º | 0.21% | 0.7% | - |
| HSV(B) | 147.27º | 0.17% | 0.76% | - |
| XYZ | 41.83 | 49.3 | 48.38 | - |
| YUV | 182.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 176 | 0.17 | 0 | 0.09 | 0.24 | 147.27 | 0.21 | 0.7 |
| Hex | A1 | C2 | B0 | 11 | 0 | 9 | 18 | 93 | 15 | 46 |
| Octal | 241 | 302 | 260 | 21 | 0 | 11 | 30 | 223 | 25 | 106 |
| Binary | 10100001 | 11000010 | 10110000 | 10001 | 0 | 1001 | 11000 | 10010011 | 10101 | 1000110 |
Color Harmonies of #A1C2B0
Complementary color
Monochromatic Colors of #A1C2B0
Black with #A1C2B0
Text Example
Text Example
White with #A1C2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2B0; }
p { color: rgb(161,194,176); }
H1.HeaderClassName
{
color: #A1C2B0;
}
.AnyTagClassName
{
color: #A1C2B0;
}
</style>
background-color css
<style>
a { background-color: #A1C2B0; }
a { background-color: rgb(161,194,176); }
div.DivClassName
{
background-color: #A1C2B0;
}
.BgClassName
{
background-color: #A1C2B0;
}
</style>
border-color css
<style>
span { border-color: #A1C2B0; }
span { border-color: rgb(161,194,176); }
td.TdClassName
{
border-color: #A1C2B0;
}
.TagClassName
{
border-color: #A1C2B0;
}
</style>