Shades of Neutral Green #AEAB80
Tints of Neutral Green #AEAB80
RGB
CMYK
RGB Variations
Color information
#AEAB80 (or 0xAEAB80) is known color: Neutral Green. HEX triplet: AE, AB and 80. RGB value is (174,171,128). Sum of RGB (Red+Green+Blue) = 174+171+128=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB80 is #51547F. Grayscale: #A7A7A7. Windows color (decimal): -5330048 or 8432558. OLE color: 8432558.
HSL color Cylindrical-coordinate representation of color #AEAB80: hue angle of 56.09º 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 #AEAB80 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 128 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.32 |
| HSL | 56.09º | 0.22% | 0.59% | - |
| HSV(B) | 56.09º | 0.26% | 0.68% | - |
| XYZ | 35.91 | 39.68 | 26.19 | - |
| YUV | 167 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 128 | 0 | 0.02 | 0.26 | 0.32 | 56.09 | 0.22 | 0.59 |
| Hex | AE | AB | 80 | 0 | 2 | 1A | 20 | 38 | 16 | 3B |
| Octal | 256 | 253 | 200 | 0 | 2 | 32 | 40 | 70 | 26 | 73 |
| Binary | 10101110 | 10101011 | 10000000 | 0 | 10 | 11010 | 100000 | 111000 | 10110 | 111011 |
Color Harmonies of #AEAB80
Complementary color
Monochromatic Colors of #AEAB80
Black with #AEAB80
Text Example
Text Example
White with #AEAB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB80; }
p { color: rgb(174,171,128); }
H1.HeaderClassName
{
color: #AEAB80;
}
.AnyTagClassName
{
color: #AEAB80;
}
</style>
background-color css
<style>
a { background-color: #AEAB80; }
a { background-color: rgb(174,171,128); }
div.DivClassName
{
background-color: #AEAB80;
}
.BgClassName
{
background-color: #AEAB80;
}
</style>
border-color css
<style>
span { border-color: #AEAB80; }
span { border-color: rgb(174,171,128); }
td.TdClassName
{
border-color: #AEAB80;
}
.TagClassName
{
border-color: #AEAB80;
}
</style>