Shades of Neutral Green #AEAB7D
Tints of Neutral Green #AEAB7D
RGB
CMYK
RGB Variations
Color information
#AEAB7D (or 0xAEAB7D) is known color: Neutral Green. HEX triplet: AE, AB and 7D. RGB value is (174,171,125). Sum of RGB (Red+Green+Blue) = 174+171+125=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB7D is #515482. Grayscale: #A6A6A6. Windows color (decimal): -5330051 or 8235950. OLE color: 8235950.
HSL color Cylindrical-coordinate representation of color #AEAB7D: hue angle of 56.33º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEAB7D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 125 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.32 |
| HSL | 56.33º | 0.23% | 0.59% | - |
| HSV(B) | 56.33º | 0.28% | 0.68% | - |
| XYZ | 35.72 | 39.61 | 25.16 | - |
| YUV | 166.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 125 | 0 | 0.02 | 0.28 | 0.32 | 56.33 | 0.23 | 0.59 |
| Hex | AE | AB | 7D | 0 | 2 | 1C | 20 | 38 | 17 | 3B |
| Octal | 256 | 253 | 175 | 0 | 2 | 34 | 40 | 70 | 27 | 73 |
| Binary | 10101110 | 10101011 | 1111101 | 0 | 10 | 11100 | 100000 | 111000 | 10111 | 111011 |
Color Harmonies of #AEAB7D
Complementary color
Monochromatic Colors of #AEAB7D
Black with #AEAB7D
Text Example
Text Example
White with #AEAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB7D; }
p { color: rgb(174,171,125); }
H1.HeaderClassName
{
color: #AEAB7D;
}
.AnyTagClassName
{
color: #AEAB7D;
}
</style>
background-color css
<style>
a { background-color: #AEAB7D; }
a { background-color: rgb(174,171,125); }
div.DivClassName
{
background-color: #AEAB7D;
}
.BgClassName
{
background-color: #AEAB7D;
}
</style>
border-color css
<style>
span { border-color: #AEAB7D; }
span { border-color: rgb(174,171,125); }
td.TdClassName
{
border-color: #AEAB7D;
}
.TagClassName
{
border-color: #AEAB7D;
}
</style>