Shades of Neutral Green #AEAD7A
Tints of Neutral Green #AEAD7A
RGB
CMYK
RGB Variations
Color information
#AEAD7A (or 0xAEAD7A) is known color: Neutral Green. HEX triplet: AE, AD and 7A. RGB value is (174,173,122). Sum of RGB (Red+Green+Blue) = 174+173+122=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD7A is #515285. Grayscale: #A7A7A7. Windows color (decimal): -5329542 or 8039854. OLE color: 8039854.
HSL color Cylindrical-coordinate representation of color #AEAD7A: hue angle of 58.85º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEAD7A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 122 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.32 |
| HSL | 58.85º | 0.24% | 0.58% | - |
| HSV(B) | 58.85º | 0.3% | 0.68% | - |
| XYZ | 35.91 | 40.29 | 24.3 | - |
| YUV | 167.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 122 | 0 | 0.01 | 0.30 | 0.32 | 58.85 | 0.24 | 0.58 |
| Hex | AE | AD | 7A | 0 | 1 | 1E | 20 | 3B | 18 | 3A |
| Octal | 256 | 255 | 172 | 0 | 1 | 36 | 40 | 73 | 30 | 72 |
| Binary | 10101110 | 10101101 | 1111010 | 0 | 1 | 11110 | 100000 | 111011 | 11000 | 111010 |
Color Harmonies of #AEAD7A
Complementary color
Monochromatic Colors of #AEAD7A
Black with #AEAD7A
Text Example
Text Example
White with #AEAD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD7A; }
p { color: rgb(174,173,122); }
H1.HeaderClassName
{
color: #AEAD7A;
}
.AnyTagClassName
{
color: #AEAD7A;
}
</style>
background-color css
<style>
a { background-color: #AEAD7A; }
a { background-color: rgb(174,173,122); }
div.DivClassName
{
background-color: #AEAD7A;
}
.BgClassName
{
background-color: #AEAD7A;
}
</style>
border-color css
<style>
span { border-color: #AEAD7A; }
span { border-color: rgb(174,173,122); }
td.TdClassName
{
border-color: #AEAD7A;
}
.TagClassName
{
border-color: #AEAD7A;
}
</style>