Shades of Neutral Green #AEAD7B
Tints of Neutral Green #AEAD7B
RGB
CMYK
RGB Variations
Color information
#AEAD7B (or 0xAEAD7B) is known color: Neutral Green. HEX triplet: AE, AD and 7B. RGB value is (174,173,123). Sum of RGB (Red+Green+Blue) = 174+173+123=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD7B is #515284. Grayscale: #A7A7A7. Windows color (decimal): -5329541 or 8105390. OLE color: 8105390.
HSL color Cylindrical-coordinate representation of color #AEAD7B: hue angle of 58.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEAD7B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 123 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.32 |
| HSL | 58.82º | 0.24% | 0.58% | - |
| HSV(B) | 58.82º | 0.29% | 0.68% | - |
| XYZ | 35.97 | 40.32 | 24.62 | - |
| YUV | 167.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 123 | 0 | 0.01 | 0.29 | 0.32 | 58.82 | 0.24 | 0.58 |
| Hex | AE | AD | 7B | 0 | 1 | 1D | 20 | 3B | 18 | 3A |
| Octal | 256 | 255 | 173 | 0 | 1 | 35 | 40 | 73 | 30 | 72 |
| Binary | 10101110 | 10101101 | 1111011 | 0 | 1 | 11101 | 100000 | 111011 | 11000 | 111010 |
Color Harmonies of #AEAD7B
Complementary color
Monochromatic Colors of #AEAD7B
Black with #AEAD7B
Text Example
Text Example
White with #AEAD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD7B; }
p { color: rgb(174,173,123); }
H1.HeaderClassName
{
color: #AEAD7B;
}
.AnyTagClassName
{
color: #AEAD7B;
}
</style>
background-color css
<style>
a { background-color: #AEAD7B; }
a { background-color: rgb(174,173,123); }
div.DivClassName
{
background-color: #AEAD7B;
}
.BgClassName
{
background-color: #AEAD7B;
}
</style>
border-color css
<style>
span { border-color: #AEAD7B; }
span { border-color: rgb(174,173,123); }
td.TdClassName
{
border-color: #AEAD7B;
}
.TagClassName
{
border-color: #AEAD7B;
}
</style>