Shades of Green Smoke #A1A25D
Tints of Green Smoke #A1A25D
RGB
CMYK
RGB Variations
Color information
#A1A25D (or 0xA1A25D) is known color: Green Smoke. HEX triplet: A1, A2 and 5D. RGB value is (161,162,93). Sum of RGB (Red+Green+Blue) = 161+162+93=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A25D is #5E5DA2. Grayscale: #9A9A9A. Windows color (decimal): -6184355 or 6136481. OLE color: 6136481.
HSL color Cylindrical-coordinate representation of color #A1A25D: hue angle of 60.87º 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 #A1A25D is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 93 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.36 |
| HSL | 60.87º | 0.27% | 0.5% | - |
| HSV(B) | 60.87º | 0.43% | 0.64% | - |
| XYZ | 29.59 | 34.21 | 15.4 | - |
| YUV | 153.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 93 | 0.01 | 0 | 0.43 | 0.36 | 60.87 | 0.27 | 0.5 |
| Hex | A1 | A2 | 5D | 1 | 0 | 2B | 24 | 3D | 1B | 32 |
| Octal | 241 | 242 | 135 | 1 | 0 | 53 | 44 | 75 | 33 | 62 |
| Binary | 10100001 | 10100010 | 1011101 | 1 | 0 | 101011 | 100100 | 111101 | 11011 | 110010 |
Color Harmonies of #A1A25D
Complementary color
Monochromatic Colors of #A1A25D
Black with #A1A25D
Text Example
Text Example
White with #A1A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A25D; }
p { color: rgb(161,162,93); }
H1.HeaderClassName
{
color: #A1A25D;
}
.AnyTagClassName
{
color: #A1A25D;
}
</style>
background-color css
<style>
a { background-color: #A1A25D; }
a { background-color: rgb(161,162,93); }
div.DivClassName
{
background-color: #A1A25D;
}
.BgClassName
{
background-color: #A1A25D;
}
</style>
border-color css
<style>
span { border-color: #A1A25D; }
span { border-color: rgb(161,162,93); }
td.TdClassName
{
border-color: #A1A25D;
}
.TagClassName
{
border-color: #A1A25D;
}
</style>