Shades of Green Smoke #A5A859
Tints of Green Smoke #A5A859
RGB
CMYK
RGB Variations
Color information
#A5A859 (or 0xA5A859) is known color: Green Smoke. HEX triplet: A5, A8 and 59. RGB value is (165,168,89). Sum of RGB (Red+Green+Blue) = 165+168+89=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #A5A859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A859 is #5A57A6. Grayscale: #9E9E9E. Windows color (decimal): -5920679 or 5875877. OLE color: 5875877.
HSL color Cylindrical-coordinate representation of color #A5A859: hue angle of 62.28º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5A859 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 168 | 89 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.34 |
| HSL | 62.28º | 0.31% | 0.5% | - |
| HSV(B) | 62.28º | 0.47% | 0.66% | - |
| XYZ | 31.32 | 36.73 | 14.89 | - |
| YUV | 158.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 89 | 0.02 | 0 | 0.47 | 0.34 | 62.28 | 0.31 | 0.5 |
| Hex | A5 | A8 | 59 | 2 | 0 | 2F | 22 | 3E | 1F | 32 |
| Octal | 245 | 250 | 131 | 2 | 0 | 57 | 42 | 76 | 37 | 62 |
| Binary | 10100101 | 10101000 | 1011001 | 10 | 0 | 101111 | 100010 | 111110 | 11111 | 110010 |
Color Harmonies of #A5A859
Complementary color
Monochromatic Colors of #A5A859
Black with #A5A859
Text Example
Text Example
White with #A5A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A859; }
p { color: rgb(165,168,89); }
H1.HeaderClassName
{
color: #A5A859;
}
.AnyTagClassName
{
color: #A5A859;
}
</style>
background-color css
<style>
a { background-color: #A5A859; }
a { background-color: rgb(165,168,89); }
div.DivClassName
{
background-color: #A5A859;
}
.BgClassName
{
background-color: #A5A859;
}
</style>
border-color css
<style>
span { border-color: #A5A859; }
span { border-color: rgb(165,168,89); }
td.TdClassName
{
border-color: #A5A859;
}
.TagClassName
{
border-color: #A5A859;
}
</style>