#AAA87E

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

Shades of Neutral Green #AAA87E

Tints of Neutral Green #AAA87E

Color information

#AAA87E (or 0xAAA87E) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 7E. RGB value is (170,168,126). Sum of RGB (Red+Green+Blue) = 170+168+126=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA87E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA87E is #555781. Grayscale: #A3A3A3. Windows color (decimal): -5592962 or 8300714. OLE color: 8300714.

HSL color Cylindrical-coordinate representation of color #AAA87E: hue angle of 57.27º 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 #AAA87E is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB170168126-
CMYK00.010.260.33
HSL57.27º20.56%58.04%-
HSV(B)57.27º25.88%66.67%-
XYZ34.3538.0625.27-
YUV163.81106.66132.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=36.64%
G=36.21%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016812600.010.260.3357.2720.5658.04
HexAAA87E011A2139153a
Octal252250176013241712572
Binary10101010101010001111110011101010000111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA87E; }

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

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

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

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

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

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

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

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