Shades of Neutral Green #AEA67C
Tints of Neutral Green #AEA67C
RGB
CMYK
RGB Variations
Color information
#AEA67C (or 0xAEA67C) is known color: Neutral Green. HEX triplet: AE, A6 and 7C. RGB value is (174,166,124). Sum of RGB (Red+Green+Blue) = 174+166+124=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA67C is #515983. Grayscale: #A3A3A3. Windows color (decimal): -5331332 or 8169134. OLE color: 8169134.
HSL color Cylindrical-coordinate representation of color #AEA67C: hue angle of 50.4º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEA67C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 166 | 124 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.32 |
| HSL | 50.4º | 0.24% | 0.58% | - |
| HSV(B) | 50.4º | 0.29% | 0.68% | - |
| XYZ | 34.73 | 37.73 | 24.52 | - |
| YUV | 163.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 124 | 0 | 0.05 | 0.29 | 0.32 | 50.4 | 0.24 | 0.58 |
| Hex | AE | A6 | 7C | 0 | 5 | 1D | 20 | 32 | 18 | 3A |
| Octal | 256 | 246 | 174 | 0 | 5 | 35 | 40 | 62 | 30 | 72 |
| Binary | 10101110 | 10100110 | 1111100 | 0 | 101 | 11101 | 100000 | 110010 | 11000 | 111010 |
Color Harmonies of #AEA67C
Complementary color
Monochromatic Colors of #AEA67C
Black with #AEA67C
Text Example
Text Example
White with #AEA67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA67C; }
p { color: rgb(174,166,124); }
H1.HeaderClassName
{
color: #AEA67C;
}
.AnyTagClassName
{
color: #AEA67C;
}
</style>
background-color css
<style>
a { background-color: #AEA67C; }
a { background-color: rgb(174,166,124); }
div.DivClassName
{
background-color: #AEA67C;
}
.BgClassName
{
background-color: #AEA67C;
}
</style>
border-color css
<style>
span { border-color: #AEA67C; }
span { border-color: rgb(174,166,124); }
td.TdClassName
{
border-color: #AEA67C;
}
.TagClassName
{
border-color: #AEA67C;
}
</style>