Shades of Green Smoke #A4A55E
Tints of Green Smoke #A4A55E
RGB
CMYK
RGB Variations
Color information
#A4A55E (or 0xA4A55E) is known color: Green Smoke. HEX triplet: A4, A5 and 5E. RGB value is (164,165,94). Sum of RGB (Red+Green+Blue) = 164+165+94=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 165 (64.84% from 255 or 39.01% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A55E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A55E is #5B5AA1. Grayscale: #9C9C9C. Windows color (decimal): -5986978 or 6202788. OLE color: 6202788.
HSL color Cylindrical-coordinate representation of color #A4A55E: hue angle of 60.85º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4A55E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 165 | 94 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.35 |
| HSL | 60.85º | 0.28% | 0.51% | - |
| HSV(B) | 60.85º | 0.43% | 0.65% | - |
| XYZ | 30.79 | 35.61 | 15.84 | - |
| YUV | 156.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 165 | 94 | 0.01 | 0 | 0.43 | 0.35 | 60.85 | 0.28 | 0.51 |
| Hex | A4 | A5 | 5E | 1 | 0 | 2B | 23 | 3D | 1C | 33 |
| Octal | 244 | 245 | 136 | 1 | 0 | 53 | 43 | 75 | 34 | 63 |
| Binary | 10100100 | 10100101 | 1011110 | 1 | 0 | 101011 | 100011 | 111101 | 11100 | 110011 |
Color Harmonies of #A4A55E
Complementary color
Monochromatic Colors of #A4A55E
Black with #A4A55E
Text Example
Text Example
White with #A4A55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A55E; }
p { color: rgb(164,165,94); }
H1.HeaderClassName
{
color: #A4A55E;
}
.AnyTagClassName
{
color: #A4A55E;
}
</style>
background-color css
<style>
a { background-color: #A4A55E; }
a { background-color: rgb(164,165,94); }
div.DivClassName
{
background-color: #A4A55E;
}
.BgClassName
{
background-color: #A4A55E;
}
</style>
border-color css
<style>
span { border-color: #A4A55E; }
span { border-color: rgb(164,165,94); }
td.TdClassName
{
border-color: #A4A55E;
}
.TagClassName
{
border-color: #A4A55E;
}
</style>