Shades of Green Smoke #A0B05A
Tints of Green Smoke #A0B05A
RGB
CMYK
RGB Variations
Color information
#A0B05A (or 0xA0B05A) is known color: Green Smoke. HEX triplet: A0, B0 and 5A. RGB value is (160,176,90). Sum of RGB (Red+Green+Blue) = 160+176+90=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B05A is #5F4FA5. Grayscale: #A1A1A1. Windows color (decimal): -6246310 or 5943456. OLE color: 5943456.
HSL color Cylindrical-coordinate representation of color #A0B05A: hue angle of 71.16º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0B05A is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 90 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.31 |
| HSL | 71.16º | 0.35% | 0.52% | - |
| HSV(B) | 71.16º | 0.49% | 0.69% | - |
| XYZ | 31.87 | 39.26 | 15.57 | - |
| YUV | 161.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 90 | 0.09 | 0 | 0.49 | 0.31 | 71.16 | 0.35 | 0.52 |
| Hex | A0 | B0 | 5A | 9 | 0 | 31 | 1F | 47 | 23 | 34 |
| Octal | 240 | 260 | 132 | 11 | 0 | 61 | 37 | 107 | 43 | 64 |
| Binary | 10100000 | 10110000 | 1011010 | 1001 | 0 | 110001 | 11111 | 1000111 | 100011 | 110100 |
Color Harmonies of #A0B05A
Complementary color
Monochromatic Colors of #A0B05A
Black with #A0B05A
Text Example
Text Example
White with #A0B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B05A; }
p { color: rgb(160,176,90); }
H1.HeaderClassName
{
color: #A0B05A;
}
.AnyTagClassName
{
color: #A0B05A;
}
</style>
background-color css
<style>
a { background-color: #A0B05A; }
a { background-color: rgb(160,176,90); }
div.DivClassName
{
background-color: #A0B05A;
}
.BgClassName
{
background-color: #A0B05A;
}
</style>
border-color css
<style>
span { border-color: #A0B05A; }
span { border-color: rgb(160,176,90); }
td.TdClassName
{
border-color: #A0B05A;
}
.TagClassName
{
border-color: #A0B05A;
}
</style>