Shades of Green Smoke #A1A36E
Tints of Green Smoke #A1A36E
RGB
CMYK
RGB Variations
Color information
#A1A36E (or 0xA1A36E) is known color: Green Smoke. HEX triplet: A1, A3 and 6E. RGB value is (161,163,110). Sum of RGB (Red+Green+Blue) = 161+163+110=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A36E is #5E5C91. Grayscale: #9C9C9C. Windows color (decimal): -6184082 or 7250849. OLE color: 7250849.
HSL color Cylindrical-coordinate representation of color #A1A36E: hue angle of 62.26º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A36E is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 110 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.36 |
| HSL | 62.26º | 0.22% | 0.54% | - |
| HSV(B) | 62.26º | 0.33% | 0.64% | - |
| XYZ | 30.61 | 34.9 | 19.87 | - |
| YUV | 156.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 110 | 0.01 | 0 | 0.33 | 0.36 | 62.26 | 0.22 | 0.54 |
| Hex | A1 | A3 | 6E | 1 | 0 | 21 | 24 | 3E | 16 | 36 |
| Octal | 241 | 243 | 156 | 1 | 0 | 41 | 44 | 76 | 26 | 66 |
| Binary | 10100001 | 10100011 | 1101110 | 1 | 0 | 100001 | 100100 | 111110 | 10110 | 110110 |
Color Harmonies of #A1A36E
Complementary color
Monochromatic Colors of #A1A36E
Black with #A1A36E
Text Example
Text Example
White with #A1A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A36E; }
p { color: rgb(161,163,110); }
H1.HeaderClassName
{
color: #A1A36E;
}
.AnyTagClassName
{
color: #A1A36E;
}
</style>
background-color css
<style>
a { background-color: #A1A36E; }
a { background-color: rgb(161,163,110); }
div.DivClassName
{
background-color: #A1A36E;
}
.BgClassName
{
background-color: #A1A36E;
}
</style>
border-color css
<style>
span { border-color: #A1A36E; }
span { border-color: rgb(161,163,110); }
td.TdClassName
{
border-color: #A1A36E;
}
.TagClassName
{
border-color: #A1A36E;
}
</style>