Shades of Skeptic #A1B8AB
Tints of Skeptic #A1B8AB
RGB
CMYK
RGB Variations
Color information
#A1B8AB (or 0xA1B8AB) is known color: Skeptic. HEX triplet: A1, B8 and AB. RGB value is (161,184,171). Sum of RGB (Red+Green+Blue) = 161+184+171=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 171 (67.19% from 255 or 33.14% from 516); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8AB is #5E4754. Grayscale: #AFAFAF. Windows color (decimal): -6178645 or 11253921. OLE color: 11253921.
HSL color Cylindrical-coordinate representation of color #A1B8AB: hue angle of 146.09º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B8AB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 171 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.28 |
| HSL | 146.09º | 0.14% | 0.68% | - |
| HSV(B) | 146.09º | 0.13% | 0.72% | - |
| XYZ | 39.19 | 44.8 | 45.11 | - |
| YUV | 175.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 171 | 0.12 | 0 | 0.07 | 0.28 | 146.09 | 0.14 | 0.68 |
| Hex | A1 | B8 | AB | C | 0 | 7 | 1C | 92 | E | 44 |
| Octal | 241 | 270 | 253 | 14 | 0 | 7 | 34 | 222 | 16 | 104 |
| Binary | 10100001 | 10111000 | 10101011 | 1100 | 0 | 111 | 11100 | 10010010 | 1110 | 1000100 |
Color Harmonies of #A1B8AB
Complementary color
Monochromatic Colors of #A1B8AB
Black with #A1B8AB
Text Example
Text Example
White with #A1B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B8AB; }
p { color: rgb(161,184,171); }
H1.HeaderClassName
{
color: #A1B8AB;
}
.AnyTagClassName
{
color: #A1B8AB;
}
</style>
background-color css
<style>
a { background-color: #A1B8AB; }
a { background-color: rgb(161,184,171); }
div.DivClassName
{
background-color: #A1B8AB;
}
.BgClassName
{
background-color: #A1B8AB;
}
</style>
border-color css
<style>
span { border-color: #A1B8AB; }
span { border-color: rgb(161,184,171); }
td.TdClassName
{
border-color: #A1B8AB;
}
.TagClassName
{
border-color: #A1B8AB;
}
</style>