Shades of Green Smoke #A5AA6C
Tints of Green Smoke #A5AA6C
RGB
CMYK
RGB Variations
Color information
#A5AA6C (or 0xA5AA6C) is known color: Green Smoke. HEX triplet: A5, AA and 6C. RGB value is (165,170,108). Sum of RGB (Red+Green+Blue) = 165+170+108=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA6C is #5A5593. Grayscale: #A1A1A1. Windows color (decimal): -5920148 or 7121573. OLE color: 7121573.
HSL color Cylindrical-coordinate representation of color #A5AA6C: hue angle of 64.84º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5AA6C is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 108 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.33 |
| HSL | 64.84º | 0.27% | 0.55% | - |
| HSV(B) | 64.84º | 0.36% | 0.67% | - |
| XYZ | 32.6 | 37.83 | 19.77 | - |
| YUV | 161.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 108 | 0.03 | 0 | 0.36 | 0.33 | 64.84 | 0.27 | 0.55 |
| Hex | A5 | AA | 6C | 3 | 0 | 24 | 21 | 41 | 1B | 37 |
| Octal | 245 | 252 | 154 | 3 | 0 | 44 | 41 | 101 | 33 | 67 |
| Binary | 10100101 | 10101010 | 1101100 | 11 | 0 | 100100 | 100001 | 1000001 | 11011 | 110111 |
Color Harmonies of #A5AA6C
Complementary color
Monochromatic Colors of #A5AA6C
Black with #A5AA6C
Text Example
Text Example
White with #A5AA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA6C; }
p { color: rgb(165,170,108); }
H1.HeaderClassName
{
color: #A5AA6C;
}
.AnyTagClassName
{
color: #A5AA6C;
}
</style>
background-color css
<style>
a { background-color: #A5AA6C; }
a { background-color: rgb(165,170,108); }
div.DivClassName
{
background-color: #A5AA6C;
}
.BgClassName
{
background-color: #A5AA6C;
}
</style>
border-color css
<style>
span { border-color: #A5AA6C; }
span { border-color: rgb(165,170,108); }
td.TdClassName
{
border-color: #A5AA6C;
}
.TagClassName
{
border-color: #A5AA6C;
}
</style>