Shades of Neutral Green #AEAC7E
Tints of Neutral Green #AEAC7E
RGB
CMYK
RGB Variations
Color information
#AEAC7E (or 0xAEAC7E) is known color: Neutral Green. HEX triplet: AE, AC and 7E. RGB value is (174,172,126). Sum of RGB (Red+Green+Blue) = 174+172+126=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC7E is #515381. Grayscale: #A7A7A7. Windows color (decimal): -5329794 or 8301742. OLE color: 8301742.
HSL color Cylindrical-coordinate representation of color #AEAC7E: hue angle of 57.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEAC7E is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 126 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.32 |
| HSL | 57.5º | 0.23% | 0.59% | - |
| HSV(B) | 57.5º | 0.28% | 0.68% | - |
| XYZ | 35.97 | 40.01 | 25.57 | - |
| YUV | 167.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 126 | 0 | 0.01 | 0.28 | 0.32 | 57.5 | 0.23 | 0.59 |
| Hex | AE | AC | 7E | 0 | 1 | 1C | 20 | 3A | 17 | 3B |
| Octal | 256 | 254 | 176 | 0 | 1 | 34 | 40 | 72 | 27 | 73 |
| Binary | 10101110 | 10101100 | 1111110 | 0 | 1 | 11100 | 100000 | 111010 | 10111 | 111011 |
Color Harmonies of #AEAC7E
Complementary color
Monochromatic Colors of #AEAC7E
Black with #AEAC7E
Text Example
Text Example
White with #AEAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC7E; }
p { color: rgb(174,172,126); }
H1.HeaderClassName
{
color: #AEAC7E;
}
.AnyTagClassName
{
color: #AEAC7E;
}
</style>
background-color css
<style>
a { background-color: #AEAC7E; }
a { background-color: rgb(174,172,126); }
div.DivClassName
{
background-color: #AEAC7E;
}
.BgClassName
{
background-color: #AEAC7E;
}
</style>
border-color css
<style>
span { border-color: #AEAC7E; }
span { border-color: rgb(174,172,126); }
td.TdClassName
{
border-color: #AEAC7E;
}
.TagClassName
{
border-color: #AEAC7E;
}
</style>