Shades of Green Smoke #A3A45D
Tints of Green Smoke #A3A45D
RGB
CMYK
RGB Variations
Color information
#A3A45D (or 0xA3A45D) is known color: Green Smoke. HEX triplet: A3, A4 and 5D. RGB value is (163,164,93). Sum of RGB (Red+Green+Blue) = 163+164+93=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A45D is #5C5BA2. Grayscale: #9B9B9B. Windows color (decimal): -6052771 or 6136995. OLE color: 6136995.
HSL color Cylindrical-coordinate representation of color #A3A45D: hue angle of 60.85º 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 #A3A45D is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 93 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.36 |
| HSL | 60.85º | 0.28% | 0.5% | - |
| HSV(B) | 60.85º | 0.43% | 0.64% | - |
| XYZ | 30.36 | 35.13 | 15.54 | - |
| YUV | 155.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 93 | 0.01 | 0 | 0.43 | 0.36 | 60.85 | 0.28 | 0.5 |
| Hex | A3 | A4 | 5D | 1 | 0 | 2B | 24 | 3D | 1C | 32 |
| Octal | 243 | 244 | 135 | 1 | 0 | 53 | 44 | 75 | 34 | 62 |
| Binary | 10100011 | 10100100 | 1011101 | 1 | 0 | 101011 | 100100 | 111101 | 11100 | 110010 |
Color Harmonies of #A3A45D
Complementary color
Monochromatic Colors of #A3A45D
Black with #A3A45D
Text Example
Text Example
White with #A3A45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A45D; }
p { color: rgb(163,164,93); }
H1.HeaderClassName
{
color: #A3A45D;
}
.AnyTagClassName
{
color: #A3A45D;
}
</style>
background-color css
<style>
a { background-color: #A3A45D; }
a { background-color: rgb(163,164,93); }
div.DivClassName
{
background-color: #A3A45D;
}
.BgClassName
{
background-color: #A3A45D;
}
</style>
border-color css
<style>
span { border-color: #A3A45D; }
span { border-color: rgb(163,164,93); }
td.TdClassName
{
border-color: #A3A45D;
}
.TagClassName
{
border-color: #A3A45D;
}
</style>