Shades of Neutral Green #AEAB76
Tints of Neutral Green #AEAB76
RGB
CMYK
RGB Variations
Color information
#AEAB76 (or 0xAEAB76) is known color: Neutral Green. HEX triplet: AE, AB and 76. RGB value is (174,171,118). Sum of RGB (Red+Green+Blue) = 174+171+118=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB76 is #515489. Grayscale: #A6A6A6. Windows color (decimal): -5330058 or 7777198. OLE color: 7777198.
HSL color Cylindrical-coordinate representation of color #AEAB76: hue angle of 56.79º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEAB76 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 118 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.32 |
| HSL | 56.79º | 0.26% | 0.57% | - |
| HSV(B) | 56.79º | 0.32% | 0.68% | - |
| XYZ | 35.29 | 39.43 | 22.89 | - |
| YUV | 165.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 118 | 0 | 0.02 | 0.32 | 0.32 | 56.79 | 0.26 | 0.57 |
| Hex | AE | AB | 76 | 0 | 2 | 20 | 20 | 39 | 1A | 39 |
| Octal | 256 | 253 | 166 | 0 | 2 | 40 | 40 | 71 | 32 | 71 |
| Binary | 10101110 | 10101011 | 1110110 | 0 | 10 | 100000 | 100000 | 111001 | 11010 | 111001 |
Color Harmonies of #AEAB76
Complementary color
Monochromatic Colors of #AEAB76
Black with #AEAB76
Text Example
Text Example
White with #AEAB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB76; }
p { color: rgb(174,171,118); }
H1.HeaderClassName
{
color: #AEAB76;
}
.AnyTagClassName
{
color: #AEAB76;
}
</style>
background-color css
<style>
a { background-color: #AEAB76; }
a { background-color: rgb(174,171,118); }
div.DivClassName
{
background-color: #AEAB76;
}
.BgClassName
{
background-color: #AEAB76;
}
</style>
border-color css
<style>
span { border-color: #AEAB76; }
span { border-color: rgb(174,171,118); }
td.TdClassName
{
border-color: #AEAB76;
}
.TagClassName
{
border-color: #AEAB76;
}
</style>