Shades of Green Smoke #A0A351
Tints of Green Smoke #A0A351
RGB
CMYK
RGB Variations
Color information
#A0A351 (or 0xA0A351) is known color: Green Smoke. HEX triplet: A0, A3 and 51. RGB value is (160,163,81). Sum of RGB (Red+Green+Blue) = 160+163+81=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A351 is #5F5CAE. Grayscale: #999999. Windows color (decimal): -6249647 or 5350304. OLE color: 5350304.
HSL color Cylindrical-coordinate representation of color #A0A351: hue angle of 62.2º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0A351 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 81 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.36 |
| HSL | 62.2º | 0.34% | 0.48% | - |
| HSV(B) | 62.2º | 0.5% | 0.64% | - |
| XYZ | 29.08 | 34.26 | 12.87 | - |
| YUV | 152.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 81 | 0.02 | 0 | 0.50 | 0.36 | 62.2 | 0.34 | 0.48 |
| Hex | A0 | A3 | 51 | 2 | 0 | 32 | 24 | 3E | 22 | 30 |
| Octal | 240 | 243 | 121 | 2 | 0 | 62 | 44 | 76 | 42 | 60 |
| Binary | 10100000 | 10100011 | 1010001 | 10 | 0 | 110010 | 100100 | 111110 | 100010 | 110000 |
Color Harmonies of #A0A351
Complementary color
Monochromatic Colors of #A0A351
Black with #A0A351
Text Example
Text Example
White with #A0A351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A351; }
p { color: rgb(160,163,81); }
H1.HeaderClassName
{
color: #A0A351;
}
.AnyTagClassName
{
color: #A0A351;
}
</style>
background-color css
<style>
a { background-color: #A0A351; }
a { background-color: rgb(160,163,81); }
div.DivClassName
{
background-color: #A0A351;
}
.BgClassName
{
background-color: #A0A351;
}
</style>
border-color css
<style>
span { border-color: #A0A351; }
span { border-color: rgb(160,163,81); }
td.TdClassName
{
border-color: #A0A351;
}
.TagClassName
{
border-color: #A0A351;
}
</style>