Shades of Green Smoke #A0A95A
Tints of Green Smoke #A0A95A
RGB
CMYK
RGB Variations
Color information
#A0A95A (or 0xA0A95A) is known color: Green Smoke. HEX triplet: A0, A9 and 5A. RGB value is (160,169,90). Sum of RGB (Red+Green+Blue) = 160+169+90=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 169 (66.41% from 255 or 40.33% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A95A is #5F56A5. Grayscale: #9D9D9D. Windows color (decimal): -6248102 or 5941664. OLE color: 5941664.
HSL color Cylindrical-coordinate representation of color #A0A95A: hue angle of 66.84º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0A95A is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 169 | 90 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.34 |
| HSL | 66.84º | 0.31% | 0.51% | - |
| HSV(B) | 66.84º | 0.47% | 0.66% | - |
| XYZ | 30.53 | 36.59 | 15.13 | - |
| YUV | 157.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 169 | 90 | 0.05 | 0 | 0.47 | 0.34 | 66.84 | 0.31 | 0.51 |
| Hex | A0 | A9 | 5A | 5 | 0 | 2F | 22 | 43 | 1F | 33 |
| Octal | 240 | 251 | 132 | 5 | 0 | 57 | 42 | 103 | 37 | 63 |
| Binary | 10100000 | 10101001 | 1011010 | 101 | 0 | 101111 | 100010 | 1000011 | 11111 | 110011 |
Color Harmonies of #A0A95A
Complementary color
Monochromatic Colors of #A0A95A
Black with #A0A95A
Text Example
Text Example
White with #A0A95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A95A; }
p { color: rgb(160,169,90); }
H1.HeaderClassName
{
color: #A0A95A;
}
.AnyTagClassName
{
color: #A0A95A;
}
</style>
background-color css
<style>
a { background-color: #A0A95A; }
a { background-color: rgb(160,169,90); }
div.DivClassName
{
background-color: #A0A95A;
}
.BgClassName
{
background-color: #A0A95A;
}
</style>
border-color css
<style>
span { border-color: #A0A95A; }
span { border-color: rgb(160,169,90); }
td.TdClassName
{
border-color: #A0A95A;
}
.TagClassName
{
border-color: #A0A95A;
}
</style>