Shades of Neutral Green #AEAD77
Tints of Neutral Green #AEAD77
RGB
CMYK
RGB Variations
Color information
#AEAD77 (or 0xAEAD77) is known color: Neutral Green. HEX triplet: AE, AD and 77. RGB value is (174,173,119). Sum of RGB (Red+Green+Blue) = 174+173+119=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD77 is #515288. Grayscale: #A7A7A7. Windows color (decimal): -5329545 or 7843246. OLE color: 7843246.
HSL color Cylindrical-coordinate representation of color #AEAD77: hue angle of 58.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEAD77 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 119 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.32 |
| HSL | 58.91º | 0.25% | 0.57% | - |
| HSV(B) | 58.91º | 0.32% | 0.68% | - |
| XYZ | 35.73 | 40.22 | 23.33 | - |
| YUV | 167.14 | 100.83 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 119 | 0 | 0.01 | 0.32 | 0.32 | 58.91 | 0.25 | 0.57 |
| Hex | AE | AD | 77 | 0 | 1 | 20 | 20 | 3B | 19 | 39 |
| Octal | 256 | 255 | 167 | 0 | 1 | 40 | 40 | 73 | 31 | 71 |
| Binary | 10101110 | 10101101 | 1110111 | 0 | 1 | 100000 | 100000 | 111011 | 11001 | 111001 |
Color Harmonies of #AEAD77
Complementary color
Monochromatic Colors of #AEAD77
Black with #AEAD77
Text Example
Text Example
White with #AEAD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD77; }
p { color: rgb(174,173,119); }
H1.HeaderClassName
{
color: #AEAD77;
}
.AnyTagClassName
{
color: #AEAD77;
}
</style>
background-color css
<style>
a { background-color: #AEAD77; }
a { background-color: rgb(174,173,119); }
div.DivClassName
{
background-color: #AEAD77;
}
.BgClassName
{
background-color: #AEAD77;
}
</style>
border-color css
<style>
span { border-color: #AEAD77; }
span { border-color: rgb(174,173,119); }
td.TdClassName
{
border-color: #AEAD77;
}
.TagClassName
{
border-color: #AEAD77;
}
</style>