Shades of Neutral Green #AEA682
Tints of Neutral Green #AEA682
RGB
CMYK
RGB Variations
Color information
#AEA682 (or 0xAEA682) is known color: Neutral Green. HEX triplet: AE, A6 and 82. RGB value is (174,166,130). Sum of RGB (Red+Green+Blue) = 174+166+130=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 130 (51.17% from 255 or 27.66% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA682 is #51597D. Grayscale: #A4A4A4. Windows color (decimal): -5331326 or 8562350. OLE color: 8562350.
HSL color Cylindrical-coordinate representation of color #AEA682: hue angle of 49.09º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEA682 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 166 | 130 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.32 |
| HSL | 49.09º | 0.21% | 0.6% | - |
| HSV(B) | 49.09º | 0.25% | 0.68% | - |
| XYZ | 35.12 | 37.88 | 26.58 | - |
| YUV | 164.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 166 | 130 | 0 | 0.05 | 0.25 | 0.32 | 49.09 | 0.21 | 0.6 |
| Hex | AE | A6 | 82 | 0 | 5 | 19 | 20 | 31 | 15 | 3C |
| Octal | 256 | 246 | 202 | 0 | 5 | 31 | 40 | 61 | 25 | 74 |
| Binary | 10101110 | 10100110 | 10000010 | 0 | 101 | 11001 | 100000 | 110001 | 10101 | 111100 |
Color Harmonies of #AEA682
Complementary color
Monochromatic Colors of #AEA682
Black with #AEA682
Text Example
Text Example
White with #AEA682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA682; }
p { color: rgb(174,166,130); }
H1.HeaderClassName
{
color: #AEA682;
}
.AnyTagClassName
{
color: #AEA682;
}
</style>
background-color css
<style>
a { background-color: #AEA682; }
a { background-color: rgb(174,166,130); }
div.DivClassName
{
background-color: #AEA682;
}
.BgClassName
{
background-color: #AEA682;
}
</style>
border-color css
<style>
span { border-color: #AEA682; }
span { border-color: rgb(174,166,130); }
td.TdClassName
{
border-color: #AEA682;
}
.TagClassName
{
border-color: #AEA682;
}
</style>