Shades of Green Smoke #A3A46F
Tints of Green Smoke #A3A46F
RGB
CMYK
RGB Variations
Color information
#A3A46F (or 0xA3A46F) is known color: Green Smoke. HEX triplet: A3, A4 and 6F. RGB value is (163,164,111). Sum of RGB (Red+Green+Blue) = 163+164+111=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A46F is #5C5B90. Grayscale: #9D9D9D. Windows color (decimal): -6052753 or 7316643. OLE color: 7316643.
HSL color Cylindrical-coordinate representation of color #A3A46F: hue angle of 61.13º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3A46F is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 111 | - |
| CMYK | 0.01 | 0 | 0.32 | 0.36 |
| HSL | 61.13º | 0.23% | 0.54% | - |
| HSV(B) | 61.13º | 0.32% | 0.64% | - |
| XYZ | 31.25 | 35.49 | 20.24 | - |
| YUV | 157.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 111 | 0.01 | 0 | 0.32 | 0.36 | 61.13 | 0.23 | 0.54 |
| Hex | A3 | A4 | 6F | 1 | 0 | 20 | 24 | 3D | 17 | 36 |
| Octal | 243 | 244 | 157 | 1 | 0 | 40 | 44 | 75 | 27 | 66 |
| Binary | 10100011 | 10100100 | 1101111 | 1 | 0 | 100000 | 100100 | 111101 | 10111 | 110110 |
Color Harmonies of #A3A46F
Complementary color
Monochromatic Colors of #A3A46F
Black with #A3A46F
Text Example
Text Example
White with #A3A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A46F; }
p { color: rgb(163,164,111); }
H1.HeaderClassName
{
color: #A3A46F;
}
.AnyTagClassName
{
color: #A3A46F;
}
</style>
background-color css
<style>
a { background-color: #A3A46F; }
a { background-color: rgb(163,164,111); }
div.DivClassName
{
background-color: #A3A46F;
}
.BgClassName
{
background-color: #A3A46F;
}
</style>
border-color css
<style>
span { border-color: #A3A46F; }
span { border-color: rgb(163,164,111); }
td.TdClassName
{
border-color: #A3A46F;
}
.TagClassName
{
border-color: #A3A46F;
}
</style>