Shades of Green Smoke #A1AE72
Tints of Green Smoke #A1AE72
RGB
CMYK
RGB Variations
Color information
#A1AE72 (or 0xA1AE72) is known color: Green Smoke. HEX triplet: A1, AE and 72. RGB value is (161,174,114). Sum of RGB (Red+Green+Blue) = 161+174+114=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE72 is #5E518D. Grayscale: #A3A3A3. Windows color (decimal): -6181262 or 7515809. OLE color: 7515809.
HSL color Cylindrical-coordinate representation of color #A1AE72: hue angle of 73º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1AE72 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 174 | 114 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.32 |
| HSL | 73º | 0.27% | 0.56% | - |
| HSV(B) | 73º | 0.34% | 0.68% | - |
| XYZ | 32.87 | 39.06 | 21.73 | - |
| YUV | 163.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 174 | 114 | 0.07 | 0 | 0.34 | 0.32 | 73 | 0.27 | 0.56 |
| Hex | A1 | AE | 72 | 7 | 0 | 22 | 20 | 49 | 1B | 38 |
| Octal | 241 | 256 | 162 | 7 | 0 | 42 | 40 | 111 | 33 | 70 |
| Binary | 10100001 | 10101110 | 1110010 | 111 | 0 | 100010 | 100000 | 1001001 | 11011 | 111000 |
Color Harmonies of #A1AE72
Complementary color
Monochromatic Colors of #A1AE72
Black with #A1AE72
Text Example
Text Example
White with #A1AE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AE72; }
p { color: rgb(161,174,114); }
H1.HeaderClassName
{
color: #A1AE72;
}
.AnyTagClassName
{
color: #A1AE72;
}
</style>
background-color css
<style>
a { background-color: #A1AE72; }
a { background-color: rgb(161,174,114); }
div.DivClassName
{
background-color: #A1AE72;
}
.BgClassName
{
background-color: #A1AE72;
}
</style>
border-color css
<style>
span { border-color: #A1AE72; }
span { border-color: rgb(161,174,114); }
td.TdClassName
{
border-color: #A1AE72;
}
.TagClassName
{
border-color: #A1AE72;
}
</style>