Shades of Neutral Green #AEAA80
Tints of Neutral Green #AEAA80
RGB
CMYK
RGB Variations
Color information
#AEAA80 (or 0xAEAA80) is known color: Neutral Green. HEX triplet: AE, AA and 80. RGB value is (174,170,128). Sum of RGB (Red+Green+Blue) = 174+170+128=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAA80 is #51557F. Grayscale: #A6A6A6. Windows color (decimal): -5330304 or 8432302. OLE color: 8432302.
HSL color Cylindrical-coordinate representation of color #AEAA80: hue angle of 54.78º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEAA80 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 128 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.32 |
| HSL | 54.78º | 0.22% | 0.59% | - |
| HSV(B) | 54.78º | 0.26% | 0.68% | - |
| XYZ | 35.73 | 39.31 | 26.13 | - |
| YUV | 166.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 128 | 0 | 0.02 | 0.26 | 0.32 | 54.78 | 0.22 | 0.59 |
| Hex | AE | AA | 80 | 0 | 2 | 1A | 20 | 37 | 16 | 3B |
| Octal | 256 | 252 | 200 | 0 | 2 | 32 | 40 | 67 | 26 | 73 |
| Binary | 10101110 | 10101010 | 10000000 | 0 | 10 | 11010 | 100000 | 110111 | 10110 | 111011 |
Color Harmonies of #AEAA80
Complementary color
Monochromatic Colors of #AEAA80
Black with #AEAA80
Text Example
Text Example
White with #AEAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA80; }
p { color: rgb(174,170,128); }
H1.HeaderClassName
{
color: #AEAA80;
}
.AnyTagClassName
{
color: #AEAA80;
}
</style>
background-color css
<style>
a { background-color: #AEAA80; }
a { background-color: rgb(174,170,128); }
div.DivClassName
{
background-color: #AEAA80;
}
.BgClassName
{
background-color: #AEAA80;
}
</style>
border-color css
<style>
span { border-color: #AEAA80; }
span { border-color: rgb(174,170,128); }
td.TdClassName
{
border-color: #AEAA80;
}
.TagClassName
{
border-color: #AEAA80;
}
</style>