Shades of Green Smoke #A5AA64
Tints of Green Smoke #A5AA64
RGB
CMYK
RGB Variations
Color information
#A5AA64 (or 0xA5AA64) is known color: Green Smoke. HEX triplet: A5, AA and 64. RGB value is (165,170,100). Sum of RGB (Red+Green+Blue) = 165+170+100=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA64 is #5A559B. Grayscale: #A0A0A0. Windows color (decimal): -5920156 or 6597285. OLE color: 6597285.
HSL color Cylindrical-coordinate representation of color #A5AA64: hue angle of 64.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5AA64 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 100 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.33 |
| HSL | 64.29º | 0.29% | 0.53% | - |
| HSV(B) | 64.29º | 0.41% | 0.67% | - |
| XYZ | 32.19 | 37.67 | 17.63 | - |
| YUV | 160.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 100 | 0.03 | 0 | 0.41 | 0.33 | 64.29 | 0.29 | 0.53 |
| Hex | A5 | AA | 64 | 3 | 0 | 29 | 21 | 40 | 1D | 35 |
| Octal | 245 | 252 | 144 | 3 | 0 | 51 | 41 | 100 | 35 | 65 |
| Binary | 10100101 | 10101010 | 1100100 | 11 | 0 | 101001 | 100001 | 1000000 | 11101 | 110101 |
Color Harmonies of #A5AA64
Complementary color
Monochromatic Colors of #A5AA64
Black with #A5AA64
Text Example
Text Example
White with #A5AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA64; }
p { color: rgb(165,170,100); }
H1.HeaderClassName
{
color: #A5AA64;
}
.AnyTagClassName
{
color: #A5AA64;
}
</style>
background-color css
<style>
a { background-color: #A5AA64; }
a { background-color: rgb(165,170,100); }
div.DivClassName
{
background-color: #A5AA64;
}
.BgClassName
{
background-color: #A5AA64;
}
</style>
border-color css
<style>
span { border-color: #A5AA64; }
span { border-color: rgb(165,170,100); }
td.TdClassName
{
border-color: #A5AA64;
}
.TagClassName
{
border-color: #A5AA64;
}
</style>