Shades of Green Smoke #A0AC5B
Tints of Green Smoke #A0AC5B
RGB
CMYK
RGB Variations
Color information
#A0AC5B (or 0xA0AC5B) is known color: Green Smoke. HEX triplet: A0, AC and 5B. RGB value is (160,172,91). Sum of RGB (Red+Green+Blue) = 160+172+91=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC5B is #5F53A4. Grayscale: #9F9F9F. Windows color (decimal): -6247333 or 6007968. OLE color: 6007968.
HSL color Cylindrical-coordinate representation of color #A0AC5B: hue angle of 68.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0AC5B is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 91 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.33 |
| HSL | 68.89º | 0.33% | 0.52% | - |
| HSV(B) | 68.89º | 0.47% | 0.67% | - |
| XYZ | 31.14 | 37.73 | 15.54 | - |
| YUV | 159.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 91 | 0.07 | 0 | 0.47 | 0.33 | 68.89 | 0.33 | 0.52 |
| Hex | A0 | AC | 5B | 7 | 0 | 2F | 21 | 45 | 21 | 34 |
| Octal | 240 | 254 | 133 | 7 | 0 | 57 | 41 | 105 | 41 | 64 |
| Binary | 10100000 | 10101100 | 1011011 | 111 | 0 | 101111 | 100001 | 1000101 | 100001 | 110100 |
Color Harmonies of #A0AC5B
Complementary color
Monochromatic Colors of #A0AC5B
Black with #A0AC5B
Text Example
Text Example
White with #A0AC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC5B; }
p { color: rgb(160,172,91); }
H1.HeaderClassName
{
color: #A0AC5B;
}
.AnyTagClassName
{
color: #A0AC5B;
}
</style>
background-color css
<style>
a { background-color: #A0AC5B; }
a { background-color: rgb(160,172,91); }
div.DivClassName
{
background-color: #A0AC5B;
}
.BgClassName
{
background-color: #A0AC5B;
}
</style>
border-color css
<style>
span { border-color: #A0AC5B; }
span { border-color: rgb(160,172,91); }
td.TdClassName
{
border-color: #A0AC5B;
}
.TagClassName
{
border-color: #A0AC5B;
}
</style>