Shades of Green Smoke #A0B058
Tints of Green Smoke #A0B058
RGB
CMYK
RGB Variations
Color information
#A0B058 (or 0xA0B058) is known color: Green Smoke. HEX triplet: A0, B0 and 58. RGB value is (160,176,88). Sum of RGB (Red+Green+Blue) = 160+176+88=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 88 (34.77% from 255 or 20.75% from 424); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B058 is #5F4FA7. Grayscale: #A1A1A1. Windows color (decimal): -6246312 or 5812384. OLE color: 5812384.
HSL color Cylindrical-coordinate representation of color #A0B058: hue angle of 70.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0B058 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 176 | 88 | - |
| CMYK | 0.09 | 0 | 0.50 | 0.31 |
| HSL | 70.91º | 0.36% | 0.52% | - |
| HSV(B) | 70.91º | 0.5% | 0.69% | - |
| XYZ | 31.78 | 39.23 | 15.13 | - |
| YUV | 161.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 176 | 88 | 0.09 | 0 | 0.50 | 0.31 | 70.91 | 0.36 | 0.52 |
| Hex | A0 | B0 | 58 | 9 | 0 | 32 | 1F | 47 | 24 | 34 |
| Octal | 240 | 260 | 130 | 11 | 0 | 62 | 37 | 107 | 44 | 64 |
| Binary | 10100000 | 10110000 | 1011000 | 1001 | 0 | 110010 | 11111 | 1000111 | 100100 | 110100 |
Color Harmonies of #A0B058
Complementary color
Monochromatic Colors of #A0B058
Black with #A0B058
Text Example
Text Example
White with #A0B058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B058; }
p { color: rgb(160,176,88); }
H1.HeaderClassName
{
color: #A0B058;
}
.AnyTagClassName
{
color: #A0B058;
}
</style>
background-color css
<style>
a { background-color: #A0B058; }
a { background-color: rgb(160,176,88); }
div.DivClassName
{
background-color: #A0B058;
}
.BgClassName
{
background-color: #A0B058;
}
</style>
border-color css
<style>
span { border-color: #A0B058; }
span { border-color: rgb(160,176,88); }
td.TdClassName
{
border-color: #A0B058;
}
.TagClassName
{
border-color: #A0B058;
}
</style>