Shades of Green Smoke #A4A661
Tints of Green Smoke #A4A661
RGB
CMYK
RGB Variations
Color information
#A4A661 (or 0xA4A661) is known color: Green Smoke. HEX triplet: A4, A6 and 61. RGB value is (164,166,97). Sum of RGB (Red+Green+Blue) = 164+166+97=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A661 is #5B599E. Grayscale: #9D9D9D. Windows color (decimal): -5986719 or 6399652. OLE color: 6399652.
HSL color Cylindrical-coordinate representation of color #A4A661: hue angle of 61.74º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4A661 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 166 | 97 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.35 |
| HSL | 61.74º | 0.28% | 0.52% | - |
| HSV(B) | 61.74º | 0.42% | 0.65% | - |
| XYZ | 31.1 | 36.03 | 16.62 | - |
| YUV | 157.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 97 | 0.01 | 0 | 0.42 | 0.35 | 61.74 | 0.28 | 0.52 |
| Hex | A4 | A6 | 61 | 1 | 0 | 2A | 23 | 3E | 1C | 34 |
| Octal | 244 | 246 | 141 | 1 | 0 | 52 | 43 | 76 | 34 | 64 |
| Binary | 10100100 | 10100110 | 1100001 | 1 | 0 | 101010 | 100011 | 111110 | 11100 | 110100 |
Color Harmonies of #A4A661
Complementary color
Monochromatic Colors of #A4A661
Black with #A4A661
Text Example
Text Example
White with #A4A661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A661; }
p { color: rgb(164,166,97); }
H1.HeaderClassName
{
color: #A4A661;
}
.AnyTagClassName
{
color: #A4A661;
}
</style>
background-color css
<style>
a { background-color: #A4A661; }
a { background-color: rgb(164,166,97); }
div.DivClassName
{
background-color: #A4A661;
}
.BgClassName
{
background-color: #A4A661;
}
</style>
border-color css
<style>
span { border-color: #A4A661; }
span { border-color: rgb(164,166,97); }
td.TdClassName
{
border-color: #A4A661;
}
.TagClassName
{
border-color: #A4A661;
}
</style>