Shades of Neutral Green #AEA876
Tints of Neutral Green #AEA876
RGB
CMYK
RGB Variations
Color information
#AEA876 (or 0xAEA876) is known color: Neutral Green. HEX triplet: AE, A8 and 76. RGB value is (174,168,118). Sum of RGB (Red+Green+Blue) = 174+168+118=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA876 is #515789. Grayscale: #A4A4A4. Windows color (decimal): -5330826 or 7776430. OLE color: 7776430.
HSL color Cylindrical-coordinate representation of color #AEA876: hue angle of 53.57º 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 #AEA876 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 118 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.32 |
| HSL | 53.57º | 0.26% | 0.57% | - |
| HSV(B) | 53.57º | 0.32% | 0.68% | - |
| XYZ | 34.73 | 38.31 | 22.7 | - |
| YUV | 164.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 118 | 0 | 0.03 | 0.32 | 0.32 | 53.57 | 0.26 | 0.57 |
| Hex | AE | A8 | 76 | 0 | 3 | 20 | 20 | 36 | 1A | 39 |
| Octal | 256 | 250 | 166 | 0 | 3 | 40 | 40 | 66 | 32 | 71 |
| Binary | 10101110 | 10101000 | 1110110 | 0 | 11 | 100000 | 100000 | 110110 | 11010 | 111001 |
Color Harmonies of #AEA876
Complementary color
Monochromatic Colors of #AEA876
Black with #AEA876
Text Example
Text Example
White with #AEA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA876; }
p { color: rgb(174,168,118); }
H1.HeaderClassName
{
color: #AEA876;
}
.AnyTagClassName
{
color: #AEA876;
}
</style>
background-color css
<style>
a { background-color: #AEA876; }
a { background-color: rgb(174,168,118); }
div.DivClassName
{
background-color: #AEA876;
}
.BgClassName
{
background-color: #AEA876;
}
</style>
border-color css
<style>
span { border-color: #AEA876; }
span { border-color: rgb(174,168,118); }
td.TdClassName
{
border-color: #AEA876;
}
.TagClassName
{
border-color: #AEA876;
}
</style>