Shades of Green Smoke #A0A35D
Tints of Green Smoke #A0A35D
RGB
CMYK
RGB Variations
Color information
#A0A35D (or 0xA0A35D) is known color: Green Smoke. HEX triplet: A0, A3 and 5D. RGB value is (160,163,93). Sum of RGB (Red+Green+Blue) = 160+163+93=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A35D is #5F5CA2. Grayscale: #9A9A9A. Windows color (decimal): -6249635 or 6136736. OLE color: 6136736.
HSL color Cylindrical-coordinate representation of color #A0A35D: hue angle of 62.57º degrees, saturation: 0.28, 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 #A0A35D is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 163 | 93 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.36 |
| HSL | 62.57º | 0.28% | 0.5% | - |
| HSV(B) | 62.57º | 0.43% | 0.64% | - |
| XYZ | 29.57 | 34.46 | 15.45 | - |
| YUV | 154.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 163 | 93 | 0.02 | 0 | 0.43 | 0.36 | 62.57 | 0.28 | 0.5 |
| Hex | A0 | A3 | 5D | 2 | 0 | 2B | 24 | 3F | 1C | 32 |
| Octal | 240 | 243 | 135 | 2 | 0 | 53 | 44 | 77 | 34 | 62 |
| Binary | 10100000 | 10100011 | 1011101 | 10 | 0 | 101011 | 100100 | 111111 | 11100 | 110010 |
Color Harmonies of #A0A35D
Complementary color
Monochromatic Colors of #A0A35D
Black with #A0A35D
Text Example
Text Example
White with #A0A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A35D; }
p { color: rgb(160,163,93); }
H1.HeaderClassName
{
color: #A0A35D;
}
.AnyTagClassName
{
color: #A0A35D;
}
</style>
background-color css
<style>
a { background-color: #A0A35D; }
a { background-color: rgb(160,163,93); }
div.DivClassName
{
background-color: #A0A35D;
}
.BgClassName
{
background-color: #A0A35D;
}
</style>
border-color css
<style>
span { border-color: #A0A35D; }
span { border-color: rgb(160,163,93); }
td.TdClassName
{
border-color: #A0A35D;
}
.TagClassName
{
border-color: #A0A35D;
}
</style>