Shades of Skeptic #A1C1B1
Tints of Skeptic #A1C1B1
RGB
CMYK
RGB Variations
Color information
#A1C1B1 (or 0xA1C1B1) is known color: Skeptic. HEX triplet: A1, C1 and B1. RGB value is (161,193,177). Sum of RGB (Red+Green+Blue) = 161+193+177=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C1B1 is #5E3E4E. Grayscale: #B5B5B5. Windows color (decimal): -6176335 or 11649441. OLE color: 11649441.
HSL color Cylindrical-coordinate representation of color #A1C1B1: hue angle of 150º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C1B1 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 177 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.24 |
| HSL | 150º | 0.21% | 0.69% | - |
| HSV(B) | 150º | 0.17% | 0.76% | - |
| XYZ | 41.7 | 48.89 | 48.83 | - |
| YUV | 181.61 | 125.4 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 177 | 0.17 | 0 | 0.08 | 0.24 | 150 | 0.21 | 0.69 |
| Hex | A1 | C1 | B1 | 11 | 0 | 8 | 18 | 96 | 15 | 45 |
| Octal | 241 | 301 | 261 | 21 | 0 | 10 | 30 | 226 | 25 | 105 |
| Binary | 10100001 | 11000001 | 10110001 | 10001 | 0 | 1000 | 11000 | 10010110 | 10101 | 1000101 |
Color Harmonies of #A1C1B1
Complementary color
Monochromatic Colors of #A1C1B1
Black with #A1C1B1
Text Example
Text Example
White with #A1C1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C1B1; }
p { color: rgb(161,193,177); }
H1.HeaderClassName
{
color: #A1C1B1;
}
.AnyTagClassName
{
color: #A1C1B1;
}
</style>
background-color css
<style>
a { background-color: #A1C1B1; }
a { background-color: rgb(161,193,177); }
div.DivClassName
{
background-color: #A1C1B1;
}
.BgClassName
{
background-color: #A1C1B1;
}
</style>
border-color css
<style>
span { border-color: #A1C1B1; }
span { border-color: rgb(161,193,177); }
td.TdClassName
{
border-color: #A1C1B1;
}
.TagClassName
{
border-color: #A1C1B1;
}
</style>