Shades of Skeptic #A2B6AB
Tints of Skeptic #A2B6AB
RGB
CMYK
RGB Variations
Color information
#A2B6AB (or 0xA2B6AB) is known color: Skeptic. HEX triplet: A2, B6 and AB. RGB value is (162,182,171). Sum of RGB (Red+Green+Blue) = 162+182+171=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B6AB is #5D4954. Grayscale: #AEAEAE. Windows color (decimal): -6113621 or 11253410. OLE color: 11253410.
HSL color Cylindrical-coordinate representation of color #A2B6AB: hue angle of 147º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B6AB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
RGB | 162 | 182 | 171 | - |
CMYK | 0.11 | 0 | 0.06 | 0.29 |
HSL | 147º | 0.12% | 0.67% | - |
HSV(B) | 147º | 0.11% | 0.71% | - |
XYZ | 38.98 | 44.08 | 44.98 | - |
YUV | 174.77 | 125.87 | 118.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 182 | 171 | 0.11 | 0 | 0.06 | 0.29 | 147 | 0.12 | 0.67 |
Hex | A2 | B6 | AB | B | 0 | 6 | 1D | 93 | C | 43 |
Octal | 242 | 266 | 253 | 13 | 0 | 6 | 35 | 223 | 14 | 103 |
Binary | 10100010 | 10110110 | 10101011 | 1011 | 0 | 110 | 11101 | 10010011 | 1100 | 1000011 |
Color Harmonies of #A2B6AB
Complementary color
Monochromatic Colors of #A2B6AB
Black with #A2B6AB
Text Example
Text Example
White with #A2B6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B6AB; }
p { color: rgb(162,182,171); }
H1.HeaderClassName
{
color: #A2B6AB;
}
.AnyTagClassName
{
color: #A2B6AB;
}
</style>
background-color css
<style>
a { background-color: #A2B6AB; }
a { background-color: rgb(162,182,171); }
div.DivClassName
{
background-color: #A2B6AB;
}
.BgClassName
{
background-color: #A2B6AB;
}
</style>
border-color css
<style>
span { border-color: #A2B6AB; }
span { border-color: rgb(162,182,171); }
td.TdClassName
{
border-color: #A2B6AB;
}
.TagClassName
{
border-color: #A2B6AB;
}
</style>