Shades of Green Smoke #A5A66C
Tints of Green Smoke #A5A66C
RGB
CMYK
RGB Variations
Color information
#A5A66C (or 0xA5A66C) is known color: Green Smoke. HEX triplet: A5, A6 and 6C. RGB value is (165,166,108). Sum of RGB (Red+Green+Blue) = 165+166+108=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 166 - color contains mainly: green. Hex color #A5A66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A66C is #5A5993. Grayscale: #9F9F9F. Windows color (decimal): -5921172 or 7120549. OLE color: 7120549.
HSL color Cylindrical-coordinate representation of color #A5A66C: hue angle of 61.03º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5A66C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 166 | 108 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.35 |
| HSL | 61.03º | 0.25% | 0.54% | - |
| HSV(B) | 61.03º | 0.35% | 0.65% | - |
| XYZ | 31.86 | 36.35 | 19.53 | - |
| YUV | 159.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 166 | 108 | 0.01 | 0 | 0.35 | 0.35 | 61.03 | 0.25 | 0.54 |
| Hex | A5 | A6 | 6C | 1 | 0 | 23 | 23 | 3D | 19 | 36 |
| Octal | 245 | 246 | 154 | 1 | 0 | 43 | 43 | 75 | 31 | 66 |
| Binary | 10100101 | 10100110 | 1101100 | 1 | 0 | 100011 | 100011 | 111101 | 11001 | 110110 |
Color Harmonies of #A5A66C
Complementary color
Monochromatic Colors of #A5A66C
Black with #A5A66C
Text Example
Text Example
White with #A5A66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A66C; }
p { color: rgb(165,166,108); }
H1.HeaderClassName
{
color: #A5A66C;
}
.AnyTagClassName
{
color: #A5A66C;
}
</style>
background-color css
<style>
a { background-color: #A5A66C; }
a { background-color: rgb(165,166,108); }
div.DivClassName
{
background-color: #A5A66C;
}
.BgClassName
{
background-color: #A5A66C;
}
</style>
border-color css
<style>
span { border-color: #A5A66C; }
span { border-color: rgb(165,166,108); }
td.TdClassName
{
border-color: #A5A66C;
}
.TagClassName
{
border-color: #A5A66C;
}
</style>