Shades of Neutral Green #AEA979
Tints of Neutral Green #AEA979
RGB
CMYK
RGB Variations
Color information
#AEA979 (or 0xAEA979) is known color: Neutral Green. HEX triplet: AE, A9 and 79. RGB value is (174,169,121). Sum of RGB (Red+Green+Blue) = 174+169+121=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 121 (47.66% from 255 or 26.08% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA979 is #515686. Grayscale: #A5A5A5. Windows color (decimal): -5330567 or 7973294. OLE color: 7973294.
HSL color Cylindrical-coordinate representation of color #AEA979: hue angle of 54.34º degrees, saturation: 0.25, 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 #AEA979 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 169 | 121 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.32 |
| HSL | 54.34º | 0.25% | 0.58% | - |
| HSV(B) | 54.34º | 0.3% | 0.68% | - |
| XYZ | 35.09 | 38.76 | 23.72 | - |
| YUV | 165.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 169 | 121 | 0 | 0.03 | 0.30 | 0.32 | 54.34 | 0.25 | 0.58 |
| Hex | AE | A9 | 79 | 0 | 3 | 1E | 20 | 36 | 19 | 3A |
| Octal | 256 | 251 | 171 | 0 | 3 | 36 | 40 | 66 | 31 | 72 |
| Binary | 10101110 | 10101001 | 1111001 | 0 | 11 | 11110 | 100000 | 110110 | 11001 | 111010 |
Color Harmonies of #AEA979
Complementary color
Monochromatic Colors of #AEA979
Black with #AEA979
Text Example
Text Example
White with #AEA979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA979; }
p { color: rgb(174,169,121); }
H1.HeaderClassName
{
color: #AEA979;
}
.AnyTagClassName
{
color: #AEA979;
}
</style>
background-color css
<style>
a { background-color: #AEA979; }
a { background-color: rgb(174,169,121); }
div.DivClassName
{
background-color: #AEA979;
}
.BgClassName
{
background-color: #AEA979;
}
</style>
border-color css
<style>
span { border-color: #AEA979; }
span { border-color: rgb(174,169,121); }
td.TdClassName
{
border-color: #AEA979;
}
.TagClassName
{
border-color: #AEA979;
}
</style>