#AAA97E

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

Shades of Neutral Green #AAA97E

Tints of Neutral Green #AAA97E

Color information

#AAA97E (or 0xAAA97E) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 7E. RGB value is (170,169,126). Sum of RGB (Red+Green+Blue) = 170+169+126=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA97E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA97E is #555681. Grayscale: #A4A4A4. Windows color (decimal): -5592706 or 8300970. OLE color: 8300970.

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

Color convert

RGB170169126-
CMYK00.010.260.33
HSL58.64º20.56%58.04%-
HSV(B)58.64º25.88%66.67%-
XYZ34.5338.4325.34-
YUV164.4106.33132-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=36.56%
G=36.34%
B=27.10%

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
Decimal17016912600.010.260.3358.6420.5658.04
HexAAA97E011A213b153a
Octal252251176013241732572
Binary10101010101010011111110011101010000111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA97E; }

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

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

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

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

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

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

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

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