Shades of Green Smoke #A4A86C
Tints of Green Smoke #A4A86C
RGB
CMYK
RGB Variations
Color information
#A4A86C (or 0xA4A86C) is known color: Green Smoke. HEX triplet: A4, A8 and 6C. RGB value is (164,168,108). Sum of RGB (Red+Green+Blue) = 164+168+108=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A86C is #5B5793. Grayscale: #A0A0A0. Windows color (decimal): -5986196 or 7121060. OLE color: 7121060.
HSL color Cylindrical-coordinate representation of color #A4A86C: hue angle of 64º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4A86C is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 108 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.34 |
| HSL | 64º | 0.26% | 0.54% | - |
| HSV(B) | 64º | 0.36% | 0.66% | - |
| XYZ | 32.02 | 36.98 | 19.64 | - |
| YUV | 159.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 108 | 0.02 | 0 | 0.36 | 0.34 | 64 | 0.26 | 0.54 |
| Hex | A4 | A8 | 6C | 2 | 0 | 24 | 22 | 40 | 1A | 36 |
| Octal | 244 | 250 | 154 | 2 | 0 | 44 | 42 | 100 | 32 | 66 |
| Binary | 10100100 | 10101000 | 1101100 | 10 | 0 | 100100 | 100010 | 1000000 | 11010 | 110110 |
Color Harmonies of #A4A86C
Complementary color
Monochromatic Colors of #A4A86C
Black with #A4A86C
Text Example
Text Example
White with #A4A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A86C; }
p { color: rgb(164,168,108); }
H1.HeaderClassName
{
color: #A4A86C;
}
.AnyTagClassName
{
color: #A4A86C;
}
</style>
background-color css
<style>
a { background-color: #A4A86C; }
a { background-color: rgb(164,168,108); }
div.DivClassName
{
background-color: #A4A86C;
}
.BgClassName
{
background-color: #A4A86C;
}
</style>
border-color css
<style>
span { border-color: #A4A86C; }
span { border-color: rgb(164,168,108); }
td.TdClassName
{
border-color: #A4A86C;
}
.TagClassName
{
border-color: #A4A86C;
}
</style>