Shades of Green Smoke #A1A36D
Tints of Green Smoke #A1A36D
RGB
CMYK
RGB Variations
Color information
#A1A36D (or 0xA1A36D) is known color: Green Smoke. HEX triplet: A1, A3 and 6D. RGB value is (161,163,109). Sum of RGB (Red+Green+Blue) = 161+163+109=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A36D is #5E5C92. Grayscale: #9C9C9C. Windows color (decimal): -6184083 or 7185313. OLE color: 7185313.
HSL color Cylindrical-coordinate representation of color #A1A36D: hue angle of 62.22º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A36D is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 109 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.36 |
| HSL | 62.22º | 0.23% | 0.53% | - |
| HSV(B) | 62.22º | 0.33% | 0.64% | - |
| XYZ | 30.56 | 34.88 | 19.59 | - |
| YUV | 156.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 109 | 0.01 | 0 | 0.33 | 0.36 | 62.22 | 0.23 | 0.53 |
| Hex | A1 | A3 | 6D | 1 | 0 | 21 | 24 | 3E | 17 | 35 |
| Octal | 241 | 243 | 155 | 1 | 0 | 41 | 44 | 76 | 27 | 65 |
| Binary | 10100001 | 10100011 | 1101101 | 1 | 0 | 100001 | 100100 | 111110 | 10111 | 110101 |
Color Harmonies of #A1A36D
Complementary color
Monochromatic Colors of #A1A36D
Black with #A1A36D
Text Example
Text Example
White with #A1A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A36D; }
p { color: rgb(161,163,109); }
H1.HeaderClassName
{
color: #A1A36D;
}
.AnyTagClassName
{
color: #A1A36D;
}
</style>
background-color css
<style>
a { background-color: #A1A36D; }
a { background-color: rgb(161,163,109); }
div.DivClassName
{
background-color: #A1A36D;
}
.BgClassName
{
background-color: #A1A36D;
}
</style>
border-color css
<style>
span { border-color: #A1A36D; }
span { border-color: rgb(161,163,109); }
td.TdClassName
{
border-color: #A1A36D;
}
.TagClassName
{
border-color: #A1A36D;
}
</style>