Shades of Green Smoke #A0AD58
Tints of Green Smoke #A0AD58
RGB
CMYK
RGB Variations
Color information
#A0AD58 (or 0xA0AD58) is known color: Green Smoke. HEX triplet: A0, AD and 58. RGB value is (160,173,88). Sum of RGB (Red+Green+Blue) = 160+173+88=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD58 is #5F52A7. Grayscale: #9F9F9F. Windows color (decimal): -6247080 or 5811616. OLE color: 5811616.
HSL color Cylindrical-coordinate representation of color #A0AD58: hue angle of 69.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0AD58 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 88 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.32 |
| HSL | 69.18º | 0.34% | 0.51% | - |
| HSV(B) | 69.18º | 0.49% | 0.68% | - |
| XYZ | 31.2 | 38.07 | 14.94 | - |
| YUV | 159.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 88 | 0.08 | 0 | 0.49 | 0.32 | 69.18 | 0.34 | 0.51 |
| Hex | A0 | AD | 58 | 8 | 0 | 31 | 20 | 45 | 22 | 33 |
| Octal | 240 | 255 | 130 | 10 | 0 | 61 | 40 | 105 | 42 | 63 |
| Binary | 10100000 | 10101101 | 1011000 | 1000 | 0 | 110001 | 100000 | 1000101 | 100010 | 110011 |
Color Harmonies of #A0AD58
Complementary color
Monochromatic Colors of #A0AD58
Black with #A0AD58
Text Example
Text Example
White with #A0AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD58; }
p { color: rgb(160,173,88); }
H1.HeaderClassName
{
color: #A0AD58;
}
.AnyTagClassName
{
color: #A0AD58;
}
</style>
background-color css
<style>
a { background-color: #A0AD58; }
a { background-color: rgb(160,173,88); }
div.DivClassName
{
background-color: #A0AD58;
}
.BgClassName
{
background-color: #A0AD58;
}
</style>
border-color css
<style>
span { border-color: #A0AD58; }
span { border-color: rgb(160,173,88); }
td.TdClassName
{
border-color: #A0AD58;
}
.TagClassName
{
border-color: #A0AD58;
}
</style>