Shades of Green Smoke #A1A460
Tints of Green Smoke #A1A460
RGB
CMYK
RGB Variations
Color information
#A1A460 (or 0xA1A460) is known color: Green Smoke. HEX triplet: A1, A4 and 60. RGB value is (161,164,96). Sum of RGB (Red+Green+Blue) = 161+164+96=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A460 is #5E5B9F. Grayscale: #9B9B9B. Windows color (decimal): -6183840 or 6333601. OLE color: 6333601.
HSL color Cylindrical-coordinate representation of color #A1A460: hue angle of 62.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1A460 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 96 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.36 |
| HSL | 62.65º | 0.27% | 0.51% | - |
| HSV(B) | 62.65º | 0.41% | 0.64% | - |
| XYZ | 30.08 | 34.97 | 16.23 | - |
| YUV | 155.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 96 | 0.02 | 0 | 0.41 | 0.36 | 62.65 | 0.27 | 0.51 |
| Hex | A1 | A4 | 60 | 2 | 0 | 29 | 24 | 3F | 1B | 33 |
| Octal | 241 | 244 | 140 | 2 | 0 | 51 | 44 | 77 | 33 | 63 |
| Binary | 10100001 | 10100100 | 1100000 | 10 | 0 | 101001 | 100100 | 111111 | 11011 | 110011 |
Color Harmonies of #A1A460
Complementary color
Monochromatic Colors of #A1A460
Black with #A1A460
Text Example
Text Example
White with #A1A460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A460; }
p { color: rgb(161,164,96); }
H1.HeaderClassName
{
color: #A1A460;
}
.AnyTagClassName
{
color: #A1A460;
}
</style>
background-color css
<style>
a { background-color: #A1A460; }
a { background-color: rgb(161,164,96); }
div.DivClassName
{
background-color: #A1A460;
}
.BgClassName
{
background-color: #A1A460;
}
</style>
border-color css
<style>
span { border-color: #A1A460; }
span { border-color: rgb(161,164,96); }
td.TdClassName
{
border-color: #A1A460;
}
.TagClassName
{
border-color: #A1A460;
}
</style>