Shades of Green Smoke #A1A46B
Tints of Green Smoke #A1A46B
RGB
CMYK
RGB Variations
Color information
#A1A46B (or 0xA1A46B) is known color: Green Smoke. HEX triplet: A1, A4 and 6B. RGB value is (161,164,107). Sum of RGB (Red+Green+Blue) = 161+164+107=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A46B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A46B is #5E5B94. Grayscale: #9C9C9C. Windows color (decimal): -6183829 or 7054497. OLE color: 7054497.
HSL color Cylindrical-coordinate representation of color #A1A46B: hue angle of 63.16º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1A46B is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 107 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.36 |
| HSL | 63.16º | 0.24% | 0.53% | - |
| HSV(B) | 63.16º | 0.35% | 0.64% | - |
| XYZ | 30.63 | 35.19 | 19.09 | - |
| YUV | 156.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 107 | 0.02 | 0 | 0.35 | 0.36 | 63.16 | 0.24 | 0.53 |
| Hex | A1 | A4 | 6B | 2 | 0 | 23 | 24 | 3F | 18 | 35 |
| Octal | 241 | 244 | 153 | 2 | 0 | 43 | 44 | 77 | 30 | 65 |
| Binary | 10100001 | 10100100 | 1101011 | 10 | 0 | 100011 | 100100 | 111111 | 11000 | 110101 |
Color Harmonies of #A1A46B
Complementary color
Monochromatic Colors of #A1A46B
Black with #A1A46B
Text Example
Text Example
White with #A1A46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A46B; }
p { color: rgb(161,164,107); }
H1.HeaderClassName
{
color: #A1A46B;
}
.AnyTagClassName
{
color: #A1A46B;
}
</style>
background-color css
<style>
a { background-color: #A1A46B; }
a { background-color: rgb(161,164,107); }
div.DivClassName
{
background-color: #A1A46B;
}
.BgClassName
{
background-color: #A1A46B;
}
</style>
border-color css
<style>
span { border-color: #A1A46B; }
span { border-color: rgb(161,164,107); }
td.TdClassName
{
border-color: #A1A46B;
}
.TagClassName
{
border-color: #A1A46B;
}
</style>