Shades of Skeptic #A2B3AD
Tints of Skeptic #A2B3AD
RGB
CMYK
RGB Variations
Color information
#A2B3AD (or 0xA2B3AD) is known color: Skeptic. HEX triplet: A2, B3 and AD. RGB value is (162,179,173). Sum of RGB (Red+Green+Blue) = 162+179+173=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B3AD is #5D4C52. Grayscale: #ADADAD. Windows color (decimal): -6114387 or 11383714. OLE color: 11383714.
HSL color Cylindrical-coordinate representation of color #A2B3AD: hue angle of 158.82º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2B3AD is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 173 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.30 |
| HSL | 158.82º | 0.1% | 0.67% | - |
| HSV(B) | 158.82º | 0.09% | 0.7% | - |
| XYZ | 38.56 | 42.94 | 45.79 | - |
| YUV | 173.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 173 | 0.09 | 0 | 0.03 | 0.30 | 158.82 | 0.1 | 0.67 |
| Hex | A2 | B3 | AD | 9 | 0 | 3 | 1E | 9F | A | 43 |
| Octal | 242 | 263 | 255 | 11 | 0 | 3 | 36 | 237 | 12 | 103 |
| Binary | 10100010 | 10110011 | 10101101 | 1001 | 0 | 11 | 11110 | 10011111 | 1010 | 1000011 |
Color Harmonies of #A2B3AD
Complementary color
Monochromatic Colors of #A2B3AD
Black with #A2B3AD
Text Example
Text Example
White with #A2B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B3AD; }
p { color: rgb(162,179,173); }
H1.HeaderClassName
{
color: #A2B3AD;
}
.AnyTagClassName
{
color: #A2B3AD;
}
</style>
background-color css
<style>
a { background-color: #A2B3AD; }
a { background-color: rgb(162,179,173); }
div.DivClassName
{
background-color: #A2B3AD;
}
.BgClassName
{
background-color: #A2B3AD;
}
</style>
border-color css
<style>
span { border-color: #A2B3AD; }
span { border-color: rgb(162,179,173); }
td.TdClassName
{
border-color: #A2B3AD;
}
.TagClassName
{
border-color: #A2B3AD;
}
</style>