Shades of Skeptic #A2B0AB
Tints of Skeptic #A2B0AB
RGB
CMYK
RGB Variations
Color information
#A2B0AB (or 0xA2B0AB) is known color: Skeptic. HEX triplet: A2, B0 and AB. RGB value is (162,176,171). Sum of RGB (Red+Green+Blue) = 162+176+171=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B0AB is #5D4F54. Grayscale: #ABABAB. Windows color (decimal): -6115157 or 11251874. OLE color: 11251874.
HSL color Cylindrical-coordinate representation of color #A2B0AB: hue angle of 158.57º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2B0AB is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 162 | 176 | 171 | - |
CMYK | 0.08 | 0 | 0.03 | 0.31 |
HSL | 158.57º | 0.08% | 0.66% | - |
HSV(B) | 158.57º | 0.08% | 0.69% | - |
XYZ | 37.78 | 41.67 | 44.58 | - |
YUV | 171.24 | 127.86 | 121.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 176 | 171 | 0.08 | 0 | 0.03 | 0.31 | 158.57 | 0.08 | 0.66 |
Hex | A2 | B0 | AB | 8 | 0 | 3 | 1F | 9F | 8 | 42 |
Octal | 242 | 260 | 253 | 10 | 0 | 3 | 37 | 237 | 10 | 102 |
Binary | 10100010 | 10110000 | 10101011 | 1000 | 0 | 11 | 11111 | 10011111 | 1000 | 1000010 |
Color Harmonies of #A2B0AB
Complementary color
Monochromatic Colors of #A2B0AB
Black with #A2B0AB
Text Example
Text Example
White with #A2B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0AB; }
p { color: rgb(162,176,171); }
H1.HeaderClassName
{
color: #A2B0AB;
}
.AnyTagClassName
{
color: #A2B0AB;
}
</style>
background-color css
<style>
a { background-color: #A2B0AB; }
a { background-color: rgb(162,176,171); }
div.DivClassName
{
background-color: #A2B0AB;
}
.BgClassName
{
background-color: #A2B0AB;
}
</style>
border-color css
<style>
span { border-color: #A2B0AB; }
span { border-color: rgb(162,176,171); }
td.TdClassName
{
border-color: #A2B0AB;
}
.TagClassName
{
border-color: #A2B0AB;
}
</style>