Shades of Green Smoke #A3A456
Tints of Green Smoke #A3A456
RGB
CMYK
RGB Variations
Color information
#A3A456 (or 0xA3A456) is known color: Green Smoke. HEX triplet: A3, A4 and 56. RGB value is (163,164,86). Sum of RGB (Red+Green+Blue) = 163+164+86=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A456 is #5C5BA9. Grayscale: #9B9B9B. Windows color (decimal): -6052778 or 5678243. OLE color: 5678243.
HSL color Cylindrical-coordinate representation of color #A3A456: hue angle of 60.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3A456 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 86 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.36 |
| HSL | 60.77º | 0.31% | 0.49% | - |
| HSV(B) | 60.77º | 0.48% | 0.64% | - |
| XYZ | 30.06 | 35.01 | 13.98 | - |
| YUV | 154.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 86 | 0.01 | 0 | 0.48 | 0.36 | 60.77 | 0.31 | 0.49 |
| Hex | A3 | A4 | 56 | 1 | 0 | 30 | 24 | 3D | 1F | 31 |
| Octal | 243 | 244 | 126 | 1 | 0 | 60 | 44 | 75 | 37 | 61 |
| Binary | 10100011 | 10100100 | 1010110 | 1 | 0 | 110000 | 100100 | 111101 | 11111 | 110001 |
Color Harmonies of #A3A456
Complementary color
Monochromatic Colors of #A3A456
Black with #A3A456
Text Example
Text Example
White with #A3A456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A456; }
p { color: rgb(163,164,86); }
H1.HeaderClassName
{
color: #A3A456;
}
.AnyTagClassName
{
color: #A3A456;
}
</style>
background-color css
<style>
a { background-color: #A3A456; }
a { background-color: rgb(163,164,86); }
div.DivClassName
{
background-color: #A3A456;
}
.BgClassName
{
background-color: #A3A456;
}
</style>
border-color css
<style>
span { border-color: #A3A456; }
span { border-color: rgb(163,164,86); }
td.TdClassName
{
border-color: #A3A456;
}
.TagClassName
{
border-color: #A3A456;
}
</style>