Shades of Green Smoke #A1A466
Tints of Green Smoke #A1A466
RGB
CMYK
RGB Variations
Color information
#A1A466 (or 0xA1A466) is known color: Green Smoke. HEX triplet: A1, A4 and 66. RGB value is (161,164,102). Sum of RGB (Red+Green+Blue) = 161+164+102=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A466 is #5E5B99. Grayscale: #9C9C9C. Windows color (decimal): -6183834 or 6726817. OLE color: 6726817.
HSL color Cylindrical-coordinate representation of color #A1A466: hue angle of 62.9º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1A466 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 102 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.36 |
| HSL | 62.9º | 0.25% | 0.52% | - |
| HSV(B) | 62.9º | 0.38% | 0.64% | - |
| XYZ | 30.37 | 35.09 | 17.74 | - |
| YUV | 156.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 102 | 0.02 | 0 | 0.38 | 0.36 | 62.9 | 0.25 | 0.52 |
| Hex | A1 | A4 | 66 | 2 | 0 | 26 | 24 | 3F | 19 | 34 |
| Octal | 241 | 244 | 146 | 2 | 0 | 46 | 44 | 77 | 31 | 64 |
| Binary | 10100001 | 10100100 | 1100110 | 10 | 0 | 100110 | 100100 | 111111 | 11001 | 110100 |
Color Harmonies of #A1A466
Complementary color
Monochromatic Colors of #A1A466
Black with #A1A466
Text Example
Text Example
White with #A1A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A466; }
p { color: rgb(161,164,102); }
H1.HeaderClassName
{
color: #A1A466;
}
.AnyTagClassName
{
color: #A1A466;
}
</style>
background-color css
<style>
a { background-color: #A1A466; }
a { background-color: rgb(161,164,102); }
div.DivClassName
{
background-color: #A1A466;
}
.BgClassName
{
background-color: #A1A466;
}
</style>
border-color css
<style>
span { border-color: #A1A466; }
span { border-color: rgb(161,164,102); }
td.TdClassName
{
border-color: #A1A466;
}
.TagClassName
{
border-color: #A1A466;
}
</style>