Shades of Green Smoke #A4A959
Tints of Green Smoke #A4A959
RGB
CMYK
RGB Variations
Color information
#A4A959 (or 0xA4A959) is known color: Green Smoke. HEX triplet: A4, A9 and 59. RGB value is (164,169,89). Sum of RGB (Red+Green+Blue) = 164+169+89=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A959 is #5B56A6. Grayscale: #9E9E9E. Windows color (decimal): -5985959 or 5876132. OLE color: 5876132.
HSL color Cylindrical-coordinate representation of color #A4A959: hue angle of 63.75º 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 #A4A959 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 89 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.34 |
| HSL | 63.75º | 0.32% | 0.51% | - |
| HSV(B) | 63.75º | 0.47% | 0.66% | - |
| XYZ | 31.3 | 36.99 | 14.94 | - |
| YUV | 158.39 | 88.84 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 89 | 0.03 | 0 | 0.47 | 0.34 | 63.75 | 0.32 | 0.51 |
| Hex | A4 | A9 | 59 | 3 | 0 | 2F | 22 | 40 | 20 | 33 |
| Octal | 244 | 251 | 131 | 3 | 0 | 57 | 42 | 100 | 40 | 63 |
| Binary | 10100100 | 10101001 | 1011001 | 11 | 0 | 101111 | 100010 | 1000000 | 100000 | 110011 |
Color Harmonies of #A4A959
Complementary color
Monochromatic Colors of #A4A959
Black with #A4A959
Text Example
Text Example
White with #A4A959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A959; }
p { color: rgb(164,169,89); }
H1.HeaderClassName
{
color: #A4A959;
}
.AnyTagClassName
{
color: #A4A959;
}
</style>
background-color css
<style>
a { background-color: #A4A959; }
a { background-color: rgb(164,169,89); }
div.DivClassName
{
background-color: #A4A959;
}
.BgClassName
{
background-color: #A4A959;
}
</style>
border-color css
<style>
span { border-color: #A4A959; }
span { border-color: rgb(164,169,89); }
td.TdClassName
{
border-color: #A4A959;
}
.TagClassName
{
border-color: #A4A959;
}
</style>