Shades of Green Smoke #A1A959
Tints of Green Smoke #A1A959
RGB
CMYK
RGB Variations
Color information
#A1A959 (or 0xA1A959) is known color: Green Smoke. HEX triplet: A1, A9 and 59. RGB value is (161,169,89). Sum of RGB (Red+Green+Blue) = 161+169+89=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A959 is #5E56A6. Grayscale: #9D9D9D. Windows color (decimal): -6182567 or 5876129. OLE color: 5876129.
HSL color Cylindrical-coordinate representation of color #A1A959: hue angle of 66º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1A959 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 89 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.34 |
| HSL | 66º | 0.32% | 0.51% | - |
| HSV(B) | 66º | 0.47% | 0.66% | - |
| XYZ | 30.69 | 36.67 | 14.91 | - |
| YUV | 157.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 89 | 0.05 | 0 | 0.47 | 0.34 | 66 | 0.32 | 0.51 |
| Hex | A1 | A9 | 59 | 5 | 0 | 2F | 22 | 42 | 20 | 33 |
| Octal | 241 | 251 | 131 | 5 | 0 | 57 | 42 | 102 | 40 | 63 |
| Binary | 10100001 | 10101001 | 1011001 | 101 | 0 | 101111 | 100010 | 1000010 | 100000 | 110011 |
Color Harmonies of #A1A959
Complementary color
Monochromatic Colors of #A1A959
Black with #A1A959
Text Example
Text Example
White with #A1A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A959; }
p { color: rgb(161,169,89); }
H1.HeaderClassName
{
color: #A1A959;
}
.AnyTagClassName
{
color: #A1A959;
}
</style>
background-color css
<style>
a { background-color: #A1A959; }
a { background-color: rgb(161,169,89); }
div.DivClassName
{
background-color: #A1A959;
}
.BgClassName
{
background-color: #A1A959;
}
</style>
border-color css
<style>
span { border-color: #A1A959; }
span { border-color: rgb(161,169,89); }
td.TdClassName
{
border-color: #A1A959;
}
.TagClassName
{
border-color: #A1A959;
}
</style>