Shades of Green Smoke #A5A25D
Tints of Green Smoke #A5A25D
RGB
CMYK
RGB Variations
Color information
#A5A25D (or 0xA5A25D) is known color: Green Smoke. HEX triplet: A5, A2 and 5D. RGB value is (165,162,93). Sum of RGB (Red+Green+Blue) = 165+162+93=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A25D is #5A5DA2. Grayscale: #9B9B9B. Windows color (decimal): -5922211 or 6136485. OLE color: 6136485.
HSL color Cylindrical-coordinate representation of color #A5A25D: hue angle of 57.5º degrees, saturation: 0.29, 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 #A5A25D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 162 | 93 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.35 |
| HSL | 57.5º | 0.29% | 0.51% | - |
| HSV(B) | 57.5º | 0.44% | 0.65% | - |
| XYZ | 30.41 | 34.63 | 15.44 | - |
| YUV | 155.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 162 | 93 | 0 | 0.02 | 0.44 | 0.35 | 57.5 | 0.29 | 0.51 |
| Hex | A5 | A2 | 5D | 0 | 2 | 2C | 23 | 3A | 1D | 33 |
| Octal | 245 | 242 | 135 | 0 | 2 | 54 | 43 | 72 | 35 | 63 |
| Binary | 10100101 | 10100010 | 1011101 | 0 | 10 | 101100 | 100011 | 111010 | 11101 | 110011 |
Color Harmonies of #A5A25D
Complementary color
Monochromatic Colors of #A5A25D
Black with #A5A25D
Text Example
Text Example
White with #A5A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A25D; }
p { color: rgb(165,162,93); }
H1.HeaderClassName
{
color: #A5A25D;
}
.AnyTagClassName
{
color: #A5A25D;
}
</style>
background-color css
<style>
a { background-color: #A5A25D; }
a { background-color: rgb(165,162,93); }
div.DivClassName
{
background-color: #A5A25D;
}
.BgClassName
{
background-color: #A5A25D;
}
</style>
border-color css
<style>
span { border-color: #A5A25D; }
span { border-color: rgb(165,162,93); }
td.TdClassName
{
border-color: #A5A25D;
}
.TagClassName
{
border-color: #A5A25D;
}
</style>