Shades of Green Smoke #A0AC5D
Tints of Green Smoke #A0AC5D
RGB
CMYK
RGB Variations
Color information
#A0AC5D (or 0xA0AC5D) is known color: Green Smoke. HEX triplet: A0, AC and 5D. RGB value is (160,172,93). Sum of RGB (Red+Green+Blue) = 160+172+93=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC5D is #5F53A2. Grayscale: #9F9F9F. Windows color (decimal): -6247331 or 6139040. OLE color: 6139040.
HSL color Cylindrical-coordinate representation of color #A0AC5D: hue angle of 69.11º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0AC5D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 93 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.33 |
| HSL | 69.11º | 0.32% | 0.52% | - |
| HSV(B) | 69.11º | 0.46% | 0.67% | - |
| XYZ | 31.23 | 37.77 | 16 | - |
| YUV | 159.41 | 90.52 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 93 | 0.07 | 0 | 0.46 | 0.33 | 69.11 | 0.32 | 0.52 |
| Hex | A0 | AC | 5D | 7 | 0 | 2E | 21 | 45 | 20 | 34 |
| Octal | 240 | 254 | 135 | 7 | 0 | 56 | 41 | 105 | 40 | 64 |
| Binary | 10100000 | 10101100 | 1011101 | 111 | 0 | 101110 | 100001 | 1000101 | 100000 | 110100 |
Color Harmonies of #A0AC5D
Complementary color
Monochromatic Colors of #A0AC5D
Black with #A0AC5D
Text Example
Text Example
White with #A0AC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC5D; }
p { color: rgb(160,172,93); }
H1.HeaderClassName
{
color: #A0AC5D;
}
.AnyTagClassName
{
color: #A0AC5D;
}
</style>
background-color css
<style>
a { background-color: #A0AC5D; }
a { background-color: rgb(160,172,93); }
div.DivClassName
{
background-color: #A0AC5D;
}
.BgClassName
{
background-color: #A0AC5D;
}
</style>
border-color css
<style>
span { border-color: #A0AC5D; }
span { border-color: rgb(160,172,93); }
td.TdClassName
{
border-color: #A0AC5D;
}
.TagClassName
{
border-color: #A0AC5D;
}
</style>