Shades of Neutral Green #AEAD7E
Tints of Neutral Green #AEAD7E
RGB
CMYK
RGB Variations
Color information
#AEAD7E (or 0xAEAD7E) is known color: Neutral Green. HEX triplet: AE, AD and 7E. RGB value is (174,173,126). Sum of RGB (Red+Green+Blue) = 174+173+126=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD7E is #515281. Grayscale: #A8A8A8. Windows color (decimal): -5329538 or 8301998. OLE color: 8301998.
HSL color Cylindrical-coordinate representation of color #AEAD7E: hue angle of 58.75º 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 #AEAD7E is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 126 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.32 |
| HSL | 58.75º | 0.23% | 0.59% | - |
| HSV(B) | 58.75º | 0.28% | 0.68% | - |
| XYZ | 36.17 | 40.39 | 25.63 | - |
| YUV | 167.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 126 | 0 | 0.01 | 0.28 | 0.32 | 58.75 | 0.23 | 0.59 |
| Hex | AE | AD | 7E | 0 | 1 | 1C | 20 | 3B | 17 | 3B |
| Octal | 256 | 255 | 176 | 0 | 1 | 34 | 40 | 73 | 27 | 73 |
| Binary | 10101110 | 10101101 | 1111110 | 0 | 1 | 11100 | 100000 | 111011 | 10111 | 111011 |
Color Harmonies of #AEAD7E
Complementary color
Monochromatic Colors of #AEAD7E
Black with #AEAD7E
Text Example
Text Example
White with #AEAD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD7E; }
p { color: rgb(174,173,126); }
H1.HeaderClassName
{
color: #AEAD7E;
}
.AnyTagClassName
{
color: #AEAD7E;
}
</style>
background-color css
<style>
a { background-color: #AEAD7E; }
a { background-color: rgb(174,173,126); }
div.DivClassName
{
background-color: #AEAD7E;
}
.BgClassName
{
background-color: #AEAD7E;
}
</style>
border-color css
<style>
span { border-color: #AEAD7E; }
span { border-color: rgb(174,173,126); }
td.TdClassName
{
border-color: #AEAD7E;
}
.TagClassName
{
border-color: #AEAD7E;
}
</style>