Shades of Green Smoke #A1AD52
Tints of Green Smoke #A1AD52
RGB
CMYK
RGB Variations
Color information
#A1AD52 (or 0xA1AD52) is known color: Green Smoke. HEX triplet: A1, AD and 52. RGB value is (161,173,82). Sum of RGB (Red+Green+Blue) = 161+173+82=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AD52 is #5E52AD. Grayscale: #9F9F9F. Windows color (decimal): -6181550 or 5418401. OLE color: 5418401.
HSL color Cylindrical-coordinate representation of color #A1AD52: hue angle of 67.91º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1AD52 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 82 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.32 |
| HSL | 67.91º | 0.36% | 0.5% | - |
| HSV(B) | 67.91º | 0.53% | 0.68% | - |
| XYZ | 31.16 | 38.07 | 13.69 | - |
| YUV | 159.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 82 | 0.07 | 0 | 0.53 | 0.32 | 67.91 | 0.36 | 0.5 |
| Hex | A1 | AD | 52 | 7 | 0 | 35 | 20 | 44 | 24 | 32 |
| Octal | 241 | 255 | 122 | 7 | 0 | 65 | 40 | 104 | 44 | 62 |
| Binary | 10100001 | 10101101 | 1010010 | 111 | 0 | 110101 | 100000 | 1000100 | 100100 | 110010 |
Color Harmonies of #A1AD52
Complementary color
Monochromatic Colors of #A1AD52
Black with #A1AD52
Text Example
Text Example
White with #A1AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD52; }
p { color: rgb(161,173,82); }
H1.HeaderClassName
{
color: #A1AD52;
}
.AnyTagClassName
{
color: #A1AD52;
}
</style>
background-color css
<style>
a { background-color: #A1AD52; }
a { background-color: rgb(161,173,82); }
div.DivClassName
{
background-color: #A1AD52;
}
.BgClassName
{
background-color: #A1AD52;
}
</style>
border-color css
<style>
span { border-color: #A1AD52; }
span { border-color: rgb(161,173,82); }
td.TdClassName
{
border-color: #A1AD52;
}
.TagClassName
{
border-color: #A1AD52;
}
</style>