Shades of Green Smoke #A4A45E
Tints of Green Smoke #A4A45E
RGB
CMYK
RGB Variations
Color information
#A4A45E (or 0xA4A45E) is known color: Green Smoke. HEX triplet: A4, A4 and 5E. RGB value is (164,164,94). Sum of RGB (Red+Green+Blue) = 164+164+94=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A45E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A45E is #5B5BA1. Grayscale: #9C9C9C. Windows color (decimal): -5987234 or 6202532. OLE color: 6202532.
HSL color Cylindrical-coordinate representation of color #A4A45E: hue angle of 60º 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 #A4A45E is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 164 | 94 | - |
| CMYK | 0 | 0 | 0.43 | 0.36 |
| HSL | 60º | 0.28% | 0.51% | - |
| HSV(B) | 60º | 0.43% | 0.64% | - |
| XYZ | 30.61 | 35.25 | 15.78 | - |
| YUV | 156.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 94 | 0 | 0 | 0.43 | 0.36 | 60 | 0.28 | 0.51 |
| Hex | A4 | A4 | 5E | 0 | 0 | 2B | 24 | 3C | 1C | 33 |
| Octal | 244 | 244 | 136 | 0 | 0 | 53 | 44 | 74 | 34 | 63 |
| Binary | 10100100 | 10100100 | 1011110 | 0 | 0 | 101011 | 100100 | 111100 | 11100 | 110011 |
Color Harmonies of #A4A45E
Complementary color
Monochromatic Colors of #A4A45E
Black with #A4A45E
Text Example
Text Example
White with #A4A45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A45E; }
p { color: rgb(164,164,94); }
H1.HeaderClassName
{
color: #A4A45E;
}
.AnyTagClassName
{
color: #A4A45E;
}
</style>
background-color css
<style>
a { background-color: #A4A45E; }
a { background-color: rgb(164,164,94); }
div.DivClassName
{
background-color: #A4A45E;
}
.BgClassName
{
background-color: #A4A45E;
}
</style>
border-color css
<style>
span { border-color: #A4A45E; }
span { border-color: rgb(164,164,94); }
td.TdClassName
{
border-color: #A4A45E;
}
.TagClassName
{
border-color: #A4A45E;
}
</style>