Shades of Green Smoke #A3A64F
Tints of Green Smoke #A3A64F
RGB
CMYK
RGB Variations
Color information
#A3A64F (or 0xA3A64F) is known color: Green Smoke. HEX triplet: A3, A6 and 4F. RGB value is (163,166,79). Sum of RGB (Red+Green+Blue) = 163+166+79=408 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.95% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A64F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A64F is #5C59B0. Grayscale: #9B9B9B. Windows color (decimal): -6052273 or 5220003. OLE color: 5220003.
HSL color Cylindrical-coordinate representation of color #A3A64F: hue angle of 62.07º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3A64F is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 79 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.35 |
| HSL | 62.07º | 0.36% | 0.48% | - |
| HSV(B) | 62.07º | 0.52% | 0.65% | - |
| XYZ | 30.15 | 35.62 | 12.68 | - |
| YUV | 155.19 | 85.01 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 79 | 0.02 | 0 | 0.52 | 0.35 | 62.07 | 0.36 | 0.48 |
| Hex | A3 | A6 | 4F | 2 | 0 | 34 | 23 | 3E | 24 | 30 |
| Octal | 243 | 246 | 117 | 2 | 0 | 64 | 43 | 76 | 44 | 60 |
| Binary | 10100011 | 10100110 | 1001111 | 10 | 0 | 110100 | 100011 | 111110 | 100100 | 110000 |
Color Harmonies of #A3A64F
Complementary color
Monochromatic Colors of #A3A64F
Black with #A3A64F
Text Example
Text Example
White with #A3A64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A64F; }
p { color: rgb(163,166,79); }
H1.HeaderClassName
{
color: #A3A64F;
}
.AnyTagClassName
{
color: #A3A64F;
}
</style>
background-color css
<style>
a { background-color: #A3A64F; }
a { background-color: rgb(163,166,79); }
div.DivClassName
{
background-color: #A3A64F;
}
.BgClassName
{
background-color: #A3A64F;
}
</style>
border-color css
<style>
span { border-color: #A3A64F; }
span { border-color: rgb(163,166,79); }
td.TdClassName
{
border-color: #A3A64F;
}
.TagClassName
{
border-color: #A3A64F;
}
</style>