Shades of Green Smoke #A1A058
Tints of Green Smoke #A1A058
RGB
CMYK
RGB Variations
Color information
#A1A058 (or 0xA1A058) is known color: Green Smoke. HEX triplet: A1, A0 and 58. RGB value is (161,160,88). Sum of RGB (Red+Green+Blue) = 161+160+88=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A058 is #5E5FA7. Grayscale: #989898. Windows color (decimal): -6184872 or 5808289. OLE color: 5808289.
HSL color Cylindrical-coordinate representation of color #A1A058: hue angle of 59.18º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1A058 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 88 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.37 |
| HSL | 59.18º | 0.29% | 0.49% | - |
| HSV(B) | 59.18º | 0.45% | 0.63% | - |
| XYZ | 29.03 | 33.42 | 14.15 | - |
| YUV | 152.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 88 | 0 | 0.01 | 0.45 | 0.37 | 59.18 | 0.29 | 0.49 |
| Hex | A1 | A0 | 58 | 0 | 1 | 2D | 25 | 3B | 1D | 31 |
| Octal | 241 | 240 | 130 | 0 | 1 | 55 | 45 | 73 | 35 | 61 |
| Binary | 10100001 | 10100000 | 1011000 | 0 | 1 | 101101 | 100101 | 111011 | 11101 | 110001 |
Color Harmonies of #A1A058
Complementary color
Monochromatic Colors of #A1A058
Black with #A1A058
Text Example
Text Example
White with #A1A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A058; }
p { color: rgb(161,160,88); }
H1.HeaderClassName
{
color: #A1A058;
}
.AnyTagClassName
{
color: #A1A058;
}
</style>
background-color css
<style>
a { background-color: #A1A058; }
a { background-color: rgb(161,160,88); }
div.DivClassName
{
background-color: #A1A058;
}
.BgClassName
{
background-color: #A1A058;
}
</style>
border-color css
<style>
span { border-color: #A1A058; }
span { border-color: rgb(161,160,88); }
td.TdClassName
{
border-color: #A1A058;
}
.TagClassName
{
border-color: #A1A058;
}
</style>