Shades of Neutral Green #AEA882
Tints of Neutral Green #AEA882
RGB
CMYK
RGB Variations
Color information
#AEA882 (or 0xAEA882) is known color: Neutral Green. HEX triplet: AE, A8 and 82. RGB value is (174,168,130). Sum of RGB (Red+Green+Blue) = 174+168+130=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA882 is #51577D. Grayscale: #A5A5A5. Windows color (decimal): -5330814 or 8562862. OLE color: 8562862.
HSL color Cylindrical-coordinate representation of color #AEA882: hue angle of 51.82º 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 #AEA882 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 168 | 130 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.32 |
| HSL | 51.82º | 0.21% | 0.6% | - |
| HSV(B) | 51.82º | 0.25% | 0.68% | - |
| XYZ | 35.49 | 38.62 | 26.7 | - |
| YUV | 165.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 168 | 130 | 0 | 0.03 | 0.25 | 0.32 | 51.82 | 0.21 | 0.6 |
| Hex | AE | A8 | 82 | 0 | 3 | 19 | 20 | 34 | 15 | 3C |
| Octal | 256 | 250 | 202 | 0 | 3 | 31 | 40 | 64 | 25 | 74 |
| Binary | 10101110 | 10101000 | 10000010 | 0 | 11 | 11001 | 100000 | 110100 | 10101 | 111100 |
Color Harmonies of #AEA882
Complementary color
Monochromatic Colors of #AEA882
Black with #AEA882
Text Example
Text Example
White with #AEA882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA882; }
p { color: rgb(174,168,130); }
H1.HeaderClassName
{
color: #AEA882;
}
.AnyTagClassName
{
color: #AEA882;
}
</style>
background-color css
<style>
a { background-color: #AEA882; }
a { background-color: rgb(174,168,130); }
div.DivClassName
{
background-color: #AEA882;
}
.BgClassName
{
background-color: #AEA882;
}
</style>
border-color css
<style>
span { border-color: #AEA882; }
span { border-color: rgb(174,168,130); }
td.TdClassName
{
border-color: #AEA882;
}
.TagClassName
{
border-color: #AEA882;
}
</style>