Shades of Green Smoke #A5AA6E
Tints of Green Smoke #A5AA6E
RGB
CMYK
RGB Variations
Color information
#A5AA6E (or 0xA5AA6E) is known color: Green Smoke. HEX triplet: A5, AA and 6E. RGB value is (165,170,110). Sum of RGB (Red+Green+Blue) = 165+170+110=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA6E is #5A5591. Grayscale: #A1A1A1. Windows color (decimal): -5920146 or 7252645. OLE color: 7252645.
HSL color Cylindrical-coordinate representation of color #A5AA6E: hue angle of 65º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5AA6E is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 110 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.33 |
| HSL | 65º | 0.26% | 0.55% | - |
| HSV(B) | 65º | 0.35% | 0.67% | - |
| XYZ | 32.71 | 37.87 | 20.34 | - |
| YUV | 161.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 110 | 0.03 | 0 | 0.35 | 0.33 | 65 | 0.26 | 0.55 |
| Hex | A5 | AA | 6E | 3 | 0 | 23 | 21 | 41 | 1A | 37 |
| Octal | 245 | 252 | 156 | 3 | 0 | 43 | 41 | 101 | 32 | 67 |
| Binary | 10100101 | 10101010 | 1101110 | 11 | 0 | 100011 | 100001 | 1000001 | 11010 | 110111 |
Color Harmonies of #A5AA6E
Complementary color
Monochromatic Colors of #A5AA6E
Black with #A5AA6E
Text Example
Text Example
White with #A5AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA6E; }
p { color: rgb(165,170,110); }
H1.HeaderClassName
{
color: #A5AA6E;
}
.AnyTagClassName
{
color: #A5AA6E;
}
</style>
background-color css
<style>
a { background-color: #A5AA6E; }
a { background-color: rgb(165,170,110); }
div.DivClassName
{
background-color: #A5AA6E;
}
.BgClassName
{
background-color: #A5AA6E;
}
</style>
border-color css
<style>
span { border-color: #A5AA6E; }
span { border-color: rgb(165,170,110); }
td.TdClassName
{
border-color: #A5AA6E;
}
.TagClassName
{
border-color: #A5AA6E;
}
</style>