Shades of Green Smoke #A4AC62
Tints of Green Smoke #A4AC62
RGB
CMYK
RGB Variations
Color information
#A4AC62 (or 0xA4AC62) is known color: Green Smoke. HEX triplet: A4, AC and 62. RGB value is (164,172,98). Sum of RGB (Red+Green+Blue) = 164+172+98=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC62 is #5B539D. Grayscale: #A1A1A1. Windows color (decimal): -5985182 or 6466724. OLE color: 6466724.
HSL color Cylindrical-coordinate representation of color #A4AC62: hue angle of 66.49º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4AC62 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 172 | 98 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.33 |
| HSL | 66.49º | 0.31% | 0.53% | - |
| HSV(B) | 66.49º | 0.43% | 0.67% | - |
| XYZ | 32.27 | 38.28 | 17.24 | - |
| YUV | 161.17 | 92.35 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 98 | 0.05 | 0 | 0.43 | 0.33 | 66.49 | 0.31 | 0.53 |
| Hex | A4 | AC | 62 | 5 | 0 | 2B | 21 | 42 | 1F | 35 |
| Octal | 244 | 254 | 142 | 5 | 0 | 53 | 41 | 102 | 37 | 65 |
| Binary | 10100100 | 10101100 | 1100010 | 101 | 0 | 101011 | 100001 | 1000010 | 11111 | 110101 |
Color Harmonies of #A4AC62
Complementary color
Monochromatic Colors of #A4AC62
Black with #A4AC62
Text Example
Text Example
White with #A4AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AC62; }
p { color: rgb(164,172,98); }
H1.HeaderClassName
{
color: #A4AC62;
}
.AnyTagClassName
{
color: #A4AC62;
}
</style>
background-color css
<style>
a { background-color: #A4AC62; }
a { background-color: rgb(164,172,98); }
div.DivClassName
{
background-color: #A4AC62;
}
.BgClassName
{
background-color: #A4AC62;
}
</style>
border-color css
<style>
span { border-color: #A4AC62; }
span { border-color: rgb(164,172,98); }
td.TdClassName
{
border-color: #A4AC62;
}
.TagClassName
{
border-color: #A4AC62;
}
</style>