Shades of Green Smoke #A5A965
Tints of Green Smoke #A5A965
RGB
CMYK
RGB Variations
Color information
#A5A965 (or 0xA5A965) is known color: Green Smoke. HEX triplet: A5, A9 and 65. RGB value is (165,169,101). Sum of RGB (Red+Green+Blue) = 165+169+101=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 101 (39.84% from 255 or 23.22% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A965 is #5A569A. Grayscale: #A0A0A0. Windows color (decimal): -5920411 or 6662565. OLE color: 6662565.
HSL color Cylindrical-coordinate representation of color #A5A965: hue angle of 63.53º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5A965 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 101 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.34 |
| HSL | 63.53º | 0.28% | 0.53% | - |
| HSV(B) | 63.53º | 0.4% | 0.66% | - |
| XYZ | 32.05 | 37.31 | 17.82 | - |
| YUV | 160.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 101 | 0.02 | 0 | 0.40 | 0.34 | 63.53 | 0.28 | 0.53 |
| Hex | A5 | A9 | 65 | 2 | 0 | 28 | 22 | 40 | 1C | 35 |
| Octal | 245 | 251 | 145 | 2 | 0 | 50 | 42 | 100 | 34 | 65 |
| Binary | 10100101 | 10101001 | 1100101 | 10 | 0 | 101000 | 100010 | 1000000 | 11100 | 110101 |
Color Harmonies of #A5A965
Complementary color
Monochromatic Colors of #A5A965
Black with #A5A965
Text Example
Text Example
White with #A5A965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A965; }
p { color: rgb(165,169,101); }
H1.HeaderClassName
{
color: #A5A965;
}
.AnyTagClassName
{
color: #A5A965;
}
</style>
background-color css
<style>
a { background-color: #A5A965; }
a { background-color: rgb(165,169,101); }
div.DivClassName
{
background-color: #A5A965;
}
.BgClassName
{
background-color: #A5A965;
}
</style>
border-color css
<style>
span { border-color: #A5A965; }
span { border-color: rgb(165,169,101); }
td.TdClassName
{
border-color: #A5A965;
}
.TagClassName
{
border-color: #A5A965;
}
</style>