Shades of Green Smoke #A5AA6D
Tints of Green Smoke #A5AA6D
RGB
CMYK
RGB Variations
Color information
#A5AA6D (or 0xA5AA6D) is known color: Green Smoke. HEX triplet: A5, AA and 6D. RGB value is (165,170,109). Sum of RGB (Red+Green+Blue) = 165+170+109=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA6D is #5A5592. Grayscale: #A1A1A1. Windows color (decimal): -5920147 or 7187109. OLE color: 7187109.
HSL color Cylindrical-coordinate representation of color #A5AA6D: hue angle of 64.92º degrees, saturation: 0.26, 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 #A5AA6D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 109 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.33 |
| HSL | 64.92º | 0.26% | 0.55% | - |
| HSV(B) | 64.92º | 0.36% | 0.67% | - |
| XYZ | 32.65 | 37.85 | 20.05 | - |
| YUV | 161.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 109 | 0.03 | 0 | 0.36 | 0.33 | 64.92 | 0.26 | 0.55 |
| Hex | A5 | AA | 6D | 3 | 0 | 24 | 21 | 41 | 1A | 37 |
| Octal | 245 | 252 | 155 | 3 | 0 | 44 | 41 | 101 | 32 | 67 |
| Binary | 10100101 | 10101010 | 1101101 | 11 | 0 | 100100 | 100001 | 1000001 | 11010 | 110111 |
Color Harmonies of #A5AA6D
Complementary color
Monochromatic Colors of #A5AA6D
Black with #A5AA6D
Text Example
Text Example
White with #A5AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA6D; }
p { color: rgb(165,170,109); }
H1.HeaderClassName
{
color: #A5AA6D;
}
.AnyTagClassName
{
color: #A5AA6D;
}
</style>
background-color css
<style>
a { background-color: #A5AA6D; }
a { background-color: rgb(165,170,109); }
div.DivClassName
{
background-color: #A5AA6D;
}
.BgClassName
{
background-color: #A5AA6D;
}
</style>
border-color css
<style>
span { border-color: #A5AA6D; }
span { border-color: rgb(165,170,109); }
td.TdClassName
{
border-color: #A5AA6D;
}
.TagClassName
{
border-color: #A5AA6D;
}
</style>