Shades of Green Smoke #A2A25D
Tints of Green Smoke #A2A25D
RGB
CMYK
RGB Variations
Color information
#A2A25D (or 0xA2A25D) is known color: Green Smoke. HEX triplet: A2, A2 and 5D. RGB value is (162,162,93). Sum of RGB (Red+Green+Blue) = 162+162+93=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A25D is #5D5DA2. Grayscale: #9A9A9A. Windows color (decimal): -6118819 or 6136482. OLE color: 6136482.
HSL color Cylindrical-coordinate representation of color #A2A25D: hue angle of 60º 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 #A2A25D is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 162 | 93 | - |
| CMYK | 0 | 0 | 0.43 | 0.36 |
| HSL | 60º | 0.27% | 0.5% | - |
| HSV(B) | 60º | 0.43% | 0.64% | - |
| XYZ | 29.8 | 34.31 | 15.41 | - |
| YUV | 154.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 162 | 93 | 0 | 0 | 0.43 | 0.36 | 60 | 0.27 | 0.5 |
| Hex | A2 | A2 | 5D | 0 | 0 | 2B | 24 | 3C | 1B | 32 |
| Octal | 242 | 242 | 135 | 0 | 0 | 53 | 44 | 74 | 33 | 62 |
| Binary | 10100010 | 10100010 | 1011101 | 0 | 0 | 101011 | 100100 | 111100 | 11011 | 110010 |
Color Harmonies of #A2A25D
Complementary color
Monochromatic Colors of #A2A25D
Black with #A2A25D
Text Example
Text Example
White with #A2A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A25D; }
p { color: rgb(162,162,93); }
H1.HeaderClassName
{
color: #A2A25D;
}
.AnyTagClassName
{
color: #A2A25D;
}
</style>
background-color css
<style>
a { background-color: #A2A25D; }
a { background-color: rgb(162,162,93); }
div.DivClassName
{
background-color: #A2A25D;
}
.BgClassName
{
background-color: #A2A25D;
}
</style>
border-color css
<style>
span { border-color: #A2A25D; }
span { border-color: rgb(162,162,93); }
td.TdClassName
{
border-color: #A2A25D;
}
.TagClassName
{
border-color: #A2A25D;
}
</style>