Shades of Green Smoke #A5AE62
Tints of Green Smoke #A5AE62
RGB
CMYK
RGB Variations
Color information
#A5AE62 (or 0xA5AE62) is known color: Green Smoke. HEX triplet: A5, AE and 62. RGB value is (165,174,98). Sum of RGB (Red+Green+Blue) = 165+174+98=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE62 is #5A519D. Grayscale: #A2A2A2. Windows color (decimal): -5919134 or 6467237. OLE color: 6467237.
HSL color Cylindrical-coordinate representation of color #A5AE62: hue angle of 67.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A5AE62 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 174 | 98 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.32 |
| HSL | 67.11º | 0.32% | 0.53% | - |
| HSV(B) | 67.11º | 0.44% | 0.68% | - |
| XYZ | 32.86 | 39.15 | 17.38 | - |
| YUV | 162.65 | 91.52 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 98 | 0.05 | 0 | 0.44 | 0.32 | 67.11 | 0.32 | 0.53 |
| Hex | A5 | AE | 62 | 5 | 0 | 2C | 20 | 43 | 20 | 35 |
| Octal | 245 | 256 | 142 | 5 | 0 | 54 | 40 | 103 | 40 | 65 |
| Binary | 10100101 | 10101110 | 1100010 | 101 | 0 | 101100 | 100000 | 1000011 | 100000 | 110101 |
Color Harmonies of #A5AE62
Complementary color
Monochromatic Colors of #A5AE62
Black with #A5AE62
Text Example
Text Example
White with #A5AE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AE62; }
p { color: rgb(165,174,98); }
H1.HeaderClassName
{
color: #A5AE62;
}
.AnyTagClassName
{
color: #A5AE62;
}
</style>
background-color css
<style>
a { background-color: #A5AE62; }
a { background-color: rgb(165,174,98); }
div.DivClassName
{
background-color: #A5AE62;
}
.BgClassName
{
background-color: #A5AE62;
}
</style>
border-color css
<style>
span { border-color: #A5AE62; }
span { border-color: rgb(165,174,98); }
td.TdClassName
{
border-color: #A5AE62;
}
.TagClassName
{
border-color: #A5AE62;
}
</style>