Shades of Green Smoke #A5A75D
Tints of Green Smoke #A5A75D
RGB
CMYK
RGB Variations
Color information
#A5A75D (or 0xA5A75D) is known color: Green Smoke. HEX triplet: A5, A7 and 5D. RGB value is (165,167,93). Sum of RGB (Red+Green+Blue) = 165+167+93=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A75D is #5A58A2. Grayscale: #9E9E9E. Windows color (decimal): -5920931 or 6137765. OLE color: 6137765.
HSL color Cylindrical-coordinate representation of color #A5A75D: hue angle of 61.62º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5A75D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 93 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.35 |
| HSL | 61.62º | 0.3% | 0.51% | - |
| HSV(B) | 61.62º | 0.44% | 0.65% | - |
| XYZ | 31.31 | 36.43 | 15.74 | - |
| YUV | 157.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 93 | 0.01 | 0 | 0.44 | 0.35 | 61.62 | 0.3 | 0.51 |
| Hex | A5 | A7 | 5D | 1 | 0 | 2C | 23 | 3E | 1E | 33 |
| Octal | 245 | 247 | 135 | 1 | 0 | 54 | 43 | 76 | 36 | 63 |
| Binary | 10100101 | 10100111 | 1011101 | 1 | 0 | 101100 | 100011 | 111110 | 11110 | 110011 |
Color Harmonies of #A5A75D
Complementary color
Monochromatic Colors of #A5A75D
Black with #A5A75D
Text Example
Text Example
White with #A5A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A75D; }
p { color: rgb(165,167,93); }
H1.HeaderClassName
{
color: #A5A75D;
}
.AnyTagClassName
{
color: #A5A75D;
}
</style>
background-color css
<style>
a { background-color: #A5A75D; }
a { background-color: rgb(165,167,93); }
div.DivClassName
{
background-color: #A5A75D;
}
.BgClassName
{
background-color: #A5A75D;
}
</style>
border-color css
<style>
span { border-color: #A5A75D; }
span { border-color: rgb(165,167,93); }
td.TdClassName
{
border-color: #A5A75D;
}
.TagClassName
{
border-color: #A5A75D;
}
</style>