#AAA47E

Color #AAA47E Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AAA47E

Tints of Neutral Green #AAA47E

Color information

#AAA47E (or 0xAAA47E) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 7E. RGB value is (170,164,126). Sum of RGB (Red+Green+Blue) = 170+164+126=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA47E is #555B81. Grayscale: #A1A1A1. Windows color (decimal): -5593986 or 8299690. OLE color: 8299690.

HSL color Cylindrical-coordinate representation of color #AAA47E: hue angle of 51.82º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA47E is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170164126-
CMYK00.040.260.33
HSL51.82º20.56%58.04%-
HSV(B)51.82º25.88%66.67%-
XYZ33.6236.625.03-
YUV161.46107.99134.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 164 (64.45% from 255) = 35.65%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=36.96%
G=35.65%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016412600.040.260.3351.8220.5658.04
HexAAA47E041A2134153a
Octal252244176043241642572
Binary1010101010100100111111001001101010000111010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA47E; }

 p { color: rgb(170,164,126); }

 H1.HeaderClassName
 {
   color: #AAA47E;
 }
 .AnyTagClassName
 {
   color: #AAA47E;
 }
</style>
background-color css

<style>
 a { background-color: #AAA47E; }

 a { background-color: rgb(170,164,126); }

 div.DivClassName
 {
   background-color: #AAA47E;
 }
 .BgClassName
 {
   background-color: #AAA47E;
 }
</style>
border-color css

<style>
 span { border-color: #AAA47E; }

 span { border-color: rgb(170,164,126); }

 td.TdClassName
 {
   border-color: #AAA47E;
 }
 .TagClassName
 {
   border-color: #AAA47E;
 }
</style>