Shades of Green Smoke #A2A954
Tints of Green Smoke #A2A954
RGB
CMYK
RGB Variations
Color information
#A2A954 (or 0xA2A954) is known color: Green Smoke. HEX triplet: A2, A9 and 54. RGB value is (162,169,84). Sum of RGB (Red+Green+Blue) = 162+169+84=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 84 (33.20% from 255 or 20.24% from 415); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A954 is #5D56AB. Grayscale: #9D9D9D. Windows color (decimal): -6117036 or 5548450. OLE color: 5548450.
HSL color Cylindrical-coordinate representation of color #A2A954: hue angle of 64.94º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2A954 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 162 | 169 | 84 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.34 |
| HSL | 64.94º | 0.34% | 0.5% | - |
| HSV(B) | 64.94º | 0.5% | 0.66% | - |
| XYZ | 30.69 | 36.7 | 13.85 | - |
| YUV | 157.22 | 86.68 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 84 | 0.04 | 0 | 0.50 | 0.34 | 64.94 | 0.34 | 0.5 |
| Hex | A2 | A9 | 54 | 4 | 0 | 32 | 22 | 41 | 22 | 32 |
| Octal | 242 | 251 | 124 | 4 | 0 | 62 | 42 | 101 | 42 | 62 |
| Binary | 10100010 | 10101001 | 1010100 | 100 | 0 | 110010 | 100010 | 1000001 | 100010 | 110010 |
Color Harmonies of #A2A954
Complementary color
Monochromatic Colors of #A2A954
Black with #A2A954
Text Example
Text Example
White with #A2A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A954; }
p { color: rgb(162,169,84); }
H1.HeaderClassName
{
color: #A2A954;
}
.AnyTagClassName
{
color: #A2A954;
}
</style>
background-color css
<style>
a { background-color: #A2A954; }
a { background-color: rgb(162,169,84); }
div.DivClassName
{
background-color: #A2A954;
}
.BgClassName
{
background-color: #A2A954;
}
</style>
border-color css
<style>
span { border-color: #A2A954; }
span { border-color: rgb(162,169,84); }
td.TdClassName
{
border-color: #A2A954;
}
.TagClassName
{
border-color: #A2A954;
}
</style>