Shades of Skeptic #A1B2A8
Tints of Skeptic #A1B2A8
RGB
CMYK
RGB Variations
Color information
#A1B2A8 (or 0xA1B2A8) is known color: Skeptic. HEX triplet: A1, B2 and A8. RGB value is (161,178,168). Sum of RGB (Red+Green+Blue) = 161+178+168=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2A8 is #5E4D57. Grayscale: #ABABAB. Windows color (decimal): -6180184 or 11055777. OLE color: 11055777.
HSL color Cylindrical-coordinate representation of color #A1B2A8: hue angle of 144.71º 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 #A1B2A8 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 161 | 178 | 168 | - |
CMYK | 0.10 | 0 | 0.06 | 0.30 |
HSL | 144.71º | 0.1% | 0.66% | - |
HSV(B) | 144.71º | 0.1% | 0.7% | - |
XYZ | 37.69 | 42.25 | 43.21 | - |
YUV | 171.78 | 125.87 | 120.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 178 | 168 | 0.10 | 0 | 0.06 | 0.30 | 144.71 | 0.1 | 0.66 |
Hex | A1 | B2 | A8 | A | 0 | 6 | 1E | 91 | A | 42 |
Octal | 241 | 262 | 250 | 12 | 0 | 6 | 36 | 221 | 12 | 102 |
Binary | 10100001 | 10110010 | 10101000 | 1010 | 0 | 110 | 11110 | 10010001 | 1010 | 1000010 |
Color Harmonies of #A1B2A8
Complementary color
Monochromatic Colors of #A1B2A8
Black with #A1B2A8
Text Example
Text Example
White with #A1B2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B2A8; }
p { color: rgb(161,178,168); }
H1.HeaderClassName
{
color: #A1B2A8;
}
.AnyTagClassName
{
color: #A1B2A8;
}
</style>
background-color css
<style>
a { background-color: #A1B2A8; }
a { background-color: rgb(161,178,168); }
div.DivClassName
{
background-color: #A1B2A8;
}
.BgClassName
{
background-color: #A1B2A8;
}
</style>
border-color css
<style>
span { border-color: #A1B2A8; }
span { border-color: rgb(161,178,168); }
td.TdClassName
{
border-color: #A1B2A8;
}
.TagClassName
{
border-color: #A1B2A8;
}
</style>