Shades of Green Smoke #A2AE5C
Tints of Green Smoke #A2AE5C
RGB
CMYK
RGB Variations
Color information
#A2AE5C (or 0xA2AE5C) is known color: Green Smoke. HEX triplet: A2, AE and 5C. RGB value is (162,174,92). Sum of RGB (Red+Green+Blue) = 162+174+92=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2AE5C is #5D51A3. Grayscale: #A1A1A1. Windows color (decimal): -6115748 or 6074018. OLE color: 6074018.
HSL color Cylindrical-coordinate representation of color #A2AE5C: hue angle of 68.78º degrees, saturation: 0.34, 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 #A2AE5C is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 174 | 92 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.32 |
| HSL | 68.78º | 0.34% | 0.52% | - |
| HSV(B) | 68.78º | 0.47% | 0.68% | - |
| XYZ | 31.97 | 38.73 | 15.92 | - |
| YUV | 161.06 | 89.02 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 174 | 92 | 0.07 | 0 | 0.47 | 0.32 | 68.78 | 0.34 | 0.52 |
| Hex | A2 | AE | 5C | 7 | 0 | 2F | 20 | 45 | 22 | 34 |
| Octal | 242 | 256 | 134 | 7 | 0 | 57 | 40 | 105 | 42 | 64 |
| Binary | 10100010 | 10101110 | 1011100 | 111 | 0 | 101111 | 100000 | 1000101 | 100010 | 110100 |
Color Harmonies of #A2AE5C
Complementary color
Monochromatic Colors of #A2AE5C
Black with #A2AE5C
Text Example
Text Example
White with #A2AE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AE5C; }
p { color: rgb(162,174,92); }
H1.HeaderClassName
{
color: #A2AE5C;
}
.AnyTagClassName
{
color: #A2AE5C;
}
</style>
background-color css
<style>
a { background-color: #A2AE5C; }
a { background-color: rgb(162,174,92); }
div.DivClassName
{
background-color: #A2AE5C;
}
.BgClassName
{
background-color: #A2AE5C;
}
</style>
border-color css
<style>
span { border-color: #A2AE5C; }
span { border-color: rgb(162,174,92); }
td.TdClassName
{
border-color: #A2AE5C;
}
.TagClassName
{
border-color: #A2AE5C;
}
</style>