Shades of Green Smoke #A5A764
Tints of Green Smoke #A5A764
RGB
CMYK
RGB Variations
Color information
#A5A764 (or 0xA5A764) is known color: Green Smoke. HEX triplet: A5, A7 and 64. RGB value is (165,167,100). Sum of RGB (Red+Green+Blue) = 165+167+100=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A764 is #5A589B. Grayscale: #9F9F9F. Windows color (decimal): -5920924 or 6596517. OLE color: 6596517.
HSL color Cylindrical-coordinate representation of color #A5A764: hue angle of 61.79º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5A764 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 100 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.35 |
| HSL | 61.79º | 0.28% | 0.52% | - |
| HSV(B) | 61.79º | 0.4% | 0.65% | - |
| XYZ | 31.64 | 36.56 | 17.45 | - |
| YUV | 158.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 100 | 0.01 | 0 | 0.40 | 0.35 | 61.79 | 0.28 | 0.52 |
| Hex | A5 | A7 | 64 | 1 | 0 | 28 | 23 | 3E | 1C | 34 |
| Octal | 245 | 247 | 144 | 1 | 0 | 50 | 43 | 76 | 34 | 64 |
| Binary | 10100101 | 10100111 | 1100100 | 1 | 0 | 101000 | 100011 | 111110 | 11100 | 110100 |
Color Harmonies of #A5A764
Complementary color
Monochromatic Colors of #A5A764
Black with #A5A764
Text Example
Text Example
White with #A5A764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A764; }
p { color: rgb(165,167,100); }
H1.HeaderClassName
{
color: #A5A764;
}
.AnyTagClassName
{
color: #A5A764;
}
</style>
background-color css
<style>
a { background-color: #A5A764; }
a { background-color: rgb(165,167,100); }
div.DivClassName
{
background-color: #A5A764;
}
.BgClassName
{
background-color: #A5A764;
}
</style>
border-color css
<style>
span { border-color: #A5A764; }
span { border-color: rgb(165,167,100); }
td.TdClassName
{
border-color: #A5A764;
}
.TagClassName
{
border-color: #A5A764;
}
</style>