Shades of Green Smoke #A3AC4E
Tints of Green Smoke #A3AC4E
RGB
CMYK
RGB Variations
Color information
#A3AC4E (or 0xA3AC4E) is known color: Green Smoke. HEX triplet: A3, AC and 4E. RGB value is (163,172,78). Sum of RGB (Red+Green+Blue) = 163+172+78=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AC4E is #5C53B1. Grayscale: #9E9E9E. Windows color (decimal): -6050738 or 5156003. OLE color: 5156003.
HSL color Cylindrical-coordinate representation of color #A3AC4E: hue angle of 65.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3AC4E is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 172 | 78 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.33 |
| HSL | 65.74º | 0.38% | 0.49% | - |
| HSV(B) | 65.74º | 0.55% | 0.67% | - |
| XYZ | 31.23 | 37.84 | 12.87 | - |
| YUV | 158.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 172 | 78 | 0.05 | 0 | 0.55 | 0.33 | 65.74 | 0.38 | 0.49 |
| Hex | A3 | AC | 4E | 5 | 0 | 37 | 21 | 42 | 26 | 31 |
| Octal | 243 | 254 | 116 | 5 | 0 | 67 | 41 | 102 | 46 | 61 |
| Binary | 10100011 | 10101100 | 1001110 | 101 | 0 | 110111 | 100001 | 1000010 | 100110 | 110001 |
Color Harmonies of #A3AC4E
Complementary color
Monochromatic Colors of #A3AC4E
Black with #A3AC4E
Text Example
Text Example
White with #A3AC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AC4E; }
p { color: rgb(163,172,78); }
H1.HeaderClassName
{
color: #A3AC4E;
}
.AnyTagClassName
{
color: #A3AC4E;
}
</style>
background-color css
<style>
a { background-color: #A3AC4E; }
a { background-color: rgb(163,172,78); }
div.DivClassName
{
background-color: #A3AC4E;
}
.BgClassName
{
background-color: #A3AC4E;
}
</style>
border-color css
<style>
span { border-color: #A3AC4E; }
span { border-color: rgb(163,172,78); }
td.TdClassName
{
border-color: #A3AC4E;
}
.TagClassName
{
border-color: #A3AC4E;
}
</style>