Shades of Green Smoke #A4AA51
Tints of Green Smoke #A4AA51
RGB
CMYK
RGB Variations
Color information
#A4AA51 (or 0xA4AA51) is known color: Green Smoke. HEX triplet: A4, AA and 51. RGB value is (164,170,81). Sum of RGB (Red+Green+Blue) = 164+170+81=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA51 is #5B55AE. Grayscale: #9E9E9E. Windows color (decimal): -5985711 or 5352100. OLE color: 5352100.
HSL color Cylindrical-coordinate representation of color #A4AA51: hue angle of 64.04º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A4AA51 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 170 | 81 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.33 |
| HSL | 64.04º | 0.35% | 0.49% | - |
| HSV(B) | 64.04º | 0.52% | 0.67% | - |
| XYZ | 31.17 | 37.24 | 13.33 | - |
| YUV | 158.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 170 | 81 | 0.04 | 0 | 0.52 | 0.33 | 64.04 | 0.35 | 0.49 |
| Hex | A4 | AA | 51 | 4 | 0 | 34 | 21 | 40 | 23 | 31 |
| Octal | 244 | 252 | 121 | 4 | 0 | 64 | 41 | 100 | 43 | 61 |
| Binary | 10100100 | 10101010 | 1010001 | 100 | 0 | 110100 | 100001 | 1000000 | 100011 | 110001 |
Color Harmonies of #A4AA51
Complementary color
Monochromatic Colors of #A4AA51
Black with #A4AA51
Text Example
Text Example
White with #A4AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AA51; }
p { color: rgb(164,170,81); }
H1.HeaderClassName
{
color: #A4AA51;
}
.AnyTagClassName
{
color: #A4AA51;
}
</style>
background-color css
<style>
a { background-color: #A4AA51; }
a { background-color: rgb(164,170,81); }
div.DivClassName
{
background-color: #A4AA51;
}
.BgClassName
{
background-color: #A4AA51;
}
</style>
border-color css
<style>
span { border-color: #A4AA51; }
span { border-color: rgb(164,170,81); }
td.TdClassName
{
border-color: #A4AA51;
}
.TagClassName
{
border-color: #A4AA51;
}
</style>