#AAA97A

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

Shades of Neutral Green #AAA97A

Tints of Neutral Green #AAA97A

Color information

#AAA97A (or 0xAAA97A) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 7A. RGB value is (170,169,122). Sum of RGB (Red+Green+Blue) = 170+169+122=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA97A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA97A is #555685. Grayscale: #A4A4A4. Windows color (decimal): -5592710 or 8038826. OLE color: 8038826.

HSL color Cylindrical-coordinate representation of color #AAA97A: hue angle of 58.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAA97A is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB170169122-
CMYK00.010.280.33
HSL58.75º22.02%57.25%-
HSV(B)58.75º28.24%66.67%-
XYZ34.2838.3324-
YUV163.94104.33132.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=36.88%
G=36.66%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016912200.010.280.3358.7522.0257.25
HexAAA97A011C213b1639
Octal252251172013441732671
Binary10101010101010011111010011110010000111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA97A; }

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

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

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

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

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

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

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

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