Shades of Green Smoke #A1AF5B
Tints of Green Smoke #A1AF5B
RGB
CMYK
RGB Variations
Color information
#A1AF5B (or 0xA1AF5B) is known color: Green Smoke. HEX triplet: A1, AF and 5B. RGB value is (161,175,91). Sum of RGB (Red+Green+Blue) = 161+175+91=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF5B is #5E50A4. Grayscale: #A1A1A1. Windows color (decimal): -6181029 or 6008737. OLE color: 6008737.
HSL color Cylindrical-coordinate representation of color #A1AF5B: hue angle of 70º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1AF5B is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 91 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.31 |
| HSL | 70º | 0.34% | 0.52% | - |
| HSV(B) | 70º | 0.48% | 0.69% | - |
| XYZ | 31.92 | 38.99 | 15.74 | - |
| YUV | 161.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 91 | 0.08 | 0 | 0.48 | 0.31 | 70 | 0.34 | 0.52 |
| Hex | A1 | AF | 5B | 8 | 0 | 30 | 1F | 46 | 22 | 34 |
| Octal | 241 | 257 | 133 | 10 | 0 | 60 | 37 | 106 | 42 | 64 |
| Binary | 10100001 | 10101111 | 1011011 | 1000 | 0 | 110000 | 11111 | 1000110 | 100010 | 110100 |
Color Harmonies of #A1AF5B
Complementary color
Monochromatic Colors of #A1AF5B
Black with #A1AF5B
Text Example
Text Example
White with #A1AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF5B; }
p { color: rgb(161,175,91); }
H1.HeaderClassName
{
color: #A1AF5B;
}
.AnyTagClassName
{
color: #A1AF5B;
}
</style>
background-color css
<style>
a { background-color: #A1AF5B; }
a { background-color: rgb(161,175,91); }
div.DivClassName
{
background-color: #A1AF5B;
}
.BgClassName
{
background-color: #A1AF5B;
}
</style>
border-color css
<style>
span { border-color: #A1AF5B; }
span { border-color: rgb(161,175,91); }
td.TdClassName
{
border-color: #A1AF5B;
}
.TagClassName
{
border-color: #A1AF5B;
}
</style>