Shades of Green Smoke #A1AF53
Tints of Green Smoke #A1AF53
RGB
CMYK
RGB Variations
Color information
#A1AF53 (or 0xA1AF53) is known color: Green Smoke. HEX triplet: A1, AF and 53. RGB value is (161,175,83). Sum of RGB (Red+Green+Blue) = 161+175+83=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 83 (32.81% from 255 or 19.81% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF53 is #5E50AC. Grayscale: #A0A0A0. Windows color (decimal): -6181037 or 5484449. OLE color: 5484449.
HSL color Cylindrical-coordinate representation of color #A1AF53: hue angle of 69.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1AF53 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 83 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.31 |
| HSL | 69.13º | 0.37% | 0.51% | - |
| HSV(B) | 69.13º | 0.53% | 0.69% | - |
| XYZ | 31.59 | 38.86 | 14.02 | - |
| YUV | 160.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 83 | 0.08 | 0 | 0.53 | 0.31 | 69.13 | 0.37 | 0.51 |
| Hex | A1 | AF | 53 | 8 | 0 | 35 | 1F | 45 | 25 | 33 |
| Octal | 241 | 257 | 123 | 10 | 0 | 65 | 37 | 105 | 45 | 63 |
| Binary | 10100001 | 10101111 | 1010011 | 1000 | 0 | 110101 | 11111 | 1000101 | 100101 | 110011 |
Color Harmonies of #A1AF53
Complementary color
Monochromatic Colors of #A1AF53
Black with #A1AF53
Text Example
Text Example
White with #A1AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF53; }
p { color: rgb(161,175,83); }
H1.HeaderClassName
{
color: #A1AF53;
}
.AnyTagClassName
{
color: #A1AF53;
}
</style>
background-color css
<style>
a { background-color: #A1AF53; }
a { background-color: rgb(161,175,83); }
div.DivClassName
{
background-color: #A1AF53;
}
.BgClassName
{
background-color: #A1AF53;
}
</style>
border-color css
<style>
span { border-color: #A1AF53; }
span { border-color: rgb(161,175,83); }
td.TdClassName
{
border-color: #A1AF53;
}
.TagClassName
{
border-color: #A1AF53;
}
</style>