Shades of Green Smoke #A0A35C
Tints of Green Smoke #A0A35C
RGB
CMYK
RGB Variations
Color information
#A0A35C (or 0xA0A35C) is known color: Green Smoke. HEX triplet: A0, A3 and 5C. RGB value is (160,163,92). Sum of RGB (Red+Green+Blue) = 160+163+92=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A35C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A35C is #5F5CA3. Grayscale: #9A9A9A. Windows color (decimal): -6249636 or 6071200. OLE color: 6071200.
HSL color Cylindrical-coordinate representation of color #A0A35C: hue angle of 62.54º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0A35C is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 92 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.36 |
| HSL | 62.54º | 0.28% | 0.5% | - |
| HSV(B) | 62.54º | 0.44% | 0.64% | - |
| XYZ | 29.53 | 34.44 | 15.22 | - |
| YUV | 154.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 92 | 0.02 | 0 | 0.44 | 0.36 | 62.54 | 0.28 | 0.5 |
| Hex | A0 | A3 | 5C | 2 | 0 | 2C | 24 | 3F | 1C | 32 |
| Octal | 240 | 243 | 134 | 2 | 0 | 54 | 44 | 77 | 34 | 62 |
| Binary | 10100000 | 10100011 | 1011100 | 10 | 0 | 101100 | 100100 | 111111 | 11100 | 110010 |
Color Harmonies of #A0A35C
Complementary color
Monochromatic Colors of #A0A35C
Black with #A0A35C
Text Example
Text Example
White with #A0A35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A35C; }
p { color: rgb(160,163,92); }
H1.HeaderClassName
{
color: #A0A35C;
}
.AnyTagClassName
{
color: #A0A35C;
}
</style>
background-color css
<style>
a { background-color: #A0A35C; }
a { background-color: rgb(160,163,92); }
div.DivClassName
{
background-color: #A0A35C;
}
.BgClassName
{
background-color: #A0A35C;
}
</style>
border-color css
<style>
span { border-color: #A0A35C; }
span { border-color: rgb(160,163,92); }
td.TdClassName
{
border-color: #A0A35C;
}
.TagClassName
{
border-color: #A0A35C;
}
</style>