Shades of Green Smoke #A4A15C
Tints of Green Smoke #A4A15C
RGB
CMYK
RGB Variations
Color information
#A4A15C (or 0xA4A15C) is known color: Green Smoke. HEX triplet: A4, A1 and 5C. RGB value is (164,161,92). Sum of RGB (Red+Green+Blue) = 164+161+92=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A15C is #5B5EA3. Grayscale: #9A9A9A. Windows color (decimal): -5988004 or 6070692. OLE color: 6070692.
HSL color Cylindrical-coordinate representation of color #A4A15C: hue angle of 57.5º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4A15C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 161 | 92 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.36 |
| HSL | 57.5º | 0.28% | 0.5% | - |
| HSV(B) | 57.5º | 0.44% | 0.64% | - |
| XYZ | 29.99 | 34.15 | 15.14 | - |
| YUV | 154.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 92 | 0 | 0.02 | 0.44 | 0.36 | 57.5 | 0.28 | 0.5 |
| Hex | A4 | A1 | 5C | 0 | 2 | 2C | 24 | 3A | 1C | 32 |
| Octal | 244 | 241 | 134 | 0 | 2 | 54 | 44 | 72 | 34 | 62 |
| Binary | 10100100 | 10100001 | 1011100 | 0 | 10 | 101100 | 100100 | 111010 | 11100 | 110010 |
Color Harmonies of #A4A15C
Complementary color
Monochromatic Colors of #A4A15C
Black with #A4A15C
Text Example
Text Example
White with #A4A15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A15C; }
p { color: rgb(164,161,92); }
H1.HeaderClassName
{
color: #A4A15C;
}
.AnyTagClassName
{
color: #A4A15C;
}
</style>
background-color css
<style>
a { background-color: #A4A15C; }
a { background-color: rgb(164,161,92); }
div.DivClassName
{
background-color: #A4A15C;
}
.BgClassName
{
background-color: #A4A15C;
}
</style>
border-color css
<style>
span { border-color: #A4A15C; }
span { border-color: rgb(164,161,92); }
td.TdClassName
{
border-color: #A4A15C;
}
.TagClassName
{
border-color: #A4A15C;
}
</style>