Shades of Green Smoke #A0A251
Tints of Green Smoke #A0A251
RGB
CMYK
RGB Variations
Color information
#A0A251 (or 0xA0A251) is known color: Green Smoke. HEX triplet: A0, A2 and 51. RGB value is (160,162,81). Sum of RGB (Red+Green+Blue) = 160+162+81=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A251 is #5F5DAE. Grayscale: #989898. Windows color (decimal): -6249903 or 5350048. OLE color: 5350048.
HSL color Cylindrical-coordinate representation of color #A0A251: hue angle of 61.48º degrees, saturation: 0.33, 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 #A0A251 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 81 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.36 |
| HSL | 61.48º | 0.33% | 0.48% | - |
| HSV(B) | 61.48º | 0.5% | 0.64% | - |
| XYZ | 28.9 | 33.91 | 12.81 | - |
| YUV | 152.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 81 | 0.01 | 0 | 0.50 | 0.36 | 61.48 | 0.33 | 0.48 |
| Hex | A0 | A2 | 51 | 1 | 0 | 32 | 24 | 3D | 21 | 30 |
| Octal | 240 | 242 | 121 | 1 | 0 | 62 | 44 | 75 | 41 | 60 |
| Binary | 10100000 | 10100010 | 1010001 | 1 | 0 | 110010 | 100100 | 111101 | 100001 | 110000 |
Color Harmonies of #A0A251
Complementary color
Monochromatic Colors of #A0A251
Black with #A0A251
Text Example
Text Example
White with #A0A251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A251; }
p { color: rgb(160,162,81); }
H1.HeaderClassName
{
color: #A0A251;
}
.AnyTagClassName
{
color: #A0A251;
}
</style>
background-color css
<style>
a { background-color: #A0A251; }
a { background-color: rgb(160,162,81); }
div.DivClassName
{
background-color: #A0A251;
}
.BgClassName
{
background-color: #A0A251;
}
</style>
border-color css
<style>
span { border-color: #A0A251; }
span { border-color: rgb(160,162,81); }
td.TdClassName
{
border-color: #A0A251;
}
.TagClassName
{
border-color: #A0A251;
}
</style>