Shades of Neutral Green #AEAC7C
Tints of Neutral Green #AEAC7C
RGB
CMYK
RGB Variations
Color information
#AEAC7C (or 0xAEAC7C) is known color: Neutral Green. HEX triplet: AE, AC and 7C. RGB value is (174,172,124). Sum of RGB (Red+Green+Blue) = 174+172+124=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC7C is #515383. Grayscale: #A7A7A7. Windows color (decimal): -5329796 or 8170670. OLE color: 8170670.
HSL color Cylindrical-coordinate representation of color #AEAC7C: hue angle of 57.6º 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 #AEAC7C is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 124 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.32 |
| HSL | 57.6º | 0.24% | 0.58% | - |
| HSV(B) | 57.6º | 0.29% | 0.68% | - |
| XYZ | 35.85 | 39.96 | 24.89 | - |
| YUV | 167.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 124 | 0 | 0.01 | 0.29 | 0.32 | 57.6 | 0.24 | 0.58 |
| Hex | AE | AC | 7C | 0 | 1 | 1D | 20 | 3A | 18 | 3A |
| Octal | 256 | 254 | 174 | 0 | 1 | 35 | 40 | 72 | 30 | 72 |
| Binary | 10101110 | 10101100 | 1111100 | 0 | 1 | 11101 | 100000 | 111010 | 11000 | 111010 |
Color Harmonies of #AEAC7C
Complementary color
Monochromatic Colors of #AEAC7C
Black with #AEAC7C
Text Example
Text Example
White with #AEAC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC7C; }
p { color: rgb(174,172,124); }
H1.HeaderClassName
{
color: #AEAC7C;
}
.AnyTagClassName
{
color: #AEAC7C;
}
</style>
background-color css
<style>
a { background-color: #AEAC7C; }
a { background-color: rgb(174,172,124); }
div.DivClassName
{
background-color: #AEAC7C;
}
.BgClassName
{
background-color: #AEAC7C;
}
</style>
border-color css
<style>
span { border-color: #AEAC7C; }
span { border-color: rgb(174,172,124); }
td.TdClassName
{
border-color: #AEAC7C;
}
.TagClassName
{
border-color: #AEAC7C;
}
</style>