Shades of Skeptic #A2B8AD
Tints of Skeptic #A2B8AD
RGB
CMYK
RGB Variations
Color information
#A2B8AD (or 0xA2B8AD) is known color: Skeptic. HEX triplet: A2, B8 and AD. RGB value is (162,184,173). Sum of RGB (Red+Green+Blue) = 162+184+173=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B8AD is #5D4752. Grayscale: #B0B0B0. Windows color (decimal): -6113107 or 11384994. OLE color: 11384994.
HSL color Cylindrical-coordinate representation of color #A2B8AD: hue angle of 150º 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 #A2B8AD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 173 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.28 |
| HSL | 150º | 0.13% | 0.68% | - |
| HSV(B) | 150º | 0.12% | 0.72% | - |
| XYZ | 39.58 | 44.98 | 46.13 | - |
| YUV | 176.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 173 | 0.12 | 0 | 0.06 | 0.28 | 150 | 0.13 | 0.68 |
| Hex | A2 | B8 | AD | C | 0 | 6 | 1C | 96 | D | 44 |
| Octal | 242 | 270 | 255 | 14 | 0 | 6 | 34 | 226 | 15 | 104 |
| Binary | 10100010 | 10111000 | 10101101 | 1100 | 0 | 110 | 11100 | 10010110 | 1101 | 1000100 |
Color Harmonies of #A2B8AD
Complementary color
Monochromatic Colors of #A2B8AD
Black with #A2B8AD
Text Example
Text Example
White with #A2B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B8AD; }
p { color: rgb(162,184,173); }
H1.HeaderClassName
{
color: #A2B8AD;
}
.AnyTagClassName
{
color: #A2B8AD;
}
</style>
background-color css
<style>
a { background-color: #A2B8AD; }
a { background-color: rgb(162,184,173); }
div.DivClassName
{
background-color: #A2B8AD;
}
.BgClassName
{
background-color: #A2B8AD;
}
</style>
border-color css
<style>
span { border-color: #A2B8AD; }
span { border-color: rgb(162,184,173); }
td.TdClassName
{
border-color: #A2B8AD;
}
.TagClassName
{
border-color: #A2B8AD;
}
</style>