Shades of Green Smoke #A5A358
Tints of Green Smoke #A5A358
RGB
CMYK
RGB Variations
Color information
#A5A358 (or 0xA5A358) is known color: Green Smoke. HEX triplet: A5, A3 and 58. RGB value is (165,163,88). Sum of RGB (Red+Green+Blue) = 165+163+88=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A358 is #5A5CA7. Grayscale: #9B9B9B. Windows color (decimal): -5921960 or 5809061. OLE color: 5809061.
HSL color Cylindrical-coordinate representation of color #A5A358: hue angle of 58.44º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5A358 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 88 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.35 |
| HSL | 58.44º | 0.3% | 0.5% | - |
| HSV(B) | 58.44º | 0.47% | 0.65% | - |
| XYZ | 30.38 | 34.9 | 14.37 | - |
| YUV | 155.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 88 | 0 | 0.01 | 0.47 | 0.35 | 58.44 | 0.3 | 0.5 |
| Hex | A5 | A3 | 58 | 0 | 1 | 2F | 23 | 3A | 1E | 32 |
| Octal | 245 | 243 | 130 | 0 | 1 | 57 | 43 | 72 | 36 | 62 |
| Binary | 10100101 | 10100011 | 1011000 | 0 | 1 | 101111 | 100011 | 111010 | 11110 | 110010 |
Color Harmonies of #A5A358
Complementary color
Monochromatic Colors of #A5A358
Black with #A5A358
Text Example
Text Example
White with #A5A358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A358; }
p { color: rgb(165,163,88); }
H1.HeaderClassName
{
color: #A5A358;
}
.AnyTagClassName
{
color: #A5A358;
}
</style>
background-color css
<style>
a { background-color: #A5A358; }
a { background-color: rgb(165,163,88); }
div.DivClassName
{
background-color: #A5A358;
}
.BgClassName
{
background-color: #A5A358;
}
</style>
border-color css
<style>
span { border-color: #A5A358; }
span { border-color: rgb(165,163,88); }
td.TdClassName
{
border-color: #A5A358;
}
.TagClassName
{
border-color: #A5A358;
}
</style>