Shades of Green Smoke #A3A25E
Tints of Green Smoke #A3A25E
RGB
CMYK
RGB Variations
Color information
#A3A25E (or 0xA3A25E) is known color: Green Smoke. HEX triplet: A3, A2 and 5E. RGB value is (163,162,94). Sum of RGB (Red+Green+Blue) = 163+162+94=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A25E is #5C5DA1. Grayscale: #9A9A9A. Windows color (decimal): -6053282 or 6202019. OLE color: 6202019.
HSL color Cylindrical-coordinate representation of color #A3A25E: hue angle of 59.13º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3A25E is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 94 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.36 |
| HSL | 59.13º | 0.27% | 0.5% | - |
| HSV(B) | 59.13º | 0.42% | 0.64% | - |
| XYZ | 30.04 | 34.44 | 15.65 | - |
| YUV | 154.55 | 93.83 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 94 | 0 | 0.01 | 0.42 | 0.36 | 59.13 | 0.27 | 0.5 |
| Hex | A3 | A2 | 5E | 0 | 1 | 2A | 24 | 3B | 1B | 32 |
| Octal | 243 | 242 | 136 | 0 | 1 | 52 | 44 | 73 | 33 | 62 |
| Binary | 10100011 | 10100010 | 1011110 | 0 | 1 | 101010 | 100100 | 111011 | 11011 | 110010 |
Color Harmonies of #A3A25E
Complementary color
Monochromatic Colors of #A3A25E
Black with #A3A25E
Text Example
Text Example
White with #A3A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A25E; }
p { color: rgb(163,162,94); }
H1.HeaderClassName
{
color: #A3A25E;
}
.AnyTagClassName
{
color: #A3A25E;
}
</style>
background-color css
<style>
a { background-color: #A3A25E; }
a { background-color: rgb(163,162,94); }
div.DivClassName
{
background-color: #A3A25E;
}
.BgClassName
{
background-color: #A3A25E;
}
</style>
border-color css
<style>
span { border-color: #A3A25E; }
span { border-color: rgb(163,162,94); }
td.TdClassName
{
border-color: #A3A25E;
}
.TagClassName
{
border-color: #A3A25E;
}
</style>