Shades of Neutral Green #AEAB7C
Tints of Neutral Green #AEAB7C
RGB
CMYK
RGB Variations
Color information
#AEAB7C (or 0xAEAB7C) is known color: Neutral Green. HEX triplet: AE, AB and 7C. RGB value is (174,171,124). Sum of RGB (Red+Green+Blue) = 174+171+124=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB7C is #515483. Grayscale: #A6A6A6. Windows color (decimal): -5330052 or 8170414. OLE color: 8170414.
HSL color Cylindrical-coordinate representation of color #AEAB7C: hue angle of 56.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEAB7C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 124 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.32 |
| HSL | 56.4º | 0.24% | 0.58% | - |
| HSV(B) | 56.4º | 0.29% | 0.68% | - |
| XYZ | 35.66 | 39.58 | 24.83 | - |
| YUV | 166.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 124 | 0 | 0.02 | 0.29 | 0.32 | 56.4 | 0.24 | 0.58 |
| Hex | AE | AB | 7C | 0 | 2 | 1D | 20 | 38 | 18 | 3A |
| Octal | 256 | 253 | 174 | 0 | 2 | 35 | 40 | 70 | 30 | 72 |
| Binary | 10101110 | 10101011 | 1111100 | 0 | 10 | 11101 | 100000 | 111000 | 11000 | 111010 |
Color Harmonies of #AEAB7C
Complementary color
Monochromatic Colors of #AEAB7C
Black with #AEAB7C
Text Example
Text Example
White with #AEAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB7C; }
p { color: rgb(174,171,124); }
H1.HeaderClassName
{
color: #AEAB7C;
}
.AnyTagClassName
{
color: #AEAB7C;
}
</style>
background-color css
<style>
a { background-color: #AEAB7C; }
a { background-color: rgb(174,171,124); }
div.DivClassName
{
background-color: #AEAB7C;
}
.BgClassName
{
background-color: #AEAB7C;
}
</style>
border-color css
<style>
span { border-color: #AEAB7C; }
span { border-color: rgb(174,171,124); }
td.TdClassName
{
border-color: #AEAB7C;
}
.TagClassName
{
border-color: #AEAB7C;
}
</style>