Shades of Neutral Green #AEAB7E
Tints of Neutral Green #AEAB7E
RGB
CMYK
RGB Variations
Color information
#AEAB7E (or 0xAEAB7E) is known color: Neutral Green. HEX triplet: AE, AB and 7E. RGB value is (174,171,126). Sum of RGB (Red+Green+Blue) = 174+171+126=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB7E is #515481. Grayscale: #A6A6A6. Windows color (decimal): -5330050 or 8301486. OLE color: 8301486.
HSL color Cylindrical-coordinate representation of color #AEAB7E: hue angle of 56.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEAB7E is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 126 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.32 |
| HSL | 56.25º | 0.23% | 0.59% | - |
| HSV(B) | 56.25º | 0.28% | 0.68% | - |
| XYZ | 35.78 | 39.63 | 25.5 | - |
| YUV | 166.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 126 | 0 | 0.02 | 0.28 | 0.32 | 56.25 | 0.23 | 0.59 |
| Hex | AE | AB | 7E | 0 | 2 | 1C | 20 | 38 | 17 | 3B |
| Octal | 256 | 253 | 176 | 0 | 2 | 34 | 40 | 70 | 27 | 73 |
| Binary | 10101110 | 10101011 | 1111110 | 0 | 10 | 11100 | 100000 | 111000 | 10111 | 111011 |
Color Harmonies of #AEAB7E
Complementary color
Monochromatic Colors of #AEAB7E
Black with #AEAB7E
Text Example
Text Example
White with #AEAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB7E; }
p { color: rgb(174,171,126); }
H1.HeaderClassName
{
color: #AEAB7E;
}
.AnyTagClassName
{
color: #AEAB7E;
}
</style>
background-color css
<style>
a { background-color: #AEAB7E; }
a { background-color: rgb(174,171,126); }
div.DivClassName
{
background-color: #AEAB7E;
}
.BgClassName
{
background-color: #AEAB7E;
}
</style>
border-color css
<style>
span { border-color: #AEAB7E; }
span { border-color: rgb(174,171,126); }
td.TdClassName
{
border-color: #AEAB7E;
}
.TagClassName
{
border-color: #AEAB7E;
}
</style>