Shades of Green Smoke #A0A65D
Tints of Green Smoke #A0A65D
RGB
CMYK
RGB Variations
Color information
#A0A65D (or 0xA0A65D) is known color: Green Smoke. HEX triplet: A0, A6 and 5D. RGB value is (160,166,93). Sum of RGB (Red+Green+Blue) = 160+166+93=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A65D is #5F59A2. Grayscale: #9C9C9C. Windows color (decimal): -6248867 or 6137504. OLE color: 6137504.
HSL color Cylindrical-coordinate representation of color #A0A65D: hue angle of 64.93º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0A65D is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 166 | 93 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.35 |
| HSL | 64.93º | 0.29% | 0.51% | - |
| HSV(B) | 64.93º | 0.44% | 0.65% | - |
| XYZ | 30.11 | 35.54 | 15.63 | - |
| YUV | 155.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 166 | 93 | 0.04 | 0 | 0.44 | 0.35 | 64.93 | 0.29 | 0.51 |
| Hex | A0 | A6 | 5D | 4 | 0 | 2C | 23 | 41 | 1D | 33 |
| Octal | 240 | 246 | 135 | 4 | 0 | 54 | 43 | 101 | 35 | 63 |
| Binary | 10100000 | 10100110 | 1011101 | 100 | 0 | 101100 | 100011 | 1000001 | 11101 | 110011 |
Color Harmonies of #A0A65D
Complementary color
Monochromatic Colors of #A0A65D
Black with #A0A65D
Text Example
Text Example
White with #A0A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A65D; }
p { color: rgb(160,166,93); }
H1.HeaderClassName
{
color: #A0A65D;
}
.AnyTagClassName
{
color: #A0A65D;
}
</style>
background-color css
<style>
a { background-color: #A0A65D; }
a { background-color: rgb(160,166,93); }
div.DivClassName
{
background-color: #A0A65D;
}
.BgClassName
{
background-color: #A0A65D;
}
</style>
border-color css
<style>
span { border-color: #A0A65D; }
span { border-color: rgb(160,166,93); }
td.TdClassName
{
border-color: #A0A65D;
}
.TagClassName
{
border-color: #A0A65D;
}
</style>