Shades of Green Smoke #A5AE5D
Tints of Green Smoke #A5AE5D
RGB
CMYK
RGB Variations
Color information
#A5AE5D (or 0xA5AE5D) is known color: Green Smoke. HEX triplet: A5, AE and 5D. RGB value is (165,174,93). Sum of RGB (Red+Green+Blue) = 165+174+93=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AE5D is #5A51A2. Grayscale: #A2A2A2. Windows color (decimal): -5919139 or 6139557. OLE color: 6139557.
HSL color Cylindrical-coordinate representation of color #A5AE5D: hue angle of 66.67º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5AE5D is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 174 | 93 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.32 |
| HSL | 66.67º | 0.33% | 0.52% | - |
| HSV(B) | 66.67º | 0.47% | 0.68% | - |
| XYZ | 32.63 | 39.06 | 16.18 | - |
| YUV | 162.08 | 89.02 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 174 | 93 | 0.05 | 0 | 0.47 | 0.32 | 66.67 | 0.33 | 0.52 |
| Hex | A5 | AE | 5D | 5 | 0 | 2F | 20 | 43 | 21 | 34 |
| Octal | 245 | 256 | 135 | 5 | 0 | 57 | 40 | 103 | 41 | 64 |
| Binary | 10100101 | 10101110 | 1011101 | 101 | 0 | 101111 | 100000 | 1000011 | 100001 | 110100 |
Color Harmonies of #A5AE5D
Complementary color
Monochromatic Colors of #A5AE5D
Black with #A5AE5D
Text Example
Text Example
White with #A5AE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AE5D; }
p { color: rgb(165,174,93); }
H1.HeaderClassName
{
color: #A5AE5D;
}
.AnyTagClassName
{
color: #A5AE5D;
}
</style>
background-color css
<style>
a { background-color: #A5AE5D; }
a { background-color: rgb(165,174,93); }
div.DivClassName
{
background-color: #A5AE5D;
}
.BgClassName
{
background-color: #A5AE5D;
}
</style>
border-color css
<style>
span { border-color: #A5AE5D; }
span { border-color: rgb(165,174,93); }
td.TdClassName
{
border-color: #A5AE5D;
}
.TagClassName
{
border-color: #A5AE5D;
}
</style>