Shades of Green Smoke #A2A35D
Tints of Green Smoke #A2A35D
RGB
CMYK
RGB Variations
Color information
#A2A35D (or 0xA2A35D) is known color: Green Smoke. HEX triplet: A2, A3 and 5D. RGB value is (162,163,93). Sum of RGB (Red+Green+Blue) = 162+163+93=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A35D is #5D5CA2. Grayscale: #9B9B9B. Windows color (decimal): -6118563 or 6136738. OLE color: 6136738.
HSL color Cylindrical-coordinate representation of color #A2A35D: hue angle of 60.86º 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 #A2A35D is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 163 | 93 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.36 |
| HSL | 60.86º | 0.28% | 0.5% | - |
| HSV(B) | 60.86º | 0.43% | 0.64% | - |
| XYZ | 29.97 | 34.67 | 15.47 | - |
| YUV | 154.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 163 | 93 | 0.01 | 0 | 0.43 | 0.36 | 60.86 | 0.28 | 0.5 |
| Hex | A2 | A3 | 5D | 1 | 0 | 2B | 24 | 3D | 1C | 32 |
| Octal | 242 | 243 | 135 | 1 | 0 | 53 | 44 | 75 | 34 | 62 |
| Binary | 10100010 | 10100011 | 1011101 | 1 | 0 | 101011 | 100100 | 111101 | 11100 | 110010 |
Color Harmonies of #A2A35D
Complementary color
Monochromatic Colors of #A2A35D
Black with #A2A35D
Text Example
Text Example
White with #A2A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A35D; }
p { color: rgb(162,163,93); }
H1.HeaderClassName
{
color: #A2A35D;
}
.AnyTagClassName
{
color: #A2A35D;
}
</style>
background-color css
<style>
a { background-color: #A2A35D; }
a { background-color: rgb(162,163,93); }
div.DivClassName
{
background-color: #A2A35D;
}
.BgClassName
{
background-color: #A2A35D;
}
</style>
border-color css
<style>
span { border-color: #A2A35D; }
span { border-color: rgb(162,163,93); }
td.TdClassName
{
border-color: #A2A35D;
}
.TagClassName
{
border-color: #A2A35D;
}
</style>