Shades of Green Smoke #A3A15B
Tints of Green Smoke #A3A15B
RGB
CMYK
RGB Variations
Color information
#A3A15B (or 0xA3A15B) is known color: Green Smoke. HEX triplet: A3, A1 and 5B. RGB value is (163,161,91). Sum of RGB (Red+Green+Blue) = 163+161+91=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A15B is #5C5EA4. Grayscale: #999999. Windows color (decimal): -6053541 or 6005155. OLE color: 6005155.
HSL color Cylindrical-coordinate representation of color #A3A15B: hue angle of 58.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A3A15B is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 91 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.36 |
| HSL | 58.33º | 0.28% | 0.5% | - |
| HSV(B) | 58.33º | 0.44% | 0.64% | - |
| XYZ | 29.74 | 34.03 | 14.9 | - |
| YUV | 153.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 91 | 0 | 0.01 | 0.44 | 0.36 | 58.33 | 0.28 | 0.5 |
| Hex | A3 | A1 | 5B | 0 | 1 | 2C | 24 | 3A | 1C | 32 |
| Octal | 243 | 241 | 133 | 0 | 1 | 54 | 44 | 72 | 34 | 62 |
| Binary | 10100011 | 10100001 | 1011011 | 0 | 1 | 101100 | 100100 | 111010 | 11100 | 110010 |
Color Harmonies of #A3A15B
Complementary color
Monochromatic Colors of #A3A15B
Black with #A3A15B
Text Example
Text Example
White with #A3A15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A15B; }
p { color: rgb(163,161,91); }
H1.HeaderClassName
{
color: #A3A15B;
}
.AnyTagClassName
{
color: #A3A15B;
}
</style>
background-color css
<style>
a { background-color: #A3A15B; }
a { background-color: rgb(163,161,91); }
div.DivClassName
{
background-color: #A3A15B;
}
.BgClassName
{
background-color: #A3A15B;
}
</style>
border-color css
<style>
span { border-color: #A3A15B; }
span { border-color: rgb(163,161,91); }
td.TdClassName
{
border-color: #A3A15B;
}
.TagClassName
{
border-color: #A3A15B;
}
</style>