Shades of Green Smoke #A0A34D
Tints of Green Smoke #A0A34D
RGB
CMYK
RGB Variations
Color information
#A0A34D (or 0xA0A34D) is known color: Green Smoke. HEX triplet: A0, A3 and 4D. RGB value is (160,163,77). Sum of RGB (Red+Green+Blue) = 160+163+77=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A34D is #5F5CB2. Grayscale: #989898. Windows color (decimal): -6249651 or 5088160. OLE color: 5088160.
HSL color Cylindrical-coordinate representation of color #A0A34D: hue angle of 62.09º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0A34D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 77 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.36 |
| HSL | 62.09º | 0.36% | 0.47% | - |
| HSV(B) | 62.09º | 0.53% | 0.64% | - |
| XYZ | 28.93 | 34.2 | 12.1 | - |
| YUV | 152.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 77 | 0.02 | 0 | 0.53 | 0.36 | 62.09 | 0.36 | 0.47 |
| Hex | A0 | A3 | 4D | 2 | 0 | 35 | 24 | 3E | 24 | 2F |
| Octal | 240 | 243 | 115 | 2 | 0 | 65 | 44 | 76 | 44 | 57 |
| Binary | 10100000 | 10100011 | 1001101 | 10 | 0 | 110101 | 100100 | 111110 | 100100 | 101111 |
Color Harmonies of #A0A34D
Complementary color
Monochromatic Colors of #A0A34D
Black with #A0A34D
Text Example
Text Example
White with #A0A34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A34D; }
p { color: rgb(160,163,77); }
H1.HeaderClassName
{
color: #A0A34D;
}
.AnyTagClassName
{
color: #A0A34D;
}
</style>
background-color css
<style>
a { background-color: #A0A34D; }
a { background-color: rgb(160,163,77); }
div.DivClassName
{
background-color: #A0A34D;
}
.BgClassName
{
background-color: #A0A34D;
}
</style>
border-color css
<style>
span { border-color: #A0A34D; }
span { border-color: rgb(160,163,77); }
td.TdClassName
{
border-color: #A0A34D;
}
.TagClassName
{
border-color: #A0A34D;
}
</style>