Shades of Neutral Green #AEA686
Tints of Neutral Green #AEA686
RGB
CMYK
RGB Variations
Color information
#AEA686 (or 0xAEA686) is known color: Neutral Green. HEX triplet: AE, A6 and 86. RGB value is (174,166,134). Sum of RGB (Red+Green+Blue) = 174+166+134=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA686 is #515979. Grayscale: #A4A4A4. Windows color (decimal): -5331322 or 8824494. OLE color: 8824494.
HSL color Cylindrical-coordinate representation of color #AEA686: hue angle of 48º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEA686 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 166 | 134 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.32 |
| HSL | 48º | 0.2% | 0.6% | - |
| HSV(B) | 48º | 0.23% | 0.68% | - |
| XYZ | 35.39 | 37.99 | 28.02 | - |
| YUV | 164.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 134 | 0 | 0.05 | 0.23 | 0.32 | 48 | 0.2 | 0.6 |
| Hex | AE | A6 | 86 | 0 | 5 | 17 | 20 | 30 | 14 | 3C |
| Octal | 256 | 246 | 206 | 0 | 5 | 27 | 40 | 60 | 24 | 74 |
| Binary | 10101110 | 10100110 | 10000110 | 0 | 101 | 10111 | 100000 | 110000 | 10100 | 111100 |
Color Harmonies of #AEA686
Complementary color
Monochromatic Colors of #AEA686
Black with #AEA686
Text Example
Text Example
White with #AEA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA686; }
p { color: rgb(174,166,134); }
H1.HeaderClassName
{
color: #AEA686;
}
.AnyTagClassName
{
color: #AEA686;
}
</style>
background-color css
<style>
a { background-color: #AEA686; }
a { background-color: rgb(174,166,134); }
div.DivClassName
{
background-color: #AEA686;
}
.BgClassName
{
background-color: #AEA686;
}
</style>
border-color css
<style>
span { border-color: #AEA686; }
span { border-color: rgb(174,166,134); }
td.TdClassName
{
border-color: #AEA686;
}
.TagClassName
{
border-color: #AEA686;
}
</style>