Shades of Green Smoke #A1A063
Tints of Green Smoke #A1A063
RGB
CMYK
RGB Variations
Color information
#A1A063 (or 0xA1A063) is known color: Green Smoke. HEX triplet: A1, A0 and 63. RGB value is (161,160,99). Sum of RGB (Red+Green+Blue) = 161+160+99=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A063 is #5E5F9C. Grayscale: #999999. Windows color (decimal): -6184861 or 6529185. OLE color: 6529185.
HSL color Cylindrical-coordinate representation of color #A1A063: hue angle of 59.03º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1A063 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 99 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.37 |
| HSL | 59.03º | 0.25% | 0.51% | - |
| HSV(B) | 59.03º | 0.39% | 0.63% | - |
| XYZ | 29.52 | 33.62 | 16.74 | - |
| YUV | 153.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 99 | 0 | 0.01 | 0.39 | 0.37 | 59.03 | 0.25 | 0.51 |
| Hex | A1 | A0 | 63 | 0 | 1 | 27 | 25 | 3B | 19 | 33 |
| Octal | 241 | 240 | 143 | 0 | 1 | 47 | 45 | 73 | 31 | 63 |
| Binary | 10100001 | 10100000 | 1100011 | 0 | 1 | 100111 | 100101 | 111011 | 11001 | 110011 |
Color Harmonies of #A1A063
Complementary color
Monochromatic Colors of #A1A063
Black with #A1A063
Text Example
Text Example
White with #A1A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A063; }
p { color: rgb(161,160,99); }
H1.HeaderClassName
{
color: #A1A063;
}
.AnyTagClassName
{
color: #A1A063;
}
</style>
background-color css
<style>
a { background-color: #A1A063; }
a { background-color: rgb(161,160,99); }
div.DivClassName
{
background-color: #A1A063;
}
.BgClassName
{
background-color: #A1A063;
}
</style>
border-color css
<style>
span { border-color: #A1A063; }
span { border-color: rgb(161,160,99); }
td.TdClassName
{
border-color: #A1A063;
}
.TagClassName
{
border-color: #A1A063;
}
</style>