Shades of Neutral Green #AEA680
Tints of Neutral Green #AEA680
RGB
CMYK
RGB Variations
Color information
#AEA680 (or 0xAEA680) is known color: Neutral Green. HEX triplet: AE, A6 and 80. RGB value is (174,166,128). Sum of RGB (Red+Green+Blue) = 174+166+128=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA680 is #51597F. Grayscale: #A4A4A4. Windows color (decimal): -5331328 or 8431278. OLE color: 8431278.
HSL color Cylindrical-coordinate representation of color #AEA680: hue angle of 49.57º 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 #AEA680 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 166 | 128 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.32 |
| HSL | 49.57º | 0.22% | 0.59% | - |
| HSV(B) | 49.57º | 0.26% | 0.68% | - |
| XYZ | 34.99 | 37.83 | 25.88 | - |
| YUV | 164.06 | 107.65 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 128 | 0 | 0.05 | 0.26 | 0.32 | 49.57 | 0.22 | 0.59 |
| Hex | AE | A6 | 80 | 0 | 5 | 1A | 20 | 32 | 16 | 3B |
| Octal | 256 | 246 | 200 | 0 | 5 | 32 | 40 | 62 | 26 | 73 |
| Binary | 10101110 | 10100110 | 10000000 | 0 | 101 | 11010 | 100000 | 110010 | 10110 | 111011 |
Color Harmonies of #AEA680
Complementary color
Monochromatic Colors of #AEA680
Black with #AEA680
Text Example
Text Example
White with #AEA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA680; }
p { color: rgb(174,166,128); }
H1.HeaderClassName
{
color: #AEA680;
}
.AnyTagClassName
{
color: #AEA680;
}
</style>
background-color css
<style>
a { background-color: #AEA680; }
a { background-color: rgb(174,166,128); }
div.DivClassName
{
background-color: #AEA680;
}
.BgClassName
{
background-color: #AEA680;
}
</style>
border-color css
<style>
span { border-color: #AEA680; }
span { border-color: rgb(174,166,128); }
td.TdClassName
{
border-color: #AEA680;
}
.TagClassName
{
border-color: #AEA680;
}
</style>