Shades of Green Smoke #A6AA5B
Tints of Green Smoke #A6AA5B
RGB
CMYK
RGB Variations
Color information
#A6AA5B (or 0xA6AA5B) is known color: Green Smoke. HEX triplet: A6, AA and 5B. RGB value is (166,170,91). Sum of RGB (Red+Green+Blue) = 166+170+91=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA5B is #5955A4. Grayscale: #A0A0A0. Windows color (decimal): -5854629 or 6007462. OLE color: 6007462.
HSL color Cylindrical-coordinate representation of color #A6AA5B: hue angle of 63.04º 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 #A6AA5B is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 91 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.33 |
| HSL | 63.04º | 0.32% | 0.51% | - |
| HSV(B) | 63.04º | 0.46% | 0.67% | - |
| XYZ | 31.99 | 37.61 | 15.47 | - |
| YUV | 159.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 91 | 0.02 | 0 | 0.46 | 0.33 | 63.04 | 0.32 | 0.51 |
| Hex | A6 | AA | 5B | 2 | 0 | 2E | 21 | 3F | 20 | 33 |
| Octal | 246 | 252 | 133 | 2 | 0 | 56 | 41 | 77 | 40 | 63 |
| Binary | 10100110 | 10101010 | 1011011 | 10 | 0 | 101110 | 100001 | 111111 | 100000 | 110011 |
Color Harmonies of #A6AA5B
Complementary color
Monochromatic Colors of #A6AA5B
Black with #A6AA5B
Text Example
Text Example
White with #A6AA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA5B; }
p { color: rgb(166,170,91); }
H1.HeaderClassName
{
color: #A6AA5B;
}
.AnyTagClassName
{
color: #A6AA5B;
}
</style>
background-color css
<style>
a { background-color: #A6AA5B; }
a { background-color: rgb(166,170,91); }
div.DivClassName
{
background-color: #A6AA5B;
}
.BgClassName
{
background-color: #A6AA5B;
}
</style>
border-color css
<style>
span { border-color: #A6AA5B; }
span { border-color: rgb(166,170,91); }
td.TdClassName
{
border-color: #A6AA5B;
}
.TagClassName
{
border-color: #A6AA5B;
}
</style>