Shades of Green Smoke #A5A76F
Tints of Green Smoke #A5A76F
RGB
CMYK
RGB Variations
Color information
#A5A76F (or 0xA5A76F) is known color: Green Smoke. HEX triplet: A5, A7 and 6F. RGB value is (165,167,111). Sum of RGB (Red+Green+Blue) = 165+167+111=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A76F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A76F is #5A5890. Grayscale: #A0A0A0. Windows color (decimal): -5920913 or 7317413. OLE color: 7317413.
HSL color Cylindrical-coordinate representation of color #A5A76F: hue angle of 62.14º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5A76F is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 111 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.35 |
| HSL | 62.14º | 0.24% | 0.55% | - |
| HSV(B) | 62.14º | 0.34% | 0.65% | - |
| XYZ | 32.21 | 36.78 | 20.44 | - |
| YUV | 160.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 111 | 0.01 | 0 | 0.34 | 0.35 | 62.14 | 0.24 | 0.55 |
| Hex | A5 | A7 | 6F | 1 | 0 | 22 | 23 | 3E | 18 | 37 |
| Octal | 245 | 247 | 157 | 1 | 0 | 42 | 43 | 76 | 30 | 67 |
| Binary | 10100101 | 10100111 | 1101111 | 1 | 0 | 100010 | 100011 | 111110 | 11000 | 110111 |
Color Harmonies of #A5A76F
Complementary color
Monochromatic Colors of #A5A76F
Black with #A5A76F
Text Example
Text Example
White with #A5A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A76F; }
p { color: rgb(165,167,111); }
H1.HeaderClassName
{
color: #A5A76F;
}
.AnyTagClassName
{
color: #A5A76F;
}
</style>
background-color css
<style>
a { background-color: #A5A76F; }
a { background-color: rgb(165,167,111); }
div.DivClassName
{
background-color: #A5A76F;
}
.BgClassName
{
background-color: #A5A76F;
}
</style>
border-color css
<style>
span { border-color: #A5A76F; }
span { border-color: rgb(165,167,111); }
td.TdClassName
{
border-color: #A5A76F;
}
.TagClassName
{
border-color: #A5A76F;
}
</style>