Shades of Skeptic #A2B8AB
Tints of Skeptic #A2B8AB
RGB
CMYK
RGB Variations
Color information
#A2B8AB (or 0xA2B8AB) is known color: Skeptic. HEX triplet: A2, B8 and AB. RGB value is (162,184,171). Sum of RGB (Red+Green+Blue) = 162+184+171=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B8AB is #5D4754. Grayscale: #AFAFAF. Windows color (decimal): -6113109 or 11253922. OLE color: 11253922.
HSL color Cylindrical-coordinate representation of color #A2B8AB: hue angle of 144.55º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B8AB is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
RGB | 162 | 184 | 171 | - |
CMYK | 0.12 | 0 | 0.07 | 0.28 |
HSL | 144.55º | 0.13% | 0.68% | - |
HSV(B) | 144.55º | 0.12% | 0.72% | - |
XYZ | 39.39 | 44.9 | 45.12 | - |
YUV | 175.94 | 125.21 | 118.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 184 | 171 | 0.12 | 0 | 0.07 | 0.28 | 144.55 | 0.13 | 0.68 |
Hex | A2 | B8 | AB | C | 0 | 7 | 1C | 91 | D | 44 |
Octal | 242 | 270 | 253 | 14 | 0 | 7 | 34 | 221 | 15 | 104 |
Binary | 10100010 | 10111000 | 10101011 | 1100 | 0 | 111 | 11100 | 10010001 | 1101 | 1000100 |
Color Harmonies of #A2B8AB
Complementary color
Monochromatic Colors of #A2B8AB
Black with #A2B8AB
Text Example
Text Example
White with #A2B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8AB; }
p { color: rgb(162,184,171); }
H1.HeaderClassName
{
color: #A2B8AB;
}
.AnyTagClassName
{
color: #A2B8AB;
}
</style>
background-color css
<style>
a { background-color: #A2B8AB; }
a { background-color: rgb(162,184,171); }
div.DivClassName
{
background-color: #A2B8AB;
}
.BgClassName
{
background-color: #A2B8AB;
}
</style>
border-color css
<style>
span { border-color: #A2B8AB; }
span { border-color: rgb(162,184,171); }
td.TdClassName
{
border-color: #A2B8AB;
}
.TagClassName
{
border-color: #A2B8AB;
}
</style>