Shades of Green Smoke #A4A85E
Tints of Green Smoke #A4A85E
RGB
CMYK
RGB Variations
Color information
#A4A85E (or 0xA4A85E) is known color: Green Smoke. HEX triplet: A4, A8 and 5E. RGB value is (164,168,94). Sum of RGB (Red+Green+Blue) = 164+168+94=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A85E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A85E is #5B57A1. Grayscale: #9E9E9E. Windows color (decimal): -5986210 or 6203556. OLE color: 6203556.
HSL color Cylindrical-coordinate representation of color #A4A85E: hue angle of 63.24º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4A85E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 94 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.34 |
| HSL | 63.24º | 0.3% | 0.51% | - |
| HSV(B) | 63.24º | 0.44% | 0.66% | - |
| XYZ | 31.33 | 36.71 | 16.02 | - |
| YUV | 158.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 94 | 0.02 | 0 | 0.44 | 0.34 | 63.24 | 0.3 | 0.51 |
| Hex | A4 | A8 | 5E | 2 | 0 | 2C | 22 | 3F | 1E | 33 |
| Octal | 244 | 250 | 136 | 2 | 0 | 54 | 42 | 77 | 36 | 63 |
| Binary | 10100100 | 10101000 | 1011110 | 10 | 0 | 101100 | 100010 | 111111 | 11110 | 110011 |
Color Harmonies of #A4A85E
Complementary color
Monochromatic Colors of #A4A85E
Black with #A4A85E
Text Example
Text Example
White with #A4A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A85E; }
p { color: rgb(164,168,94); }
H1.HeaderClassName
{
color: #A4A85E;
}
.AnyTagClassName
{
color: #A4A85E;
}
</style>
background-color css
<style>
a { background-color: #A4A85E; }
a { background-color: rgb(164,168,94); }
div.DivClassName
{
background-color: #A4A85E;
}
.BgClassName
{
background-color: #A4A85E;
}
</style>
border-color css
<style>
span { border-color: #A4A85E; }
span { border-color: rgb(164,168,94); }
td.TdClassName
{
border-color: #A4A85E;
}
.TagClassName
{
border-color: #A4A85E;
}
</style>