Shades of Green Smoke #A0AA5C
Tints of Green Smoke #A0AA5C
RGB
CMYK
RGB Variations
Color information
#A0AA5C (or 0xA0AA5C) is known color: Green Smoke. HEX triplet: A0, AA and 5C. RGB value is (160,170,92). Sum of RGB (Red+Green+Blue) = 160+170+92=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA5C is #5F55A3. Grayscale: #9E9E9E. Windows color (decimal): -6247844 or 6072992. OLE color: 6072992.
HSL color Cylindrical-coordinate representation of color #A0AA5C: hue angle of 67.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0AA5C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 92 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.33 |
| HSL | 67.69º | 0.31% | 0.51% | - |
| HSV(B) | 67.69º | 0.46% | 0.67% | - |
| XYZ | 30.8 | 37 | 15.64 | - |
| YUV | 158.12 | 90.69 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 92 | 0.06 | 0 | 0.46 | 0.33 | 67.69 | 0.31 | 0.51 |
| Hex | A0 | AA | 5C | 6 | 0 | 2E | 21 | 44 | 1F | 33 |
| Octal | 240 | 252 | 134 | 6 | 0 | 56 | 41 | 104 | 37 | 63 |
| Binary | 10100000 | 10101010 | 1011100 | 110 | 0 | 101110 | 100001 | 1000100 | 11111 | 110011 |
Color Harmonies of #A0AA5C
Complementary color
Monochromatic Colors of #A0AA5C
Black with #A0AA5C
Text Example
Text Example
White with #A0AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA5C; }
p { color: rgb(160,170,92); }
H1.HeaderClassName
{
color: #A0AA5C;
}
.AnyTagClassName
{
color: #A0AA5C;
}
</style>
background-color css
<style>
a { background-color: #A0AA5C; }
a { background-color: rgb(160,170,92); }
div.DivClassName
{
background-color: #A0AA5C;
}
.BgClassName
{
background-color: #A0AA5C;
}
</style>
border-color css
<style>
span { border-color: #A0AA5C; }
span { border-color: rgb(160,170,92); }
td.TdClassName
{
border-color: #A0AA5C;
}
.TagClassName
{
border-color: #A0AA5C;
}
</style>