Shades of Green Smoke #A0AA5A
Tints of Green Smoke #A0AA5A
RGB
CMYK
RGB Variations
Color information
#A0AA5A (or 0xA0AA5A) is known color: Green Smoke. HEX triplet: A0, AA and 5A. RGB value is (160,170,90). Sum of RGB (Red+Green+Blue) = 160+170+90=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA5A is #5F55A5. Grayscale: #9E9E9E. Windows color (decimal): -6247846 or 5941920. OLE color: 5941920.
HSL color Cylindrical-coordinate representation of color #A0AA5A: hue angle of 67.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0AA5A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 90 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.33 |
| HSL | 67.5º | 0.32% | 0.51% | - |
| HSV(B) | 67.5º | 0.47% | 0.67% | - |
| XYZ | 30.72 | 36.96 | 15.19 | - |
| YUV | 157.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 90 | 0.06 | 0 | 0.47 | 0.33 | 67.5 | 0.32 | 0.51 |
| Hex | A0 | AA | 5A | 6 | 0 | 2F | 21 | 44 | 20 | 33 |
| Octal | 240 | 252 | 132 | 6 | 0 | 57 | 41 | 104 | 40 | 63 |
| Binary | 10100000 | 10101010 | 1011010 | 110 | 0 | 101111 | 100001 | 1000100 | 100000 | 110011 |
Color Harmonies of #A0AA5A
Complementary color
Monochromatic Colors of #A0AA5A
Black with #A0AA5A
Text Example
Text Example
White with #A0AA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA5A; }
p { color: rgb(160,170,90); }
H1.HeaderClassName
{
color: #A0AA5A;
}
.AnyTagClassName
{
color: #A0AA5A;
}
</style>
background-color css
<style>
a { background-color: #A0AA5A; }
a { background-color: rgb(160,170,90); }
div.DivClassName
{
background-color: #A0AA5A;
}
.BgClassName
{
background-color: #A0AA5A;
}
</style>
border-color css
<style>
span { border-color: #A0AA5A; }
span { border-color: rgb(160,170,90); }
td.TdClassName
{
border-color: #A0AA5A;
}
.TagClassName
{
border-color: #A0AA5A;
}
</style>