Shades of Green Smoke #A6AA5C
Tints of Green Smoke #A6AA5C
RGB
CMYK
RGB Variations
Color information
#A6AA5C (or 0xA6AA5C) is known color: Green Smoke. HEX triplet: A6, AA and 5C. RGB value is (166,170,92). Sum of RGB (Red+Green+Blue) = 166+170+92=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AA5C is #5955A3. Grayscale: #A0A0A0. Windows color (decimal): -5854628 or 6072998. OLE color: 6072998.
HSL color Cylindrical-coordinate representation of color #A6AA5C: hue angle of 63.08º degrees, saturation: 0.31, 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 #A6AA5C is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 92 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.33 |
| HSL | 63.08º | 0.31% | 0.51% | - |
| HSV(B) | 63.08º | 0.46% | 0.67% | - |
| XYZ | 32.03 | 37.63 | 15.7 | - |
| YUV | 159.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 92 | 0.02 | 0 | 0.46 | 0.33 | 63.08 | 0.31 | 0.51 |
| Hex | A6 | AA | 5C | 2 | 0 | 2E | 21 | 3F | 1F | 33 |
| Octal | 246 | 252 | 134 | 2 | 0 | 56 | 41 | 77 | 37 | 63 |
| Binary | 10100110 | 10101010 | 1011100 | 10 | 0 | 101110 | 100001 | 111111 | 11111 | 110011 |
Color Harmonies of #A6AA5C
Complementary color
Monochromatic Colors of #A6AA5C
Black with #A6AA5C
Text Example
Text Example
White with #A6AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA5C; }
p { color: rgb(166,170,92); }
H1.HeaderClassName
{
color: #A6AA5C;
}
.AnyTagClassName
{
color: #A6AA5C;
}
</style>
background-color css
<style>
a { background-color: #A6AA5C; }
a { background-color: rgb(166,170,92); }
div.DivClassName
{
background-color: #A6AA5C;
}
.BgClassName
{
background-color: #A6AA5C;
}
</style>
border-color css
<style>
span { border-color: #A6AA5C; }
span { border-color: rgb(166,170,92); }
td.TdClassName
{
border-color: #A6AA5C;
}
.TagClassName
{
border-color: #A6AA5C;
}
</style>