Shades of Skeptic #A1BCAB
Tints of Skeptic #A1BCAB
RGB
CMYK
RGB Variations
Color information
#A1BCAB (or 0xA1BCAB) is known color: Skeptic. HEX triplet: A1, BC and AB. RGB value is (161,188,171). Sum of RGB (Red+Green+Blue) = 161+188+171=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCAB is #5E4354. Grayscale: #B2B2B2. Windows color (decimal): -6177621 or 11254945. OLE color: 11254945.
HSL color Cylindrical-coordinate representation of color #A1BCAB: hue angle of 142.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCAB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 171 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.26 |
| HSL | 142.22º | 0.17% | 0.68% | - |
| HSV(B) | 142.22º | 0.14% | 0.74% | - |
| XYZ | 40.03 | 46.48 | 45.39 | - |
| YUV | 177.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 171 | 0.14 | 0 | 0.09 | 0.26 | 142.22 | 0.17 | 0.68 |
| Hex | A1 | BC | AB | E | 0 | 9 | 1A | 8E | 11 | 44 |
| Octal | 241 | 274 | 253 | 16 | 0 | 11 | 32 | 216 | 21 | 104 |
| Binary | 10100001 | 10111100 | 10101011 | 1110 | 0 | 1001 | 11010 | 10001110 | 10001 | 1000100 |
Color Harmonies of #A1BCAB
Complementary color
Monochromatic Colors of #A1BCAB
Black with #A1BCAB
Text Example
Text Example
White with #A1BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BCAB; }
p { color: rgb(161,188,171); }
H1.HeaderClassName
{
color: #A1BCAB;
}
.AnyTagClassName
{
color: #A1BCAB;
}
</style>
background-color css
<style>
a { background-color: #A1BCAB; }
a { background-color: rgb(161,188,171); }
div.DivClassName
{
background-color: #A1BCAB;
}
.BgClassName
{
background-color: #A1BCAB;
}
</style>
border-color css
<style>
span { border-color: #A1BCAB; }
span { border-color: rgb(161,188,171); }
td.TdClassName
{
border-color: #A1BCAB;
}
.TagClassName
{
border-color: #A1BCAB;
}
</style>