Shades of Green Smoke #A0A252
Tints of Green Smoke #A0A252
RGB
CMYK
RGB Variations
Color information
#A0A252 (or 0xA0A252) is known color: Green Smoke. HEX triplet: A0, A2 and 52. RGB value is (160,162,82). Sum of RGB (Red+Green+Blue) = 160+162+82=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A252 is #5F5DAD. Grayscale: #989898. Windows color (decimal): -6249902 or 5415584. OLE color: 5415584.
HSL color Cylindrical-coordinate representation of color #A0A252: hue angle of 61.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0A252 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 82 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.36 |
| HSL | 61.5º | 0.33% | 0.48% | - |
| HSV(B) | 61.5º | 0.49% | 0.64% | - |
| XYZ | 28.94 | 33.92 | 13.01 | - |
| YUV | 152.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 82 | 0.01 | 0 | 0.49 | 0.36 | 61.5 | 0.33 | 0.48 |
| Hex | A0 | A2 | 52 | 1 | 0 | 31 | 24 | 3E | 21 | 30 |
| Octal | 240 | 242 | 122 | 1 | 0 | 61 | 44 | 76 | 41 | 60 |
| Binary | 10100000 | 10100010 | 1010010 | 1 | 0 | 110001 | 100100 | 111110 | 100001 | 110000 |
Color Harmonies of #A0A252
Complementary color
Monochromatic Colors of #A0A252
Black with #A0A252
Text Example
Text Example
White with #A0A252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A252; }
p { color: rgb(160,162,82); }
H1.HeaderClassName
{
color: #A0A252;
}
.AnyTagClassName
{
color: #A0A252;
}
</style>
background-color css
<style>
a { background-color: #A0A252; }
a { background-color: rgb(160,162,82); }
div.DivClassName
{
background-color: #A0A252;
}
.BgClassName
{
background-color: #A0A252;
}
</style>
border-color css
<style>
span { border-color: #A0A252; }
span { border-color: rgb(160,162,82); }
td.TdClassName
{
border-color: #A0A252;
}
.TagClassName
{
border-color: #A0A252;
}
</style>