Shades of Neutral Green #AEAB81
Tints of Neutral Green #AEAB81
RGB
CMYK
RGB Variations
Color information
#AEAB81 (or 0xAEAB81) is known color: Neutral Green. HEX triplet: AE, AB and 81. RGB value is (174,171,129). Sum of RGB (Red+Green+Blue) = 174+171+129=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB81 is #51547E. Grayscale: #A7A7A7. Windows color (decimal): -5330047 or 8498094. OLE color: 8498094.
HSL color Cylindrical-coordinate representation of color #AEAB81: hue angle of 56º 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 #AEAB81 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 129 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.32 |
| HSL | 56º | 0.22% | 0.59% | - |
| HSV(B) | 56º | 0.26% | 0.68% | - |
| XYZ | 35.98 | 39.71 | 26.54 | - |
| YUV | 167.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 129 | 0 | 0.02 | 0.26 | 0.32 | 56 | 0.22 | 0.59 |
| Hex | AE | AB | 81 | 0 | 2 | 1A | 20 | 38 | 16 | 3B |
| Octal | 256 | 253 | 201 | 0 | 2 | 32 | 40 | 70 | 26 | 73 |
| Binary | 10101110 | 10101011 | 10000001 | 0 | 10 | 11010 | 100000 | 111000 | 10110 | 111011 |
Color Harmonies of #AEAB81
Complementary color
Monochromatic Colors of #AEAB81
Black with #AEAB81
Text Example
Text Example
White with #AEAB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB81; }
p { color: rgb(174,171,129); }
H1.HeaderClassName
{
color: #AEAB81;
}
.AnyTagClassName
{
color: #AEAB81;
}
</style>
background-color css
<style>
a { background-color: #AEAB81; }
a { background-color: rgb(174,171,129); }
div.DivClassName
{
background-color: #AEAB81;
}
.BgClassName
{
background-color: #AEAB81;
}
</style>
border-color css
<style>
span { border-color: #AEAB81; }
span { border-color: rgb(174,171,129); }
td.TdClassName
{
border-color: #AEAB81;
}
.TagClassName
{
border-color: #AEAB81;
}
</style>