Shades of Neutral Green #AEAA7D
Tints of Neutral Green #AEAA7D
RGB
CMYK
RGB Variations
Color information
#AEAA7D (or 0xAEAA7D) is known color: Neutral Green. HEX triplet: AE, AA and 7D. RGB value is (174,170,125). Sum of RGB (Red+Green+Blue) = 174+170+125=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA7D is #515582. Grayscale: #A6A6A6. Windows color (decimal): -5330307 or 8235694. OLE color: 8235694.
HSL color Cylindrical-coordinate representation of color #AEAA7D: hue angle of 55.1º 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 #AEAA7D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 125 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.32 |
| HSL | 55.1º | 0.23% | 0.59% | - |
| HSV(B) | 55.1º | 0.28% | 0.68% | - |
| XYZ | 35.53 | 39.23 | 25.1 | - |
| YUV | 166.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 125 | 0 | 0.02 | 0.28 | 0.32 | 55.1 | 0.23 | 0.59 |
| Hex | AE | AA | 7D | 0 | 2 | 1C | 20 | 37 | 17 | 3B |
| Octal | 256 | 252 | 175 | 0 | 2 | 34 | 40 | 67 | 27 | 73 |
| Binary | 10101110 | 10101010 | 1111101 | 0 | 10 | 11100 | 100000 | 110111 | 10111 | 111011 |
Color Harmonies of #AEAA7D
Complementary color
Monochromatic Colors of #AEAA7D
Black with #AEAA7D
Text Example
Text Example
White with #AEAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA7D; }
p { color: rgb(174,170,125); }
H1.HeaderClassName
{
color: #AEAA7D;
}
.AnyTagClassName
{
color: #AEAA7D;
}
</style>
background-color css
<style>
a { background-color: #AEAA7D; }
a { background-color: rgb(174,170,125); }
div.DivClassName
{
background-color: #AEAA7D;
}
.BgClassName
{
background-color: #AEAA7D;
}
</style>
border-color css
<style>
span { border-color: #AEAA7D; }
span { border-color: rgb(174,170,125); }
td.TdClassName
{
border-color: #AEAA7D;
}
.TagClassName
{
border-color: #AEAA7D;
}
</style>