Shades of Green Smoke #A2AB63
Tints of Green Smoke #A2AB63
RGB
CMYK
RGB Variations
Color information
#A2AB63 (or 0xA2AB63) is known color: Green Smoke. HEX triplet: A2, AB and 63. RGB value is (162,171,99). Sum of RGB (Red+Green+Blue) = 162+171+99=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB63 is #5D549C. Grayscale: #A0A0A0. Windows color (decimal): -6116509 or 6532002. OLE color: 6532002.
HSL color Cylindrical-coordinate representation of color #A2AB63: hue angle of 67.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2AB63 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 99 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.33 |
| HSL | 67.5º | 0.3% | 0.53% | - |
| HSV(B) | 67.5º | 0.42% | 0.67% | - |
| XYZ | 31.72 | 37.71 | 17.41 | - |
| YUV | 160.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 99 | 0.05 | 0 | 0.42 | 0.33 | 67.5 | 0.3 | 0.53 |
| Hex | A2 | AB | 63 | 5 | 0 | 2A | 21 | 44 | 1E | 35 |
| Octal | 242 | 253 | 143 | 5 | 0 | 52 | 41 | 104 | 36 | 65 |
| Binary | 10100010 | 10101011 | 1100011 | 101 | 0 | 101010 | 100001 | 1000100 | 11110 | 110101 |
Color Harmonies of #A2AB63
Complementary color
Monochromatic Colors of #A2AB63
Black with #A2AB63
Text Example
Text Example
White with #A2AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB63; }
p { color: rgb(162,171,99); }
H1.HeaderClassName
{
color: #A2AB63;
}
.AnyTagClassName
{
color: #A2AB63;
}
</style>
background-color css
<style>
a { background-color: #A2AB63; }
a { background-color: rgb(162,171,99); }
div.DivClassName
{
background-color: #A2AB63;
}
.BgClassName
{
background-color: #A2AB63;
}
</style>
border-color css
<style>
span { border-color: #A2AB63; }
span { border-color: rgb(162,171,99); }
td.TdClassName
{
border-color: #A2AB63;
}
.TagClassName
{
border-color: #A2AB63;
}
</style>