Shades of Green Smoke #A2A154
Tints of Green Smoke #A2A154
RGB
CMYK
RGB Variations
Color information
#A2A154 (or 0xA2A154) is known color: Green Smoke. HEX triplet: A2, A1 and 54. RGB value is (162,161,84). Sum of RGB (Red+Green+Blue) = 162+161+84=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A154 is #5D5EAB. Grayscale: #989898. Windows color (decimal): -6119084 or 5546402. OLE color: 5546402.
HSL color Cylindrical-coordinate representation of color #A2A154: hue angle of 59.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2A154 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 84 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.36 |
| HSL | 59.23º | 0.32% | 0.48% | - |
| HSV(B) | 59.23º | 0.48% | 0.64% | - |
| XYZ | 29.25 | 33.81 | 13.37 | - |
| YUV | 152.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 84 | 0 | 0.01 | 0.48 | 0.36 | 59.23 | 0.32 | 0.48 |
| Hex | A2 | A1 | 54 | 0 | 1 | 30 | 24 | 3B | 20 | 30 |
| Octal | 242 | 241 | 124 | 0 | 1 | 60 | 44 | 73 | 40 | 60 |
| Binary | 10100010 | 10100001 | 1010100 | 0 | 1 | 110000 | 100100 | 111011 | 100000 | 110000 |
Color Harmonies of #A2A154
Complementary color
Monochromatic Colors of #A2A154
Black with #A2A154
Text Example
Text Example
White with #A2A154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A154; }
p { color: rgb(162,161,84); }
H1.HeaderClassName
{
color: #A2A154;
}
.AnyTagClassName
{
color: #A2A154;
}
</style>
background-color css
<style>
a { background-color: #A2A154; }
a { background-color: rgb(162,161,84); }
div.DivClassName
{
background-color: #A2A154;
}
.BgClassName
{
background-color: #A2A154;
}
</style>
border-color css
<style>
span { border-color: #A2A154; }
span { border-color: rgb(162,161,84); }
td.TdClassName
{
border-color: #A2A154;
}
.TagClassName
{
border-color: #A2A154;
}
</style>