Shades of Green Smoke #A3AA51
Tints of Green Smoke #A3AA51
RGB
CMYK
RGB Variations
Color information
#A3AA51 (or 0xA3AA51) is known color: Green Smoke. HEX triplet: A3, AA and 51. RGB value is (163,170,81). Sum of RGB (Red+Green+Blue) = 163+170+81=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA51 is #5C55AE. Grayscale: #9E9E9E. Windows color (decimal): -6051247 or 5352099. OLE color: 5352099.
HSL color Cylindrical-coordinate representation of color #A3AA51: hue angle of 64.72º 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 #A3AA51 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 81 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.33 |
| HSL | 64.72º | 0.35% | 0.49% | - |
| HSV(B) | 64.72º | 0.52% | 0.67% | - |
| XYZ | 30.96 | 37.13 | 13.32 | - |
| YUV | 157.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 81 | 0.04 | 0 | 0.52 | 0.33 | 64.72 | 0.35 | 0.49 |
| Hex | A3 | AA | 51 | 4 | 0 | 34 | 21 | 41 | 23 | 31 |
| Octal | 243 | 252 | 121 | 4 | 0 | 64 | 41 | 101 | 43 | 61 |
| Binary | 10100011 | 10101010 | 1010001 | 100 | 0 | 110100 | 100001 | 1000001 | 100011 | 110001 |
Color Harmonies of #A3AA51
Complementary color
Monochromatic Colors of #A3AA51
Black with #A3AA51
Text Example
Text Example
White with #A3AA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA51; }
p { color: rgb(163,170,81); }
H1.HeaderClassName
{
color: #A3AA51;
}
.AnyTagClassName
{
color: #A3AA51;
}
</style>
background-color css
<style>
a { background-color: #A3AA51; }
a { background-color: rgb(163,170,81); }
div.DivClassName
{
background-color: #A3AA51;
}
.BgClassName
{
background-color: #A3AA51;
}
</style>
border-color css
<style>
span { border-color: #A3AA51; }
span { border-color: rgb(163,170,81); }
td.TdClassName
{
border-color: #A3AA51;
}
.TagClassName
{
border-color: #A3AA51;
}
</style>