Shades of Green Smoke #A5A768
Tints of Green Smoke #A5A768
RGB
CMYK
RGB Variations
Color information
#A5A768 (or 0xA5A768) is known color: Green Smoke. HEX triplet: A5, A7 and 68. RGB value is (165,167,104). Sum of RGB (Red+Green+Blue) = 165+167+104=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A768 is #5A5897. Grayscale: #9F9F9F. Windows color (decimal): -5920920 or 6858661. OLE color: 6858661.
HSL color Cylindrical-coordinate representation of color #A5A768: hue angle of 61.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5A768 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 104 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.35 |
| HSL | 61.9º | 0.26% | 0.53% | - |
| HSV(B) | 61.9º | 0.38% | 0.65% | - |
| XYZ | 31.83 | 36.64 | 18.49 | - |
| YUV | 159.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 104 | 0.01 | 0 | 0.38 | 0.35 | 61.9 | 0.26 | 0.53 |
| Hex | A5 | A7 | 68 | 1 | 0 | 26 | 23 | 3E | 1A | 35 |
| Octal | 245 | 247 | 150 | 1 | 0 | 46 | 43 | 76 | 32 | 65 |
| Binary | 10100101 | 10100111 | 1101000 | 1 | 0 | 100110 | 100011 | 111110 | 11010 | 110101 |
Color Harmonies of #A5A768
Complementary color
Monochromatic Colors of #A5A768
Black with #A5A768
Text Example
Text Example
White with #A5A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A768; }
p { color: rgb(165,167,104); }
H1.HeaderClassName
{
color: #A5A768;
}
.AnyTagClassName
{
color: #A5A768;
}
</style>
background-color css
<style>
a { background-color: #A5A768; }
a { background-color: rgb(165,167,104); }
div.DivClassName
{
background-color: #A5A768;
}
.BgClassName
{
background-color: #A5A768;
}
</style>
border-color css
<style>
span { border-color: #A5A768; }
span { border-color: rgb(165,167,104); }
td.TdClassName
{
border-color: #A5A768;
}
.TagClassName
{
border-color: #A5A768;
}
</style>