Shades of Neutral Green #AEAD81
Tints of Neutral Green #AEAD81
RGB
CMYK
RGB Variations
Color information
#AEAD81 (or 0xAEAD81) is known color: Neutral Green. HEX triplet: AE, AD and 81. RGB value is (174,173,129). Sum of RGB (Red+Green+Blue) = 174+173+129=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAD81 is #51527E. Grayscale: #A8A8A8. Windows color (decimal): -5329535 or 8498606. OLE color: 8498606.
HSL color Cylindrical-coordinate representation of color #AEAD81: hue angle of 58.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEAD81 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 129 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.32 |
| HSL | 58.67º | 0.22% | 0.59% | - |
| HSV(B) | 58.67º | 0.26% | 0.68% | - |
| XYZ | 36.36 | 40.47 | 26.66 | - |
| YUV | 168.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 129 | 0 | 0.01 | 0.26 | 0.32 | 58.67 | 0.22 | 0.59 |
| Hex | AE | AD | 81 | 0 | 1 | 1A | 20 | 3B | 16 | 3B |
| Octal | 256 | 255 | 201 | 0 | 1 | 32 | 40 | 73 | 26 | 73 |
| Binary | 10101110 | 10101101 | 10000001 | 0 | 1 | 11010 | 100000 | 111011 | 10110 | 111011 |
Color Harmonies of #AEAD81
Complementary color
Monochromatic Colors of #AEAD81
Black with #AEAD81
Text Example
Text Example
White with #AEAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD81; }
p { color: rgb(174,173,129); }
H1.HeaderClassName
{
color: #AEAD81;
}
.AnyTagClassName
{
color: #AEAD81;
}
</style>
background-color css
<style>
a { background-color: #AEAD81; }
a { background-color: rgb(174,173,129); }
div.DivClassName
{
background-color: #AEAD81;
}
.BgClassName
{
background-color: #AEAD81;
}
</style>
border-color css
<style>
span { border-color: #AEAD81; }
span { border-color: rgb(174,173,129); }
td.TdClassName
{
border-color: #AEAD81;
}
.TagClassName
{
border-color: #AEAD81;
}
</style>