Shades of Green Smoke #A1A059
Tints of Green Smoke #A1A059
RGB
CMYK
RGB Variations
Color information
#A1A059 (or 0xA1A059) is known color: Green Smoke. HEX triplet: A1, A0 and 59. RGB value is (161,160,89). Sum of RGB (Red+Green+Blue) = 161+160+89=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A059 is #5E5FA6. Grayscale: #989898. Windows color (decimal): -6184871 or 5873825. OLE color: 5873825.
HSL color Cylindrical-coordinate representation of color #A1A059: hue angle of 59.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1A059 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 89 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.37 |
| HSL | 59.17º | 0.29% | 0.49% | - |
| HSV(B) | 59.17º | 0.45% | 0.63% | - |
| XYZ | 29.07 | 33.44 | 14.37 | - |
| YUV | 152.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 89 | 0 | 0.01 | 0.45 | 0.37 | 59.17 | 0.29 | 0.49 |
| Hex | A1 | A0 | 59 | 0 | 1 | 2D | 25 | 3B | 1D | 31 |
| Octal | 241 | 240 | 131 | 0 | 1 | 55 | 45 | 73 | 35 | 61 |
| Binary | 10100001 | 10100000 | 1011001 | 0 | 1 | 101101 | 100101 | 111011 | 11101 | 110001 |
Color Harmonies of #A1A059
Complementary color
Monochromatic Colors of #A1A059
Black with #A1A059
Text Example
Text Example
White with #A1A059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A059; }
p { color: rgb(161,160,89); }
H1.HeaderClassName
{
color: #A1A059;
}
.AnyTagClassName
{
color: #A1A059;
}
</style>
background-color css
<style>
a { background-color: #A1A059; }
a { background-color: rgb(161,160,89); }
div.DivClassName
{
background-color: #A1A059;
}
.BgClassName
{
background-color: #A1A059;
}
</style>
border-color css
<style>
span { border-color: #A1A059; }
span { border-color: rgb(161,160,89); }
td.TdClassName
{
border-color: #A1A059;
}
.TagClassName
{
border-color: #A1A059;
}
</style>