Shades of Skeptic #A1BAB0
Tints of Skeptic #A1BAB0
RGB
CMYK
RGB Variations
Color information
#A1BAB0 (or 0xA1BAB0) is known color: Skeptic. HEX triplet: A1, BA and B0. RGB value is (161,186,176). Sum of RGB (Red+Green+Blue) = 161+186+176=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAB0 is #5E454F. Grayscale: #B1B1B1. Windows color (decimal): -6178128 or 11582113. OLE color: 11582113.
HSL color Cylindrical-coordinate representation of color #A1BAB0: hue angle of 156º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1BAB0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 176 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.27 |
| HSL | 156º | 0.15% | 0.68% | - |
| HSV(B) | 156º | 0.13% | 0.73% | - |
| XYZ | 40.09 | 45.83 | 47.81 | - |
| YUV | 177.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 176 | 0.13 | 0 | 0.05 | 0.27 | 156 | 0.15 | 0.68 |
| Hex | A1 | BA | B0 | D | 0 | 5 | 1B | 9C | F | 44 |
| Octal | 241 | 272 | 260 | 15 | 0 | 5 | 33 | 234 | 17 | 104 |
| Binary | 10100001 | 10111010 | 10110000 | 1101 | 0 | 101 | 11011 | 10011100 | 1111 | 1000100 |
Color Harmonies of #A1BAB0
Complementary color
Monochromatic Colors of #A1BAB0
Black with #A1BAB0
Text Example
Text Example
White with #A1BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAB0; }
p { color: rgb(161,186,176); }
H1.HeaderClassName
{
color: #A1BAB0;
}
.AnyTagClassName
{
color: #A1BAB0;
}
</style>
background-color css
<style>
a { background-color: #A1BAB0; }
a { background-color: rgb(161,186,176); }
div.DivClassName
{
background-color: #A1BAB0;
}
.BgClassName
{
background-color: #A1BAB0;
}
</style>
border-color css
<style>
span { border-color: #A1BAB0; }
span { border-color: rgb(161,186,176); }
td.TdClassName
{
border-color: #A1BAB0;
}
.TagClassName
{
border-color: #A1BAB0;
}
</style>