Shades of Green Smoke #A1AD58
Tints of Green Smoke #A1AD58
RGB
CMYK
RGB Variations
Color information
#A1AD58 (or 0xA1AD58) is known color: Green Smoke. HEX triplet: A1, AD and 58. RGB value is (161,173,88). Sum of RGB (Red+Green+Blue) = 161+173+88=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD58 is #5E52A7. Grayscale: #A0A0A0. Windows color (decimal): -6181544 or 5811617. OLE color: 5811617.
HSL color Cylindrical-coordinate representation of color #A1AD58: hue angle of 68.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1AD58 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 88 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.32 |
| HSL | 68.47º | 0.34% | 0.51% | - |
| HSV(B) | 68.47º | 0.49% | 0.68% | - |
| XYZ | 31.4 | 38.17 | 14.94 | - |
| YUV | 159.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 88 | 0.07 | 0 | 0.49 | 0.32 | 68.47 | 0.34 | 0.51 |
| Hex | A1 | AD | 58 | 7 | 0 | 31 | 20 | 44 | 22 | 33 |
| Octal | 241 | 255 | 130 | 7 | 0 | 61 | 40 | 104 | 42 | 63 |
| Binary | 10100001 | 10101101 | 1011000 | 111 | 0 | 110001 | 100000 | 1000100 | 100010 | 110011 |
Color Harmonies of #A1AD58
Complementary color
Monochromatic Colors of #A1AD58
Black with #A1AD58
Text Example
Text Example
White with #A1AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD58; }
p { color: rgb(161,173,88); }
H1.HeaderClassName
{
color: #A1AD58;
}
.AnyTagClassName
{
color: #A1AD58;
}
</style>
background-color css
<style>
a { background-color: #A1AD58; }
a { background-color: rgb(161,173,88); }
div.DivClassName
{
background-color: #A1AD58;
}
.BgClassName
{
background-color: #A1AD58;
}
</style>
border-color css
<style>
span { border-color: #A1AD58; }
span { border-color: rgb(161,173,88); }
td.TdClassName
{
border-color: #A1AD58;
}
.TagClassName
{
border-color: #A1AD58;
}
</style>