Shades of Green Smoke #A0AC5A
Tints of Green Smoke #A0AC5A
RGB
CMYK
RGB Variations
Color information
#A0AC5A (or 0xA0AC5A) is known color: Green Smoke. HEX triplet: A0, AC and 5A. RGB value is (160,172,90). Sum of RGB (Red+Green+Blue) = 160+172+90=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC5A is #5F53A5. Grayscale: #9F9F9F. Windows color (decimal): -6247334 or 5942432. OLE color: 5942432.
HSL color Cylindrical-coordinate representation of color #A0AC5A: hue angle of 68.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0AC5A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 90 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.33 |
| HSL | 68.78º | 0.33% | 0.51% | - |
| HSV(B) | 68.78º | 0.48% | 0.67% | - |
| XYZ | 31.1 | 37.72 | 15.31 | - |
| YUV | 159.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 90 | 0.07 | 0 | 0.48 | 0.33 | 68.78 | 0.33 | 0.51 |
| Hex | A0 | AC | 5A | 7 | 0 | 30 | 21 | 45 | 21 | 33 |
| Octal | 240 | 254 | 132 | 7 | 0 | 60 | 41 | 105 | 41 | 63 |
| Binary | 10100000 | 10101100 | 1011010 | 111 | 0 | 110000 | 100001 | 1000101 | 100001 | 110011 |
Color Harmonies of #A0AC5A
Complementary color
Monochromatic Colors of #A0AC5A
Black with #A0AC5A
Text Example
Text Example
White with #A0AC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC5A; }
p { color: rgb(160,172,90); }
H1.HeaderClassName
{
color: #A0AC5A;
}
.AnyTagClassName
{
color: #A0AC5A;
}
</style>
background-color css
<style>
a { background-color: #A0AC5A; }
a { background-color: rgb(160,172,90); }
div.DivClassName
{
background-color: #A0AC5A;
}
.BgClassName
{
background-color: #A0AC5A;
}
</style>
border-color css
<style>
span { border-color: #A0AC5A; }
span { border-color: rgb(160,172,90); }
td.TdClassName
{
border-color: #A0AC5A;
}
.TagClassName
{
border-color: #A0AC5A;
}
</style>