Shades of Neutral Green #AEAB8A
Tints of Neutral Green #AEAB8A
RGB
CMYK
RGB Variations
Color information
#AEAB8A (or 0xAEAB8A) is known color: Neutral Green. HEX triplet: AE, AB and 8A. RGB value is (174,171,138). Sum of RGB (Red+Green+Blue) = 174+171+138=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAB8A is #515475. Grayscale: #A8A8A8. Windows color (decimal): -5330038 or 9087918. OLE color: 9087918.
HSL color Cylindrical-coordinate representation of color #AEAB8A: hue angle of 55º 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 #AEAB8A is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 138 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.32 |
| HSL | 55º | 0.18% | 0.61% | - |
| HSV(B) | 55º | 0.21% | 0.68% | - |
| XYZ | 36.61 | 39.96 | 29.83 | - |
| YUV | 168.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 138 | 0 | 0.02 | 0.21 | 0.32 | 55 | 0.18 | 0.61 |
| Hex | AE | AB | 8A | 0 | 2 | 15 | 20 | 37 | 12 | 3D |
| Octal | 256 | 253 | 212 | 0 | 2 | 25 | 40 | 67 | 22 | 75 |
| Binary | 10101110 | 10101011 | 10001010 | 0 | 10 | 10101 | 100000 | 110111 | 10010 | 111101 |
Color Harmonies of #AEAB8A
Complementary color
Monochromatic Colors of #AEAB8A
Black with #AEAB8A
Text Example
Text Example
White with #AEAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB8A; }
p { color: rgb(174,171,138); }
H1.HeaderClassName
{
color: #AEAB8A;
}
.AnyTagClassName
{
color: #AEAB8A;
}
</style>
background-color css
<style>
a { background-color: #AEAB8A; }
a { background-color: rgb(174,171,138); }
div.DivClassName
{
background-color: #AEAB8A;
}
.BgClassName
{
background-color: #AEAB8A;
}
</style>
border-color css
<style>
span { border-color: #AEAB8A; }
span { border-color: rgb(174,171,138); }
td.TdClassName
{
border-color: #AEAB8A;
}
.TagClassName
{
border-color: #AEAB8A;
}
</style>