Shades of Green Smoke #A5AC59
Tints of Green Smoke #A5AC59
RGB
CMYK
RGB Variations
Color information
#A5AC59 (or 0xA5AC59) is known color: Green Smoke. HEX triplet: A5, AC and 59. RGB value is (165,172,89). Sum of RGB (Red+Green+Blue) = 165+172+89=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #A5AC59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AC59 is #5A53A6. Grayscale: #A0A0A0. Windows color (decimal): -5919655 or 5876901. OLE color: 5876901.
HSL color Cylindrical-coordinate representation of color #A5AC59: hue angle of 65.06º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5AC59 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 172 | 89 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.33 |
| HSL | 65.06º | 0.33% | 0.51% | - |
| HSV(B) | 65.06º | 0.48% | 0.67% | - |
| XYZ | 32.07 | 38.23 | 15.14 | - |
| YUV | 160.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 172 | 89 | 0.04 | 0 | 0.48 | 0.33 | 65.06 | 0.33 | 0.51 |
| Hex | A5 | AC | 59 | 4 | 0 | 30 | 21 | 41 | 21 | 33 |
| Octal | 245 | 254 | 131 | 4 | 0 | 60 | 41 | 101 | 41 | 63 |
| Binary | 10100101 | 10101100 | 1011001 | 100 | 0 | 110000 | 100001 | 1000001 | 100001 | 110011 |
Color Harmonies of #A5AC59
Complementary color
Monochromatic Colors of #A5AC59
Black with #A5AC59
Text Example
Text Example
White with #A5AC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AC59; }
p { color: rgb(165,172,89); }
H1.HeaderClassName
{
color: #A5AC59;
}
.AnyTagClassName
{
color: #A5AC59;
}
</style>
background-color css
<style>
a { background-color: #A5AC59; }
a { background-color: rgb(165,172,89); }
div.DivClassName
{
background-color: #A5AC59;
}
.BgClassName
{
background-color: #A5AC59;
}
</style>
border-color css
<style>
span { border-color: #A5AC59; }
span { border-color: rgb(165,172,89); }
td.TdClassName
{
border-color: #A5AC59;
}
.TagClassName
{
border-color: #A5AC59;
}
</style>