Shades of Green Smoke #A4A666
Tints of Green Smoke #A4A666
RGB
CMYK
RGB Variations
Color information
#A4A666 (or 0xA4A666) is known color: Green Smoke. HEX triplet: A4, A6 and 66. RGB value is (164,166,102). Sum of RGB (Red+Green+Blue) = 164+166+102=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A666 is #5B5999. Grayscale: #9E9E9E. Windows color (decimal): -5986714 or 6727332. OLE color: 6727332.
HSL color Cylindrical-coordinate representation of color #A4A666: hue angle of 61.88º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4A666 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 102 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.35 |
| HSL | 61.88º | 0.26% | 0.53% | - |
| HSV(B) | 61.88º | 0.39% | 0.65% | - |
| XYZ | 31.34 | 36.12 | 17.89 | - |
| YUV | 158.11 | 96.34 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 102 | 0.01 | 0 | 0.39 | 0.35 | 61.88 | 0.26 | 0.53 |
| Hex | A4 | A6 | 66 | 1 | 0 | 27 | 23 | 3E | 1A | 35 |
| Octal | 244 | 246 | 146 | 1 | 0 | 47 | 43 | 76 | 32 | 65 |
| Binary | 10100100 | 10100110 | 1100110 | 1 | 0 | 100111 | 100011 | 111110 | 11010 | 110101 |
Color Harmonies of #A4A666
Complementary color
Monochromatic Colors of #A4A666
Black with #A4A666
Text Example
Text Example
White with #A4A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A666; }
p { color: rgb(164,166,102); }
H1.HeaderClassName
{
color: #A4A666;
}
.AnyTagClassName
{
color: #A4A666;
}
</style>
background-color css
<style>
a { background-color: #A4A666; }
a { background-color: rgb(164,166,102); }
div.DivClassName
{
background-color: #A4A666;
}
.BgClassName
{
background-color: #A4A666;
}
</style>
border-color css
<style>
span { border-color: #A4A666; }
span { border-color: rgb(164,166,102); }
td.TdClassName
{
border-color: #A4A666;
}
.TagClassName
{
border-color: #A4A666;
}
</style>