Shades of Green Smoke #A0AC58
Tints of Green Smoke #A0AC58
RGB
CMYK
RGB Variations
Color information
#A0AC58 (or 0xA0AC58) is known color: Green Smoke. HEX triplet: A0, AC and 58. RGB value is (160,172,88). Sum of RGB (Red+Green+Blue) = 160+172+88=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC58 is #5F53A7. Grayscale: #9F9F9F. Windows color (decimal): -6247336 or 5811360. OLE color: 5811360.
HSL color Cylindrical-coordinate representation of color #A0AC58: hue angle of 68.57º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0AC58 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 88 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.33 |
| HSL | 68.57º | 0.34% | 0.51% | - |
| HSV(B) | 68.57º | 0.49% | 0.67% | - |
| XYZ | 31.01 | 37.68 | 14.87 | - |
| YUV | 158.84 | 88.02 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 88 | 0.07 | 0 | 0.49 | 0.33 | 68.57 | 0.34 | 0.51 |
| Hex | A0 | AC | 58 | 7 | 0 | 31 | 21 | 45 | 22 | 33 |
| Octal | 240 | 254 | 130 | 7 | 0 | 61 | 41 | 105 | 42 | 63 |
| Binary | 10100000 | 10101100 | 1011000 | 111 | 0 | 110001 | 100001 | 1000101 | 100010 | 110011 |
Color Harmonies of #A0AC58
Complementary color
Monochromatic Colors of #A0AC58
Black with #A0AC58
Text Example
Text Example
White with #A0AC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC58; }
p { color: rgb(160,172,88); }
H1.HeaderClassName
{
color: #A0AC58;
}
.AnyTagClassName
{
color: #A0AC58;
}
</style>
background-color css
<style>
a { background-color: #A0AC58; }
a { background-color: rgb(160,172,88); }
div.DivClassName
{
background-color: #A0AC58;
}
.BgClassName
{
background-color: #A0AC58;
}
</style>
border-color css
<style>
span { border-color: #A0AC58; }
span { border-color: rgb(160,172,88); }
td.TdClassName
{
border-color: #A0AC58;
}
.TagClassName
{
border-color: #A0AC58;
}
</style>