Shades of Neutral Green #AEA77E
Tints of Neutral Green #AEA77E
RGB
CMYK
RGB Variations
Color information
#AEA77E (or 0xAEA77E) is known color: Neutral Green. HEX triplet: AE, A7 and 7E. RGB value is (174,167,126). Sum of RGB (Red+Green+Blue) = 174+167+126=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA77E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA77E is #515881. Grayscale: #A4A4A4. Windows color (decimal): -5331074 or 8300462. OLE color: 8300462.
HSL color Cylindrical-coordinate representation of color #AEA77E: hue angle of 51.25º 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 #AEA77E is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 167 | 126 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.32 |
| HSL | 51.25º | 0.23% | 0.59% | - |
| HSV(B) | 51.25º | 0.28% | 0.68% | - |
| XYZ | 35.04 | 38.14 | 25.25 | - |
| YUV | 164.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 167 | 126 | 0 | 0.04 | 0.28 | 0.32 | 51.25 | 0.23 | 0.59 |
| Hex | AE | A7 | 7E | 0 | 4 | 1C | 20 | 33 | 17 | 3B |
| Octal | 256 | 247 | 176 | 0 | 4 | 34 | 40 | 63 | 27 | 73 |
| Binary | 10101110 | 10100111 | 1111110 | 0 | 100 | 11100 | 100000 | 110011 | 10111 | 111011 |
Color Harmonies of #AEA77E
Complementary color
Monochromatic Colors of #AEA77E
Black with #AEA77E
Text Example
Text Example
White with #AEA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA77E; }
p { color: rgb(174,167,126); }
H1.HeaderClassName
{
color: #AEA77E;
}
.AnyTagClassName
{
color: #AEA77E;
}
</style>
background-color css
<style>
a { background-color: #AEA77E; }
a { background-color: rgb(174,167,126); }
div.DivClassName
{
background-color: #AEA77E;
}
.BgClassName
{
background-color: #AEA77E;
}
</style>
border-color css
<style>
span { border-color: #AEA77E; }
span { border-color: rgb(174,167,126); }
td.TdClassName
{
border-color: #AEA77E;
}
.TagClassName
{
border-color: #AEA77E;
}
</style>