Shades of Green Smoke #A4AC66
Tints of Green Smoke #A4AC66
RGB
CMYK
RGB Variations
Color information
#A4AC66 (or 0xA4AC66) is known color: Green Smoke. HEX triplet: A4, AC and 66. RGB value is (164,172,102). Sum of RGB (Red+Green+Blue) = 164+172+102=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AC66 is #5B5399. Grayscale: #A1A1A1. Windows color (decimal): -5985178 or 6728868. OLE color: 6728868.
HSL color Cylindrical-coordinate representation of color #A4AC66: hue angle of 66.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A4AC66 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 172 | 102 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.33 |
| HSL | 66.86º | 0.3% | 0.54% | - |
| HSV(B) | 66.86º | 0.41% | 0.67% | - |
| XYZ | 32.46 | 38.36 | 18.26 | - |
| YUV | 161.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 172 | 102 | 0.05 | 0 | 0.41 | 0.33 | 66.86 | 0.3 | 0.54 |
| Hex | A4 | AC | 66 | 5 | 0 | 29 | 21 | 43 | 1E | 36 |
| Octal | 244 | 254 | 146 | 5 | 0 | 51 | 41 | 103 | 36 | 66 |
| Binary | 10100100 | 10101100 | 1100110 | 101 | 0 | 101001 | 100001 | 1000011 | 11110 | 110110 |
Color Harmonies of #A4AC66
Complementary color
Monochromatic Colors of #A4AC66
Black with #A4AC66
Text Example
Text Example
White with #A4AC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AC66; }
p { color: rgb(164,172,102); }
H1.HeaderClassName
{
color: #A4AC66;
}
.AnyTagClassName
{
color: #A4AC66;
}
</style>
background-color css
<style>
a { background-color: #A4AC66; }
a { background-color: rgb(164,172,102); }
div.DivClassName
{
background-color: #A4AC66;
}
.BgClassName
{
background-color: #A4AC66;
}
</style>
border-color css
<style>
span { border-color: #A4AC66; }
span { border-color: rgb(164,172,102); }
td.TdClassName
{
border-color: #A4AC66;
}
.TagClassName
{
border-color: #A4AC66;
}
</style>