Shades of Green Smoke #A4A25E
Tints of Green Smoke #A4A25E
RGB
CMYK
RGB Variations
Color information
#A4A25E (or 0xA4A25E) is known color: Green Smoke. HEX triplet: A4, A2 and 5E. RGB value is (164,162,94). Sum of RGB (Red+Green+Blue) = 164+162+94=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A25E is #5B5DA1. Grayscale: #9B9B9B. Windows color (decimal): -5987746 or 6202020. OLE color: 6202020.
HSL color Cylindrical-coordinate representation of color #A4A25E: hue angle of 58.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4A25E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 162 | 94 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.36 |
| HSL | 58.29º | 0.28% | 0.51% | - |
| HSV(B) | 58.29º | 0.43% | 0.64% | - |
| XYZ | 30.25 | 34.54 | 15.66 | - |
| YUV | 154.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 94 | 0 | 0.01 | 0.43 | 0.36 | 58.29 | 0.28 | 0.51 |
| Hex | A4 | A2 | 5E | 0 | 1 | 2B | 24 | 3A | 1C | 33 |
| Octal | 244 | 242 | 136 | 0 | 1 | 53 | 44 | 72 | 34 | 63 |
| Binary | 10100100 | 10100010 | 1011110 | 0 | 1 | 101011 | 100100 | 111010 | 11100 | 110011 |
Color Harmonies of #A4A25E
Complementary color
Monochromatic Colors of #A4A25E
Black with #A4A25E
Text Example
Text Example
White with #A4A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A25E; }
p { color: rgb(164,162,94); }
H1.HeaderClassName
{
color: #A4A25E;
}
.AnyTagClassName
{
color: #A4A25E;
}
</style>
background-color css
<style>
a { background-color: #A4A25E; }
a { background-color: rgb(164,162,94); }
div.DivClassName
{
background-color: #A4A25E;
}
.BgClassName
{
background-color: #A4A25E;
}
</style>
border-color css
<style>
span { border-color: #A4A25E; }
span { border-color: rgb(164,162,94); }
td.TdClassName
{
border-color: #A4A25E;
}
.TagClassName
{
border-color: #A4A25E;
}
</style>