Shades of Green Smoke #A2AE5D
Tints of Green Smoke #A2AE5D
RGB
CMYK
RGB Variations
Color information
#A2AE5D (or 0xA2AE5D) is known color: Green Smoke. HEX triplet: A2, AE and 5D. RGB value is (162,174,93). Sum of RGB (Red+Green+Blue) = 162+174+93=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AE5D is #5D51A2. Grayscale: #A1A1A1. Windows color (decimal): -6115747 or 6139554. OLE color: 6139554.
HSL color Cylindrical-coordinate representation of color #A2AE5D: hue angle of 68.89º 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 #A2AE5D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 174 | 93 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.32 |
| HSL | 68.89º | 0.33% | 0.52% | - |
| HSV(B) | 68.89º | 0.47% | 0.68% | - |
| XYZ | 32.01 | 38.74 | 16.15 | - |
| YUV | 161.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 174 | 93 | 0.07 | 0 | 0.47 | 0.32 | 68.89 | 0.33 | 0.52 |
| Hex | A2 | AE | 5D | 7 | 0 | 2F | 20 | 45 | 21 | 34 |
| Octal | 242 | 256 | 135 | 7 | 0 | 57 | 40 | 105 | 41 | 64 |
| Binary | 10100010 | 10101110 | 1011101 | 111 | 0 | 101111 | 100000 | 1000101 | 100001 | 110100 |
Color Harmonies of #A2AE5D
Complementary color
Monochromatic Colors of #A2AE5D
Black with #A2AE5D
Text Example
Text Example
White with #A2AE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AE5D; }
p { color: rgb(162,174,93); }
H1.HeaderClassName
{
color: #A2AE5D;
}
.AnyTagClassName
{
color: #A2AE5D;
}
</style>
background-color css
<style>
a { background-color: #A2AE5D; }
a { background-color: rgb(162,174,93); }
div.DivClassName
{
background-color: #A2AE5D;
}
.BgClassName
{
background-color: #A2AE5D;
}
</style>
border-color css
<style>
span { border-color: #A2AE5D; }
span { border-color: rgb(162,174,93); }
td.TdClassName
{
border-color: #A2AE5D;
}
.TagClassName
{
border-color: #A2AE5D;
}
</style>