Shades of Green Smoke #A5A966
Tints of Green Smoke #A5A966
RGB
CMYK
RGB Variations
Color information
#A5A966 (or 0xA5A966) is known color: Green Smoke. HEX triplet: A5, A9 and 66. RGB value is (165,169,102). Sum of RGB (Red+Green+Blue) = 165+169+102=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A966 is #5A5699. Grayscale: #A0A0A0. Windows color (decimal): -5920410 or 6728101. OLE color: 6728101.
HSL color Cylindrical-coordinate representation of color #A5A966: hue angle of 63.58º 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 #A5A966 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 165 | 169 | 102 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.34 |
| HSL | 63.58º | 0.28% | 0.53% | - |
| HSV(B) | 63.58º | 0.4% | 0.66% | - |
| XYZ | 32.1 | 37.33 | 18.08 | - |
| YUV | 160.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 169 | 102 | 0.02 | 0 | 0.40 | 0.34 | 63.58 | 0.28 | 0.53 |
| Hex | A5 | A9 | 66 | 2 | 0 | 28 | 22 | 40 | 1C | 35 |
| Octal | 245 | 251 | 146 | 2 | 0 | 50 | 42 | 100 | 34 | 65 |
| Binary | 10100101 | 10101001 | 1100110 | 10 | 0 | 101000 | 100010 | 1000000 | 11100 | 110101 |
Color Harmonies of #A5A966
Complementary color
Monochromatic Colors of #A5A966
Black with #A5A966
Text Example
Text Example
White with #A5A966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A966; }
p { color: rgb(165,169,102); }
H1.HeaderClassName
{
color: #A5A966;
}
.AnyTagClassName
{
color: #A5A966;
}
</style>
background-color css
<style>
a { background-color: #A5A966; }
a { background-color: rgb(165,169,102); }
div.DivClassName
{
background-color: #A5A966;
}
.BgClassName
{
background-color: #A5A966;
}
</style>
border-color css
<style>
span { border-color: #A5A966; }
span { border-color: rgb(165,169,102); }
td.TdClassName
{
border-color: #A5A966;
}
.TagClassName
{
border-color: #A5A966;
}
</style>