Shades of Neutral Green #AEAD76
Tints of Neutral Green #AEAD76
RGB
CMYK
RGB Variations
Color information
#AEAD76 (or 0xAEAD76) is known color: Neutral Green. HEX triplet: AE, AD and 76. RGB value is (174,173,118). Sum of RGB (Red+Green+Blue) = 174+173+118=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD76 is #515289. Grayscale: #A7A7A7. Windows color (decimal): -5329546 or 7777710. OLE color: 7777710.
HSL color Cylindrical-coordinate representation of color #AEAD76: hue angle of 58.93º degrees, saturation: 0.26, 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 #AEAD76 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 118 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.32 |
| HSL | 58.93º | 0.26% | 0.57% | - |
| HSV(B) | 58.93º | 0.32% | 0.68% | - |
| XYZ | 35.67 | 40.19 | 23.02 | - |
| YUV | 167.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 118 | 0 | 0.01 | 0.32 | 0.32 | 58.93 | 0.26 | 0.57 |
| Hex | AE | AD | 76 | 0 | 1 | 20 | 20 | 3B | 1A | 39 |
| Octal | 256 | 255 | 166 | 0 | 1 | 40 | 40 | 73 | 32 | 71 |
| Binary | 10101110 | 10101101 | 1110110 | 0 | 1 | 100000 | 100000 | 111011 | 11010 | 111001 |
Color Harmonies of #AEAD76
Complementary color
Monochromatic Colors of #AEAD76
Black with #AEAD76
Text Example
Text Example
White with #AEAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD76; }
p { color: rgb(174,173,118); }
H1.HeaderClassName
{
color: #AEAD76;
}
.AnyTagClassName
{
color: #AEAD76;
}
</style>
background-color css
<style>
a { background-color: #AEAD76; }
a { background-color: rgb(174,173,118); }
div.DivClassName
{
background-color: #AEAD76;
}
.BgClassName
{
background-color: #AEAD76;
}
</style>
border-color css
<style>
span { border-color: #AEAD76; }
span { border-color: rgb(174,173,118); }
td.TdClassName
{
border-color: #AEAD76;
}
.TagClassName
{
border-color: #AEAD76;
}
</style>