Shades of Green Smoke #A5AA61
Tints of Green Smoke #A5AA61
RGB
CMYK
RGB Variations
Color information
#A5AA61 (or 0xA5AA61) is known color: Green Smoke. HEX triplet: A5, AA and 61. RGB value is (165,170,97). Sum of RGB (Red+Green+Blue) = 165+170+97=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #A5AA61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AA61 is #5A559E. Grayscale: #A0A0A0. Windows color (decimal): -5920159 or 6400677. OLE color: 6400677.
HSL color Cylindrical-coordinate representation of color #A5AA61: hue angle of 64.11º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5AA61 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 170 | 97 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.33 |
| HSL | 64.11º | 0.3% | 0.52% | - |
| HSV(B) | 64.11º | 0.43% | 0.67% | - |
| XYZ | 32.05 | 37.61 | 16.88 | - |
| YUV | 160.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 97 | 0.03 | 0 | 0.43 | 0.33 | 64.11 | 0.3 | 0.52 |
| Hex | A5 | AA | 61 | 3 | 0 | 2B | 21 | 40 | 1E | 34 |
| Octal | 245 | 252 | 141 | 3 | 0 | 53 | 41 | 100 | 36 | 64 |
| Binary | 10100101 | 10101010 | 1100001 | 11 | 0 | 101011 | 100001 | 1000000 | 11110 | 110100 |
Color Harmonies of #A5AA61
Complementary color
Monochromatic Colors of #A5AA61
Black with #A5AA61
Text Example
Text Example
White with #A5AA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AA61; }
p { color: rgb(165,170,97); }
H1.HeaderClassName
{
color: #A5AA61;
}
.AnyTagClassName
{
color: #A5AA61;
}
</style>
background-color css
<style>
a { background-color: #A5AA61; }
a { background-color: rgb(165,170,97); }
div.DivClassName
{
background-color: #A5AA61;
}
.BgClassName
{
background-color: #A5AA61;
}
</style>
border-color css
<style>
span { border-color: #A5AA61; }
span { border-color: rgb(165,170,97); }
td.TdClassName
{
border-color: #A5AA61;
}
.TagClassName
{
border-color: #A5AA61;
}
</style>