Shades of Neutral Green #AEAC7D
Tints of Neutral Green #AEAC7D
RGB
CMYK
RGB Variations
Color information
#AEAC7D (or 0xAEAC7D) is known color: Neutral Green. HEX triplet: AE, AC and 7D. RGB value is (174,172,125). Sum of RGB (Red+Green+Blue) = 174+172+125=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC7D is #515382. Grayscale: #A7A7A7. Windows color (decimal): -5329795 or 8236206. OLE color: 8236206.
HSL color Cylindrical-coordinate representation of color #AEAC7D: hue angle of 57.55º 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 #AEAC7D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 125 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.32 |
| HSL | 57.55º | 0.23% | 0.59% | - |
| HSV(B) | 57.55º | 0.28% | 0.68% | - |
| XYZ | 35.91 | 39.98 | 25.23 | - |
| YUV | 167.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 125 | 0 | 0.01 | 0.28 | 0.32 | 57.55 | 0.23 | 0.59 |
| Hex | AE | AC | 7D | 0 | 1 | 1C | 20 | 3A | 17 | 3B |
| Octal | 256 | 254 | 175 | 0 | 1 | 34 | 40 | 72 | 27 | 73 |
| Binary | 10101110 | 10101100 | 1111101 | 0 | 1 | 11100 | 100000 | 111010 | 10111 | 111011 |
Color Harmonies of #AEAC7D
Complementary color
Monochromatic Colors of #AEAC7D
Black with #AEAC7D
Text Example
Text Example
White with #AEAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC7D; }
p { color: rgb(174,172,125); }
H1.HeaderClassName
{
color: #AEAC7D;
}
.AnyTagClassName
{
color: #AEAC7D;
}
</style>
background-color css
<style>
a { background-color: #AEAC7D; }
a { background-color: rgb(174,172,125); }
div.DivClassName
{
background-color: #AEAC7D;
}
.BgClassName
{
background-color: #AEAC7D;
}
</style>
border-color css
<style>
span { border-color: #AEAC7D; }
span { border-color: rgb(174,172,125); }
td.TdClassName
{
border-color: #AEAC7D;
}
.TagClassName
{
border-color: #AEAC7D;
}
</style>