Shades of Neutral Green #AEAA7A
Tints of Neutral Green #AEAA7A
RGB
CMYK
RGB Variations
Color information
#AEAA7A (or 0xAEAA7A) is known color: Neutral Green. HEX triplet: AE, AA and 7A. RGB value is (174,170,122). Sum of RGB (Red+Green+Blue) = 174+170+122=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA7A is #515585. Grayscale: #A5A5A5. Windows color (decimal): -5330310 or 8039086. OLE color: 8039086.
HSL color Cylindrical-coordinate representation of color #AEAA7A: hue angle of 55.38º 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 #AEAA7A is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 122 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.32 |
| HSL | 55.38º | 0.24% | 0.58% | - |
| HSV(B) | 55.38º | 0.3% | 0.68% | - |
| XYZ | 35.34 | 39.15 | 24.11 | - |
| YUV | 165.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 122 | 0 | 0.02 | 0.30 | 0.32 | 55.38 | 0.24 | 0.58 |
| Hex | AE | AA | 7A | 0 | 2 | 1E | 20 | 37 | 18 | 3A |
| Octal | 256 | 252 | 172 | 0 | 2 | 36 | 40 | 67 | 30 | 72 |
| Binary | 10101110 | 10101010 | 1111010 | 0 | 10 | 11110 | 100000 | 110111 | 11000 | 111010 |
Color Harmonies of #AEAA7A
Complementary color
Monochromatic Colors of #AEAA7A
Black with #AEAA7A
Text Example
Text Example
White with #AEAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA7A; }
p { color: rgb(174,170,122); }
H1.HeaderClassName
{
color: #AEAA7A;
}
.AnyTagClassName
{
color: #AEAA7A;
}
</style>
background-color css
<style>
a { background-color: #AEAA7A; }
a { background-color: rgb(174,170,122); }
div.DivClassName
{
background-color: #AEAA7A;
}
.BgClassName
{
background-color: #AEAA7A;
}
</style>
border-color css
<style>
span { border-color: #AEAA7A; }
span { border-color: rgb(174,170,122); }
td.TdClassName
{
border-color: #AEAA7A;
}
.TagClassName
{
border-color: #AEAA7A;
}
</style>