Shades of Green Smoke #A1AA5B
Tints of Green Smoke #A1AA5B
RGB
CMYK
RGB Variations
Color information
#A1AA5B (or 0xA1AA5B) is known color: Green Smoke. HEX triplet: A1, AA and 5B. RGB value is (161,170,91). Sum of RGB (Red+Green+Blue) = 161+170+91=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 91 (35.94% from 255 or 21.56% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AA5B is #5E55A4. Grayscale: #9E9E9E. Windows color (decimal): -6182309 or 6007457. OLE color: 6007457.
HSL color Cylindrical-coordinate representation of color #A1AA5B: hue angle of 66.84º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1AA5B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 91 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.33 |
| HSL | 66.84º | 0.32% | 0.51% | - |
| HSV(B) | 66.84º | 0.46% | 0.67% | - |
| XYZ | 30.96 | 37.08 | 15.42 | - |
| YUV | 158.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 91 | 0.05 | 0 | 0.46 | 0.33 | 66.84 | 0.32 | 0.51 |
| Hex | A1 | AA | 5B | 5 | 0 | 2E | 21 | 43 | 20 | 33 |
| Octal | 241 | 252 | 133 | 5 | 0 | 56 | 41 | 103 | 40 | 63 |
| Binary | 10100001 | 10101010 | 1011011 | 101 | 0 | 101110 | 100001 | 1000011 | 100000 | 110011 |
Color Harmonies of #A1AA5B
Complementary color
Monochromatic Colors of #A1AA5B
Black with #A1AA5B
Text Example
Text Example
White with #A1AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA5B; }
p { color: rgb(161,170,91); }
H1.HeaderClassName
{
color: #A1AA5B;
}
.AnyTagClassName
{
color: #A1AA5B;
}
</style>
background-color css
<style>
a { background-color: #A1AA5B; }
a { background-color: rgb(161,170,91); }
div.DivClassName
{
background-color: #A1AA5B;
}
.BgClassName
{
background-color: #A1AA5B;
}
</style>
border-color css
<style>
span { border-color: #A1AA5B; }
span { border-color: rgb(161,170,91); }
td.TdClassName
{
border-color: #A1AA5B;
}
.TagClassName
{
border-color: #A1AA5B;
}
</style>