Shades of Neutral Green #AEAB7A
Tints of Neutral Green #AEAB7A
RGB
CMYK
RGB Variations
Color information
#AEAB7A (or 0xAEAB7A) is known color: Neutral Green. HEX triplet: AE, AB and 7A. RGB value is (174,171,122). Sum of RGB (Red+Green+Blue) = 174+171+122=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB7A is #515485. Grayscale: #A6A6A6. Windows color (decimal): -5330054 or 8039342. OLE color: 8039342.
HSL color Cylindrical-coordinate representation of color #AEAB7A: hue angle of 56.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEAB7A is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 122 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.32 |
| HSL | 56.54º | 0.24% | 0.58% | - |
| HSV(B) | 56.54º | 0.3% | 0.68% | - |
| XYZ | 35.53 | 39.53 | 24.17 | - |
| YUV | 166.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 122 | 0 | 0.02 | 0.30 | 0.32 | 56.54 | 0.24 | 0.58 |
| Hex | AE | AB | 7A | 0 | 2 | 1E | 20 | 39 | 18 | 3A |
| Octal | 256 | 253 | 172 | 0 | 2 | 36 | 40 | 71 | 30 | 72 |
| Binary | 10101110 | 10101011 | 1111010 | 0 | 10 | 11110 | 100000 | 111001 | 11000 | 111010 |
Color Harmonies of #AEAB7A
Complementary color
Monochromatic Colors of #AEAB7A
Black with #AEAB7A
Text Example
Text Example
White with #AEAB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB7A; }
p { color: rgb(174,171,122); }
H1.HeaderClassName
{
color: #AEAB7A;
}
.AnyTagClassName
{
color: #AEAB7A;
}
</style>
background-color css
<style>
a { background-color: #AEAB7A; }
a { background-color: rgb(174,171,122); }
div.DivClassName
{
background-color: #AEAB7A;
}
.BgClassName
{
background-color: #AEAB7A;
}
</style>
border-color css
<style>
span { border-color: #AEAB7A; }
span { border-color: rgb(174,171,122); }
td.TdClassName
{
border-color: #AEAB7A;
}
.TagClassName
{
border-color: #AEAB7A;
}
</style>