Shades of Skeptic #A1B3A8
Tints of Skeptic #A1B3A8
RGB
CMYK
RGB Variations
Color information
#A1B3A8 (or 0xA1B3A8) is known color: Skeptic. HEX triplet: A1, B3 and A8. RGB value is (161,179,168). Sum of RGB (Red+Green+Blue) = 161+179+168=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B3A8 is #5E4C57. Grayscale: #ACACAC. Windows color (decimal): -6179928 or 11056033. OLE color: 11056033.
HSL color Cylindrical-coordinate representation of color #A1B3A8: hue angle of 143.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B3A8 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 168 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.30 |
| HSL | 143.33º | 0.11% | 0.67% | - |
| HSV(B) | 143.33º | 0.1% | 0.7% | - |
| XYZ | 37.89 | 42.64 | 43.28 | - |
| YUV | 172.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 168 | 0.10 | 0 | 0.06 | 0.30 | 143.33 | 0.11 | 0.67 |
| Hex | A1 | B3 | A8 | A | 0 | 6 | 1E | 8F | B | 43 |
| Octal | 241 | 263 | 250 | 12 | 0 | 6 | 36 | 217 | 13 | 103 |
| Binary | 10100001 | 10110011 | 10101000 | 1010 | 0 | 110 | 11110 | 10001111 | 1011 | 1000011 |
Color Harmonies of #A1B3A8
Complementary color
Monochromatic Colors of #A1B3A8
Black with #A1B3A8
Text Example
Text Example
White with #A1B3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B3A8; }
p { color: rgb(161,179,168); }
H1.HeaderClassName
{
color: #A1B3A8;
}
.AnyTagClassName
{
color: #A1B3A8;
}
</style>
background-color css
<style>
a { background-color: #A1B3A8; }
a { background-color: rgb(161,179,168); }
div.DivClassName
{
background-color: #A1B3A8;
}
.BgClassName
{
background-color: #A1B3A8;
}
</style>
border-color css
<style>
span { border-color: #A1B3A8; }
span { border-color: rgb(161,179,168); }
td.TdClassName
{
border-color: #A1B3A8;
}
.TagClassName
{
border-color: #A1B3A8;
}
</style>