Shades of Green Smoke #A2AB62
Tints of Green Smoke #A2AB62
RGB
CMYK
RGB Variations
Color information
#A2AB62 (or 0xA2AB62) is known color: Green Smoke. HEX triplet: A2, AB and 62. RGB value is (162,171,98). Sum of RGB (Red+Green+Blue) = 162+171+98=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB62 is #5D549D. Grayscale: #A0A0A0. Windows color (decimal): -6116510 or 6466466. OLE color: 6466466.
HSL color Cylindrical-coordinate representation of color #A2AB62: hue angle of 67.4º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2AB62 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 98 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.33 |
| HSL | 67.4º | 0.3% | 0.53% | - |
| HSV(B) | 67.4º | 0.43% | 0.67% | - |
| XYZ | 31.67 | 37.69 | 17.16 | - |
| YUV | 159.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 98 | 0.05 | 0 | 0.43 | 0.33 | 67.4 | 0.3 | 0.53 |
| Hex | A2 | AB | 62 | 5 | 0 | 2B | 21 | 43 | 1E | 35 |
| Octal | 242 | 253 | 142 | 5 | 0 | 53 | 41 | 103 | 36 | 65 |
| Binary | 10100010 | 10101011 | 1100010 | 101 | 0 | 101011 | 100001 | 1000011 | 11110 | 110101 |
Color Harmonies of #A2AB62
Complementary color
Monochromatic Colors of #A2AB62
Black with #A2AB62
Text Example
Text Example
White with #A2AB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB62; }
p { color: rgb(162,171,98); }
H1.HeaderClassName
{
color: #A2AB62;
}
.AnyTagClassName
{
color: #A2AB62;
}
</style>
background-color css
<style>
a { background-color: #A2AB62; }
a { background-color: rgb(162,171,98); }
div.DivClassName
{
background-color: #A2AB62;
}
.BgClassName
{
background-color: #A2AB62;
}
</style>
border-color css
<style>
span { border-color: #A2AB62; }
span { border-color: rgb(162,171,98); }
td.TdClassName
{
border-color: #A2AB62;
}
.TagClassName
{
border-color: #A2AB62;
}
</style>