Shades of Green Smoke #A5A560
Tints of Green Smoke #A5A560
RGB
CMYK
RGB Variations
Color information
#A5A560 (or 0xA5A560) is known color: Green Smoke. HEX triplet: A5, A5 and 60. RGB value is (165,165,96). Sum of RGB (Red+Green+Blue) = 165+165+96=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 165 - color contains mainly: red, green. Hex color #A5A560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A560 is #5A5A9F. Grayscale: #9D9D9D. Windows color (decimal): -5921440 or 6333861. OLE color: 6333861.
HSL color Cylindrical-coordinate representation of color #A5A560: hue angle of 60º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5A560 is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 165 | 96 | - |
| CMYK | 0 | 0 | 0.42 | 0.35 |
| HSL | 60º | 0.28% | 0.51% | - |
| HSV(B) | 60º | 0.42% | 0.65% | - |
| XYZ | 31.08 | 35.75 | 16.33 | - |
| YUV | 157.13 | 93.5 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 165 | 96 | 0 | 0 | 0.42 | 0.35 | 60 | 0.28 | 0.51 |
| Hex | A5 | A5 | 60 | 0 | 0 | 2A | 23 | 3C | 1C | 33 |
| Octal | 245 | 245 | 140 | 0 | 0 | 52 | 43 | 74 | 34 | 63 |
| Binary | 10100101 | 10100101 | 1100000 | 0 | 0 | 101010 | 100011 | 111100 | 11100 | 110011 |
Color Harmonies of #A5A560
Complementary color
Monochromatic Colors of #A5A560
Black with #A5A560
Text Example
Text Example
White with #A5A560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A560; }
p { color: rgb(165,165,96); }
H1.HeaderClassName
{
color: #A5A560;
}
.AnyTagClassName
{
color: #A5A560;
}
</style>
background-color css
<style>
a { background-color: #A5A560; }
a { background-color: rgb(165,165,96); }
div.DivClassName
{
background-color: #A5A560;
}
.BgClassName
{
background-color: #A5A560;
}
</style>
border-color css
<style>
span { border-color: #A5A560; }
span { border-color: rgb(165,165,96); }
td.TdClassName
{
border-color: #A5A560;
}
.TagClassName
{
border-color: #A5A560;
}
</style>