Shades of Green Smoke #A4A856
Tints of Green Smoke #A4A856
RGB
CMYK
RGB Variations
Color information
#A4A856 (or 0xA4A856) is known color: Green Smoke. HEX triplet: A4, A8 and 56. RGB value is (164,168,86). Sum of RGB (Red+Green+Blue) = 164+168+86=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A856 is #5B57A9. Grayscale: #9D9D9D. Windows color (decimal): -5986218 or 5679268. OLE color: 5679268.
HSL color Cylindrical-coordinate representation of color #A4A856: hue angle of 62.93º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4A856 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 86 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.34 |
| HSL | 62.93º | 0.32% | 0.5% | - |
| HSV(B) | 62.93º | 0.49% | 0.66% | - |
| XYZ | 30.99 | 36.57 | 14.23 | - |
| YUV | 157.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 86 | 0.02 | 0 | 0.49 | 0.34 | 62.93 | 0.32 | 0.5 |
| Hex | A4 | A8 | 56 | 2 | 0 | 31 | 22 | 3F | 20 | 32 |
| Octal | 244 | 250 | 126 | 2 | 0 | 61 | 42 | 77 | 40 | 62 |
| Binary | 10100100 | 10101000 | 1010110 | 10 | 0 | 110001 | 100010 | 111111 | 100000 | 110010 |
Color Harmonies of #A4A856
Complementary color
Monochromatic Colors of #A4A856
Black with #A4A856
Text Example
Text Example
White with #A4A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A856; }
p { color: rgb(164,168,86); }
H1.HeaderClassName
{
color: #A4A856;
}
.AnyTagClassName
{
color: #A4A856;
}
</style>
background-color css
<style>
a { background-color: #A4A856; }
a { background-color: rgb(164,168,86); }
div.DivClassName
{
background-color: #A4A856;
}
.BgClassName
{
background-color: #A4A856;
}
</style>
border-color css
<style>
span { border-color: #A4A856; }
span { border-color: rgb(164,168,86); }
td.TdClassName
{
border-color: #A4A856;
}
.TagClassName
{
border-color: #A4A856;
}
</style>