Shades of Green Smoke #A0A25D
Tints of Green Smoke #A0A25D
RGB
CMYK
RGB Variations
Color information
#A0A25D (or 0xA0A25D) is known color: Green Smoke. HEX triplet: A0, A2 and 5D. RGB value is (160,162,93). Sum of RGB (Red+Green+Blue) = 160+162+93=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A25D is #5F5DA2. Grayscale: #999999. Windows color (decimal): -6249891 or 6136480. OLE color: 6136480.
HSL color Cylindrical-coordinate representation of color #A0A25D: hue angle of 61.74º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0A25D is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 93 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.36 |
| HSL | 61.74º | 0.27% | 0.5% | - |
| HSV(B) | 61.74º | 0.43% | 0.64% | - |
| XYZ | 29.39 | 34.1 | 15.39 | - |
| YUV | 153.54 | 93.84 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 93 | 0.01 | 0 | 0.43 | 0.36 | 61.74 | 0.27 | 0.5 |
| Hex | A0 | A2 | 5D | 1 | 0 | 2B | 24 | 3E | 1B | 32 |
| Octal | 240 | 242 | 135 | 1 | 0 | 53 | 44 | 76 | 33 | 62 |
| Binary | 10100000 | 10100010 | 1011101 | 1 | 0 | 101011 | 100100 | 111110 | 11011 | 110010 |
Color Harmonies of #A0A25D
Complementary color
Monochromatic Colors of #A0A25D
Black with #A0A25D
Text Example
Text Example
White with #A0A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A25D; }
p { color: rgb(160,162,93); }
H1.HeaderClassName
{
color: #A0A25D;
}
.AnyTagClassName
{
color: #A0A25D;
}
</style>
background-color css
<style>
a { background-color: #A0A25D; }
a { background-color: rgb(160,162,93); }
div.DivClassName
{
background-color: #A0A25D;
}
.BgClassName
{
background-color: #A0A25D;
}
</style>
border-color css
<style>
span { border-color: #A0A25D; }
span { border-color: rgb(160,162,93); }
td.TdClassName
{
border-color: #A0A25D;
}
.TagClassName
{
border-color: #A0A25D;
}
</style>