Shades of Green Smoke #A3A15D
Tints of Green Smoke #A3A15D
RGB
CMYK
RGB Variations
Color information
#A3A15D (or 0xA3A15D) is known color: Green Smoke. HEX triplet: A3, A1 and 5D. RGB value is (163,161,93). Sum of RGB (Red+Green+Blue) = 163+161+93=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A15D is #5C5EA2. Grayscale: #9A9A9A. Windows color (decimal): -6053539 or 6136227. OLE color: 6136227.
HSL color Cylindrical-coordinate representation of color #A3A15D: hue angle of 58.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3A15D is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 93 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.36 |
| HSL | 58.29º | 0.28% | 0.5% | - |
| HSV(B) | 58.29º | 0.43% | 0.64% | - |
| XYZ | 29.82 | 34.07 | 15.36 | - |
| YUV | 153.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 93 | 0 | 0.01 | 0.43 | 0.36 | 58.29 | 0.28 | 0.5 |
| Hex | A3 | A1 | 5D | 0 | 1 | 2B | 24 | 3A | 1C | 32 |
| Octal | 243 | 241 | 135 | 0 | 1 | 53 | 44 | 72 | 34 | 62 |
| Binary | 10100011 | 10100001 | 1011101 | 0 | 1 | 101011 | 100100 | 111010 | 11100 | 110010 |
Color Harmonies of #A3A15D
Complementary color
Monochromatic Colors of #A3A15D
Black with #A3A15D
Text Example
Text Example
White with #A3A15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A15D; }
p { color: rgb(163,161,93); }
H1.HeaderClassName
{
color: #A3A15D;
}
.AnyTagClassName
{
color: #A3A15D;
}
</style>
background-color css
<style>
a { background-color: #A3A15D; }
a { background-color: rgb(163,161,93); }
div.DivClassName
{
background-color: #A3A15D;
}
.BgClassName
{
background-color: #A3A15D;
}
</style>
border-color css
<style>
span { border-color: #A3A15D; }
span { border-color: rgb(163,161,93); }
td.TdClassName
{
border-color: #A3A15D;
}
.TagClassName
{
border-color: #A3A15D;
}
</style>