Shades of Green Smoke #A1A451
Tints of Green Smoke #A1A451
RGB
CMYK
RGB Variations
Color information
#A1A451 (or 0xA1A451) is known color: Green Smoke. HEX triplet: A1, A4 and 51. RGB value is (161,164,81). Sum of RGB (Red+Green+Blue) = 161+164+81=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A451 is #5E5BAE. Grayscale: #999999. Windows color (decimal): -6183855 or 5350561. OLE color: 5350561.
HSL color Cylindrical-coordinate representation of color #A1A451: hue angle of 62.17º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1A451 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 81 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.36 |
| HSL | 62.17º | 0.34% | 0.48% | - |
| HSV(B) | 62.17º | 0.51% | 0.64% | - |
| XYZ | 29.46 | 34.72 | 12.93 | - |
| YUV | 153.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 81 | 0.02 | 0 | 0.51 | 0.36 | 62.17 | 0.34 | 0.48 |
| Hex | A1 | A4 | 51 | 2 | 0 | 33 | 24 | 3E | 22 | 30 |
| Octal | 241 | 244 | 121 | 2 | 0 | 63 | 44 | 76 | 42 | 60 |
| Binary | 10100001 | 10100100 | 1010001 | 10 | 0 | 110011 | 100100 | 111110 | 100010 | 110000 |
Color Harmonies of #A1A451
Complementary color
Monochromatic Colors of #A1A451
Black with #A1A451
Text Example
Text Example
White with #A1A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A451; }
p { color: rgb(161,164,81); }
H1.HeaderClassName
{
color: #A1A451;
}
.AnyTagClassName
{
color: #A1A451;
}
</style>
background-color css
<style>
a { background-color: #A1A451; }
a { background-color: rgb(161,164,81); }
div.DivClassName
{
background-color: #A1A451;
}
.BgClassName
{
background-color: #A1A451;
}
</style>
border-color css
<style>
span { border-color: #A1A451; }
span { border-color: rgb(161,164,81); }
td.TdClassName
{
border-color: #A1A451;
}
.TagClassName
{
border-color: #A1A451;
}
</style>