Shades of Green Smoke #A2AB54
Tints of Green Smoke #A2AB54
RGB
CMYK
RGB Variations
Color information
#A2AB54 (or 0xA2AB54) is known color: Green Smoke. HEX triplet: A2, AB and 54. RGB value is (162,171,84). Sum of RGB (Red+Green+Blue) = 162+171+84=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AB54 is #5D54AB. Grayscale: #9E9E9E. Windows color (decimal): -6116524 or 5548962. OLE color: 5548962.
HSL color Cylindrical-coordinate representation of color #A2AB54: hue angle of 66.21º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2AB54 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 84 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.33 |
| HSL | 66.21º | 0.34% | 0.5% | - |
| HSV(B) | 66.21º | 0.51% | 0.67% | - |
| XYZ | 31.06 | 37.45 | 13.98 | - |
| YUV | 158.39 | 86.02 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 84 | 0.05 | 0 | 0.51 | 0.33 | 66.21 | 0.34 | 0.5 |
| Hex | A2 | AB | 54 | 5 | 0 | 33 | 21 | 42 | 22 | 32 |
| Octal | 242 | 253 | 124 | 5 | 0 | 63 | 41 | 102 | 42 | 62 |
| Binary | 10100010 | 10101011 | 1010100 | 101 | 0 | 110011 | 100001 | 1000010 | 100010 | 110010 |
Color Harmonies of #A2AB54
Complementary color
Monochromatic Colors of #A2AB54
Black with #A2AB54
Text Example
Text Example
White with #A2AB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB54; }
p { color: rgb(162,171,84); }
H1.HeaderClassName
{
color: #A2AB54;
}
.AnyTagClassName
{
color: #A2AB54;
}
</style>
background-color css
<style>
a { background-color: #A2AB54; }
a { background-color: rgb(162,171,84); }
div.DivClassName
{
background-color: #A2AB54;
}
.BgClassName
{
background-color: #A2AB54;
}
</style>
border-color css
<style>
span { border-color: #A2AB54; }
span { border-color: rgb(162,171,84); }
td.TdClassName
{
border-color: #A2AB54;
}
.TagClassName
{
border-color: #A2AB54;
}
</style>