Shades of Green Smoke #A5A35F
Tints of Green Smoke #A5A35F
RGB
CMYK
RGB Variations
Color information
#A5A35F (or 0xA5A35F) is known color: Green Smoke. HEX triplet: A5, A3 and 5F. RGB value is (165,163,95). Sum of RGB (Red+Green+Blue) = 165+163+95=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A35F is #5A5CA0. Grayscale: #9C9C9C. Windows color (decimal): -5921953 or 6267813. OLE color: 6267813.
HSL color Cylindrical-coordinate representation of color #A5A35F: hue angle of 58.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A5A35F is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 95 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.35 |
| HSL | 58.29º | 0.28% | 0.51% | - |
| HSV(B) | 58.29º | 0.42% | 0.65% | - |
| XYZ | 30.68 | 35.02 | 15.97 | - |
| YUV | 155.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 95 | 0 | 0.01 | 0.42 | 0.35 | 58.29 | 0.28 | 0.51 |
| Hex | A5 | A3 | 5F | 0 | 1 | 2A | 23 | 3A | 1C | 33 |
| Octal | 245 | 243 | 137 | 0 | 1 | 52 | 43 | 72 | 34 | 63 |
| Binary | 10100101 | 10100011 | 1011111 | 0 | 1 | 101010 | 100011 | 111010 | 11100 | 110011 |
Color Harmonies of #A5A35F
Complementary color
Monochromatic Colors of #A5A35F
Black with #A5A35F
Text Example
Text Example
White with #A5A35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A35F; }
p { color: rgb(165,163,95); }
H1.HeaderClassName
{
color: #A5A35F;
}
.AnyTagClassName
{
color: #A5A35F;
}
</style>
background-color css
<style>
a { background-color: #A5A35F; }
a { background-color: rgb(165,163,95); }
div.DivClassName
{
background-color: #A5A35F;
}
.BgClassName
{
background-color: #A5A35F;
}
</style>
border-color css
<style>
span { border-color: #A5A35F; }
span { border-color: rgb(165,163,95); }
td.TdClassName
{
border-color: #A5A35F;
}
.TagClassName
{
border-color: #A5A35F;
}
</style>