Shades of Green Smoke #A0A44D
Tints of Green Smoke #A0A44D
RGB
CMYK
RGB Variations
Color information
#A0A44D (or 0xA0A44D) is known color: Green Smoke. HEX triplet: A0, A4 and 4D. RGB value is (160,164,77). Sum of RGB (Red+Green+Blue) = 160+164+77=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #A0A44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A44D is #5F5BB2. Grayscale: #999999. Windows color (decimal): -6249395 or 5088416. OLE color: 5088416.
HSL color Cylindrical-coordinate representation of color #A0A44D: hue angle of 62.76º 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 #A0A44D is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 164 | 77 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.36 |
| HSL | 62.76º | 0.36% | 0.47% | - |
| HSV(B) | 62.76º | 0.53% | 0.64% | - |
| XYZ | 29.11 | 34.56 | 12.16 | - |
| YUV | 152.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 164 | 77 | 0.02 | 0 | 0.53 | 0.36 | 62.76 | 0.36 | 0.47 |
| Hex | A0 | A4 | 4D | 2 | 0 | 35 | 24 | 3F | 24 | 2F |
| Octal | 240 | 244 | 115 | 2 | 0 | 65 | 44 | 77 | 44 | 57 |
| Binary | 10100000 | 10100100 | 1001101 | 10 | 0 | 110101 | 100100 | 111111 | 100100 | 101111 |
Color Harmonies of #A0A44D
Complementary color
Monochromatic Colors of #A0A44D
Black with #A0A44D
Text Example
Text Example
White with #A0A44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A44D; }
p { color: rgb(160,164,77); }
H1.HeaderClassName
{
color: #A0A44D;
}
.AnyTagClassName
{
color: #A0A44D;
}
</style>
background-color css
<style>
a { background-color: #A0A44D; }
a { background-color: rgb(160,164,77); }
div.DivClassName
{
background-color: #A0A44D;
}
.BgClassName
{
background-color: #A0A44D;
}
</style>
border-color css
<style>
span { border-color: #A0A44D; }
span { border-color: rgb(160,164,77); }
td.TdClassName
{
border-color: #A0A44D;
}
.TagClassName
{
border-color: #A0A44D;
}
</style>