#AAA289

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

Shades of Neutral Green #AAA289

Tints of Neutral Green #AAA289

Color information

#AAA289 (or 0xAAA289) is unknown color: approx Neutral Green. HEX triplet: AA, A2 and 89. RGB value is (170,162,137). Sum of RGB (Red+Green+Blue) = 170+162+137=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 162 (63.67% from 255 or 34.54% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA289 is #555D76. Grayscale: #A1A1A1. Windows color (decimal): -5594487 or 9020074. OLE color: 9020074.

HSL color Cylindrical-coordinate representation of color #AAA289: hue angle of 45.45º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAA289 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB170162137-
CMYK00.050.190.33
HSL45.45º16.26%60.2%-
HSV(B)45.45º19.41%66.67%-
XYZ34.0136.1928.86-
YUV161.54114.15134.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 162 (63.67% from 255) = 34.54%
BLUE value IS 137 (53.91% from 255) = 29.21%
R=36.25%
G=34.54%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016213700.050.190.3345.4516.2660.2
HexAAA2890513212d103c
Octal252242211052341552074
Binary10101010101000101000100101011001110000110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA289; }

 p { color: rgb(170,162,137); }

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

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

 a { background-color: rgb(170,162,137); }

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

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

 span { border-color: rgb(170,162,137); }

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