Shades of Green Smoke #A1A46A
Tints of Green Smoke #A1A46A
RGB
CMYK
RGB Variations
Color information
#A1A46A (or 0xA1A46A) is known color: Green Smoke. HEX triplet: A1, A4 and 6A. RGB value is (161,164,106). Sum of RGB (Red+Green+Blue) = 161+164+106=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A46A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A46A is #5E5B95. Grayscale: #9C9C9C. Windows color (decimal): -6183830 or 6988961. OLE color: 6988961.
HSL color Cylindrical-coordinate representation of color #A1A46A: hue angle of 63.1º 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 #A1A46A is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 106 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.36 |
| HSL | 63.1º | 0.24% | 0.53% | - |
| HSV(B) | 63.1º | 0.35% | 0.64% | - |
| XYZ | 30.57 | 35.17 | 18.81 | - |
| YUV | 156.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 106 | 0.02 | 0 | 0.35 | 0.36 | 63.1 | 0.24 | 0.53 |
| Hex | A1 | A4 | 6A | 2 | 0 | 23 | 24 | 3F | 18 | 35 |
| Octal | 241 | 244 | 152 | 2 | 0 | 43 | 44 | 77 | 30 | 65 |
| Binary | 10100001 | 10100100 | 1101010 | 10 | 0 | 100011 | 100100 | 111111 | 11000 | 110101 |
Color Harmonies of #A1A46A
Complementary color
Monochromatic Colors of #A1A46A
Black with #A1A46A
Text Example
Text Example
White with #A1A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A46A; }
p { color: rgb(161,164,106); }
H1.HeaderClassName
{
color: #A1A46A;
}
.AnyTagClassName
{
color: #A1A46A;
}
</style>
background-color css
<style>
a { background-color: #A1A46A; }
a { background-color: rgb(161,164,106); }
div.DivClassName
{
background-color: #A1A46A;
}
.BgClassName
{
background-color: #A1A46A;
}
</style>
border-color css
<style>
span { border-color: #A1A46A; }
span { border-color: rgb(161,164,106); }
td.TdClassName
{
border-color: #A1A46A;
}
.TagClassName
{
border-color: #A1A46A;
}
</style>