Shades of Green Smoke #A5AA70
Tints of Green Smoke #A5AA70
RGB
CMYK
RGB Variations
Color information
#A5AA70 (or 0xA5AA70) is known color: Green Smoke. HEX triplet: A5, AA and 70. RGB value is (165,170,112). Sum of RGB (Red+Green+Blue) = 165+170+112=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA70 is #5A558F. Grayscale: #A2A2A2. Windows color (decimal): -5920144 or 7383717. OLE color: 7383717.
HSL color Cylindrical-coordinate representation of color #A5AA70: hue angle of 65.17º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5AA70 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 112 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.33 |
| HSL | 65.17º | 0.25% | 0.55% | - |
| HSV(B) | 65.17º | 0.34% | 0.67% | - |
| XYZ | 32.82 | 37.92 | 20.92 | - |
| YUV | 161.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 112 | 0.03 | 0 | 0.34 | 0.33 | 65.17 | 0.25 | 0.55 |
| Hex | A5 | AA | 70 | 3 | 0 | 22 | 21 | 41 | 19 | 37 |
| Octal | 245 | 252 | 160 | 3 | 0 | 42 | 41 | 101 | 31 | 67 |
| Binary | 10100101 | 10101010 | 1110000 | 11 | 0 | 100010 | 100001 | 1000001 | 11001 | 110111 |
Color Harmonies of #A5AA70
Complementary color
Monochromatic Colors of #A5AA70
Black with #A5AA70
Text Example
Text Example
White with #A5AA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA70; }
p { color: rgb(165,170,112); }
H1.HeaderClassName
{
color: #A5AA70;
}
.AnyTagClassName
{
color: #A5AA70;
}
</style>
background-color css
<style>
a { background-color: #A5AA70; }
a { background-color: rgb(165,170,112); }
div.DivClassName
{
background-color: #A5AA70;
}
.BgClassName
{
background-color: #A5AA70;
}
</style>
border-color css
<style>
span { border-color: #A5AA70; }
span { border-color: rgb(165,170,112); }
td.TdClassName
{
border-color: #A5AA70;
}
.TagClassName
{
border-color: #A5AA70;
}
</style>