Shades of Green Smoke #A1AF60
Tints of Green Smoke #A1AF60
RGB
CMYK
RGB Variations
Color information
#A1AF60 (or 0xA1AF60) is known color: Green Smoke. HEX triplet: A1, AF and 60. RGB value is (161,175,96). Sum of RGB (Red+Green+Blue) = 161+175+96=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF60 is #5E509F. Grayscale: #A2A2A2. Windows color (decimal): -6181024 or 6336417. OLE color: 6336417.
HSL color Cylindrical-coordinate representation of color #A1AF60: hue angle of 70.63º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1AF60 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 96 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.31 |
| HSL | 70.63º | 0.33% | 0.53% | - |
| HSV(B) | 70.63º | 0.45% | 0.69% | - |
| XYZ | 32.14 | 39.08 | 16.92 | - |
| YUV | 161.81 | 90.86 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 96 | 0.08 | 0 | 0.45 | 0.31 | 70.63 | 0.33 | 0.53 |
| Hex | A1 | AF | 60 | 8 | 0 | 2D | 1F | 47 | 21 | 35 |
| Octal | 241 | 257 | 140 | 10 | 0 | 55 | 37 | 107 | 41 | 65 |
| Binary | 10100001 | 10101111 | 1100000 | 1000 | 0 | 101101 | 11111 | 1000111 | 100001 | 110101 |
Color Harmonies of #A1AF60
Complementary color
Monochromatic Colors of #A1AF60
Black with #A1AF60
Text Example
Text Example
White with #A1AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF60; }
p { color: rgb(161,175,96); }
H1.HeaderClassName
{
color: #A1AF60;
}
.AnyTagClassName
{
color: #A1AF60;
}
</style>
background-color css
<style>
a { background-color: #A1AF60; }
a { background-color: rgb(161,175,96); }
div.DivClassName
{
background-color: #A1AF60;
}
.BgClassName
{
background-color: #A1AF60;
}
</style>
border-color css
<style>
span { border-color: #A1AF60; }
span { border-color: rgb(161,175,96); }
td.TdClassName
{
border-color: #A1AF60;
}
.TagClassName
{
border-color: #A1AF60;
}
</style>