Shades of Green Smoke #A4A963
Tints of Green Smoke #A4A963
RGB
CMYK
RGB Variations
Color information
#A4A963 (or 0xA4A963) is known color: Green Smoke. HEX triplet: A4, A9 and 63. RGB value is (164,169,99). Sum of RGB (Red+Green+Blue) = 164+169+99=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 99 (39.06% from 255 or 22.92% from 432); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A963 is #5B569C. Grayscale: #9F9F9F. Windows color (decimal): -5985949 or 6531492. OLE color: 6531492.
HSL color Cylindrical-coordinate representation of color #A4A963: hue angle of 64.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4A963 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 169 | 99 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.34 |
| HSL | 64.29º | 0.29% | 0.53% | - |
| HSV(B) | 64.29º | 0.41% | 0.66% | - |
| XYZ | 31.75 | 37.17 | 17.31 | - |
| YUV | 159.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 99 | 0.03 | 0 | 0.41 | 0.34 | 64.29 | 0.29 | 0.53 |
| Hex | A4 | A9 | 63 | 3 | 0 | 29 | 22 | 40 | 1D | 35 |
| Octal | 244 | 251 | 143 | 3 | 0 | 51 | 42 | 100 | 35 | 65 |
| Binary | 10100100 | 10101001 | 1100011 | 11 | 0 | 101001 | 100010 | 1000000 | 11101 | 110101 |
Color Harmonies of #A4A963
Complementary color
Monochromatic Colors of #A4A963
Black with #A4A963
Text Example
Text Example
White with #A4A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A963; }
p { color: rgb(164,169,99); }
H1.HeaderClassName
{
color: #A4A963;
}
.AnyTagClassName
{
color: #A4A963;
}
</style>
background-color css
<style>
a { background-color: #A4A963; }
a { background-color: rgb(164,169,99); }
div.DivClassName
{
background-color: #A4A963;
}
.BgClassName
{
background-color: #A4A963;
}
</style>
border-color css
<style>
span { border-color: #A4A963; }
span { border-color: rgb(164,169,99); }
td.TdClassName
{
border-color: #A4A963;
}
.TagClassName
{
border-color: #A4A963;
}
</style>