#AAA489

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

Shades of Neutral Green #AAA489

Tints of Neutral Green #AAA489

Color information

#AAA489 (or 0xAAA489) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 89. RGB value is (170,164,137). Sum of RGB (Red+Green+Blue) = 170+164+137=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 137 (53.91% from 255 or 29.09% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA489 is #555B76. Grayscale: #A2A2A2. Windows color (decimal): -5593975 or 9020586. OLE color: 9020586.

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

Color convert

RGB170164137-
CMYK00.040.190.33
HSL49.09º16.26%60.2%-
HSV(B)49.09º19.41%66.67%-
XYZ34.3736.928.98-
YUV162.72113.49133.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 137 (53.91% from 255) = 29.09%
R=36.09%
G=34.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016413700.040.190.3349.0916.2660.2
HexAAA48904132131103c
Octal252244211042341612074
Binary10101010101001001000100101001001110000111000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA489; }

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

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

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

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

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

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

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

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