Shades of Skeptic #A1B2AC
Tints of Skeptic #A1B2AC
RGB
CMYK
RGB Variations
Color information
#A1B2AC (or 0xA1B2AC) is known color: Skeptic. HEX triplet: A1, B2 and AC. RGB value is (161,178,172). Sum of RGB (Red+Green+Blue) = 161+178+172=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2AC is #5E4D53. Grayscale: #ACACAC. Windows color (decimal): -6180180 or 11317921. OLE color: 11317921.
HSL color Cylindrical-coordinate representation of color #A1B2AC: hue angle of 158.82º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B2AC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 172 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.30 |
| HSL | 158.82º | 0.1% | 0.66% | - |
| HSV(B) | 158.82º | 0.1% | 0.7% | - |
| XYZ | 38.06 | 42.4 | 45.21 | - |
| YUV | 172.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 172 | 0.10 | 0 | 0.03 | 0.30 | 158.82 | 0.1 | 0.66 |
| Hex | A1 | B2 | AC | A | 0 | 3 | 1E | 9F | A | 42 |
| Octal | 241 | 262 | 254 | 12 | 0 | 3 | 36 | 237 | 12 | 102 |
| Binary | 10100001 | 10110010 | 10101100 | 1010 | 0 | 11 | 11110 | 10011111 | 1010 | 1000010 |
Color Harmonies of #A1B2AC
Complementary color
Monochromatic Colors of #A1B2AC
Black with #A1B2AC
Text Example
Text Example
White with #A1B2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B2AC; }
p { color: rgb(161,178,172); }
H1.HeaderClassName
{
color: #A1B2AC;
}
.AnyTagClassName
{
color: #A1B2AC;
}
</style>
background-color css
<style>
a { background-color: #A1B2AC; }
a { background-color: rgb(161,178,172); }
div.DivClassName
{
background-color: #A1B2AC;
}
.BgClassName
{
background-color: #A1B2AC;
}
</style>
border-color css
<style>
span { border-color: #A1B2AC; }
span { border-color: rgb(161,178,172); }
td.TdClassName
{
border-color: #A1B2AC;
}
.TagClassName
{
border-color: #A1B2AC;
}
</style>