Shades of Green Smoke #A1A054
Tints of Green Smoke #A1A054
RGB
CMYK
RGB Variations
Color information
#A1A054 (or 0xA1A054) is known color: Green Smoke. HEX triplet: A1, A0 and 54. RGB value is (161,160,84). Sum of RGB (Red+Green+Blue) = 161+160+84=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A054 is #5E5FAB. Grayscale: #979797. Windows color (decimal): -6184876 or 5546145. OLE color: 5546145.
HSL color Cylindrical-coordinate representation of color #A1A054: hue angle of 59.22º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1A054 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 84 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.37 |
| HSL | 59.22º | 0.31% | 0.48% | - |
| HSV(B) | 59.22º | 0.48% | 0.63% | - |
| XYZ | 28.87 | 33.36 | 13.3 | - |
| YUV | 151.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 84 | 0 | 0.01 | 0.48 | 0.37 | 59.22 | 0.31 | 0.48 |
| Hex | A1 | A0 | 54 | 0 | 1 | 30 | 25 | 3B | 1F | 30 |
| Octal | 241 | 240 | 124 | 0 | 1 | 60 | 45 | 73 | 37 | 60 |
| Binary | 10100001 | 10100000 | 1010100 | 0 | 1 | 110000 | 100101 | 111011 | 11111 | 110000 |
Color Harmonies of #A1A054
Complementary color
Monochromatic Colors of #A1A054
Black with #A1A054
Text Example
Text Example
White with #A1A054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A054; }
p { color: rgb(161,160,84); }
H1.HeaderClassName
{
color: #A1A054;
}
.AnyTagClassName
{
color: #A1A054;
}
</style>
background-color css
<style>
a { background-color: #A1A054; }
a { background-color: rgb(161,160,84); }
div.DivClassName
{
background-color: #A1A054;
}
.BgClassName
{
background-color: #A1A054;
}
</style>
border-color css
<style>
span { border-color: #A1A054; }
span { border-color: rgb(161,160,84); }
td.TdClassName
{
border-color: #A1A054;
}
.TagClassName
{
border-color: #A1A054;
}
</style>