Shades of Green Smoke #A4A65D
Tints of Green Smoke #A4A65D
RGB
CMYK
RGB Variations
Color information
#A4A65D (or 0xA4A65D) is known color: Green Smoke. HEX triplet: A4, A6 and 5D. RGB value is (164,166,93). Sum of RGB (Red+Green+Blue) = 164+166+93=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A65D is #5B59A2. Grayscale: #9D9D9D. Windows color (decimal): -5986723 or 6137508. OLE color: 6137508.
HSL color Cylindrical-coordinate representation of color #A4A65D: hue angle of 61.64º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4A65D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 93 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.35 |
| HSL | 61.64º | 0.29% | 0.51% | - |
| HSV(B) | 61.64º | 0.44% | 0.65% | - |
| XYZ | 30.92 | 35.96 | 15.67 | - |
| YUV | 157.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 93 | 0.01 | 0 | 0.44 | 0.35 | 61.64 | 0.29 | 0.51 |
| Hex | A4 | A6 | 5D | 1 | 0 | 2C | 23 | 3E | 1D | 33 |
| Octal | 244 | 246 | 135 | 1 | 0 | 54 | 43 | 76 | 35 | 63 |
| Binary | 10100100 | 10100110 | 1011101 | 1 | 0 | 101100 | 100011 | 111110 | 11101 | 110011 |
Color Harmonies of #A4A65D
Complementary color
Monochromatic Colors of #A4A65D
Black with #A4A65D
Text Example
Text Example
White with #A4A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A65D; }
p { color: rgb(164,166,93); }
H1.HeaderClassName
{
color: #A4A65D;
}
.AnyTagClassName
{
color: #A4A65D;
}
</style>
background-color css
<style>
a { background-color: #A4A65D; }
a { background-color: rgb(164,166,93); }
div.DivClassName
{
background-color: #A4A65D;
}
.BgClassName
{
background-color: #A4A65D;
}
</style>
border-color css
<style>
span { border-color: #A4A65D; }
span { border-color: rgb(164,166,93); }
td.TdClassName
{
border-color: #A4A65D;
}
.TagClassName
{
border-color: #A4A65D;
}
</style>