Shades of Green Smoke #A0A54D
Tints of Green Smoke #A0A54D
RGB
CMYK
RGB Variations
Color information
#A0A54D (or 0xA0A54D) is known color: Green Smoke. HEX triplet: A0, A5 and 4D. RGB value is (160,165,77). Sum of RGB (Red+Green+Blue) = 160+165+77=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A54D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A54D is #5F5AB2. Grayscale: #999999. Windows color (decimal): -6249139 or 5088672. OLE color: 5088672.
HSL color Cylindrical-coordinate representation of color #A0A54D: hue angle of 63.41º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0A54D is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 77 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.35 |
| HSL | 63.41º | 0.36% | 0.47% | - |
| HSV(B) | 63.41º | 0.53% | 0.65% | - |
| XYZ | 29.29 | 34.92 | 12.22 | - |
| YUV | 153.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 77 | 0.03 | 0 | 0.53 | 0.35 | 63.41 | 0.36 | 0.47 |
| Hex | A0 | A5 | 4D | 3 | 0 | 35 | 23 | 3F | 24 | 2F |
| Octal | 240 | 245 | 115 | 3 | 0 | 65 | 43 | 77 | 44 | 57 |
| Binary | 10100000 | 10100101 | 1001101 | 11 | 0 | 110101 | 100011 | 111111 | 100100 | 101111 |
Color Harmonies of #A0A54D
Complementary color
Monochromatic Colors of #A0A54D
Black with #A0A54D
Text Example
Text Example
White with #A0A54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A54D; }
p { color: rgb(160,165,77); }
H1.HeaderClassName
{
color: #A0A54D;
}
.AnyTagClassName
{
color: #A0A54D;
}
</style>
background-color css
<style>
a { background-color: #A0A54D; }
a { background-color: rgb(160,165,77); }
div.DivClassName
{
background-color: #A0A54D;
}
.BgClassName
{
background-color: #A0A54D;
}
</style>
border-color css
<style>
span { border-color: #A0A54D; }
span { border-color: rgb(160,165,77); }
td.TdClassName
{
border-color: #A0A54D;
}
.TagClassName
{
border-color: #A0A54D;
}
</style>