Shades of Neutral Green #AEAC8A
Tints of Neutral Green #AEAC8A
RGB
CMYK
RGB Variations
Color information
#AEAC8A (or 0xAEAC8A) is known color: Neutral Green. HEX triplet: AE, AC and 8A. RGB value is (174,172,138). Sum of RGB (Red+Green+Blue) = 174+172+138=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAC8A is #515375. Grayscale: #A8A8A8. Windows color (decimal): -5329782 or 9088174. OLE color: 9088174.
HSL color Cylindrical-coordinate representation of color #AEAC8A: hue angle of 56.67º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEAC8A is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 138 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.32 |
| HSL | 56.67º | 0.18% | 0.61% | - |
| HSV(B) | 56.67º | 0.21% | 0.68% | - |
| XYZ | 36.8 | 40.34 | 29.89 | - |
| YUV | 168.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 138 | 0 | 0.01 | 0.21 | 0.32 | 56.67 | 0.18 | 0.61 |
| Hex | AE | AC | 8A | 0 | 1 | 15 | 20 | 39 | 12 | 3D |
| Octal | 256 | 254 | 212 | 0 | 1 | 25 | 40 | 71 | 22 | 75 |
| Binary | 10101110 | 10101100 | 10001010 | 0 | 1 | 10101 | 100000 | 111001 | 10010 | 111101 |
Color Harmonies of #AEAC8A
Complementary color
Monochromatic Colors of #AEAC8A
Black with #AEAC8A
Text Example
Text Example
White with #AEAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC8A; }
p { color: rgb(174,172,138); }
H1.HeaderClassName
{
color: #AEAC8A;
}
.AnyTagClassName
{
color: #AEAC8A;
}
</style>
background-color css
<style>
a { background-color: #AEAC8A; }
a { background-color: rgb(174,172,138); }
div.DivClassName
{
background-color: #AEAC8A;
}
.BgClassName
{
background-color: #AEAC8A;
}
</style>
border-color css
<style>
span { border-color: #AEAC8A; }
span { border-color: rgb(174,172,138); }
td.TdClassName
{
border-color: #AEAC8A;
}
.TagClassName
{
border-color: #AEAC8A;
}
</style>