Shades of Green Smoke #A3AA56
Tints of Green Smoke #A3AA56
RGB
CMYK
RGB Variations
Color information
#A3AA56 (or 0xA3AA56) is known color: Green Smoke. HEX triplet: A3, AA and 56. RGB value is (163,170,86). Sum of RGB (Red+Green+Blue) = 163+170+86=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AA56 is #5C55A9. Grayscale: #9E9E9E. Windows color (decimal): -6051242 or 5679779. OLE color: 5679779.
HSL color Cylindrical-coordinate representation of color #A3AA56: hue angle of 65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3AA56 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 86 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.33 |
| HSL | 65º | 0.33% | 0.5% | - |
| HSV(B) | 65º | 0.49% | 0.67% | - |
| XYZ | 31.16 | 37.21 | 14.34 | - |
| YUV | 158.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 86 | 0.04 | 0 | 0.49 | 0.33 | 65 | 0.33 | 0.5 |
| Hex | A3 | AA | 56 | 4 | 0 | 31 | 21 | 41 | 21 | 32 |
| Octal | 243 | 252 | 126 | 4 | 0 | 61 | 41 | 101 | 41 | 62 |
| Binary | 10100011 | 10101010 | 1010110 | 100 | 0 | 110001 | 100001 | 1000001 | 100001 | 110010 |
Color Harmonies of #A3AA56
Complementary color
Monochromatic Colors of #A3AA56
Black with #A3AA56
Text Example
Text Example
White with #A3AA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA56; }
p { color: rgb(163,170,86); }
H1.HeaderClassName
{
color: #A3AA56;
}
.AnyTagClassName
{
color: #A3AA56;
}
</style>
background-color css
<style>
a { background-color: #A3AA56; }
a { background-color: rgb(163,170,86); }
div.DivClassName
{
background-color: #A3AA56;
}
.BgClassName
{
background-color: #A3AA56;
}
</style>
border-color css
<style>
span { border-color: #A3AA56; }
span { border-color: rgb(163,170,86); }
td.TdClassName
{
border-color: #A3AA56;
}
.TagClassName
{
border-color: #A3AA56;
}
</style>