Shades of Skeptic #A1B8AF
Tints of Skeptic #A1B8AF
RGB
CMYK
RGB Variations
Color information
#A1B8AF (or 0xA1B8AF) is known color: Skeptic. HEX triplet: A1, B8 and AF. RGB value is (161,184,175). Sum of RGB (Red+Green+Blue) = 161+184+175=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8AF is #5E4750. Grayscale: #B0B0B0. Windows color (decimal): -6178641 or 11516065. OLE color: 11516065.
HSL color Cylindrical-coordinate representation of color #A1B8AF: hue angle of 156.52º 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 #A1B8AF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 175 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.28 |
| HSL | 156.52º | 0.14% | 0.68% | - |
| HSV(B) | 156.52º | 0.13% | 0.72% | - |
| XYZ | 39.58 | 44.95 | 47.15 | - |
| YUV | 176.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 175 | 0.12 | 0 | 0.05 | 0.28 | 156.52 | 0.14 | 0.68 |
| Hex | A1 | B8 | AF | C | 0 | 5 | 1C | 9D | E | 44 |
| Octal | 241 | 270 | 257 | 14 | 0 | 5 | 34 | 235 | 16 | 104 |
| Binary | 10100001 | 10111000 | 10101111 | 1100 | 0 | 101 | 11100 | 10011101 | 1110 | 1000100 |
Color Harmonies of #A1B8AF
Complementary color
Monochromatic Colors of #A1B8AF
Black with #A1B8AF
Text Example
Text Example
White with #A1B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B8AF; }
p { color: rgb(161,184,175); }
H1.HeaderClassName
{
color: #A1B8AF;
}
.AnyTagClassName
{
color: #A1B8AF;
}
</style>
background-color css
<style>
a { background-color: #A1B8AF; }
a { background-color: rgb(161,184,175); }
div.DivClassName
{
background-color: #A1B8AF;
}
.BgClassName
{
background-color: #A1B8AF;
}
</style>
border-color css
<style>
span { border-color: #A1B8AF; }
span { border-color: rgb(161,184,175); }
td.TdClassName
{
border-color: #A1B8AF;
}
.TagClassName
{
border-color: #A1B8AF;
}
</style>