#AAA389

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

Shades of Neutral Green #AAA389

Tints of Neutral Green #AAA389

Color information

#AAA389 (or 0xAAA389) is unknown color: approx Neutral Green. HEX triplet: AA, A3 and 89. RGB value is (170,163,137). Sum of RGB (Red+Green+Blue) = 170+163+137=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA389 is #555C76. Grayscale: #A2A2A2. Windows color (decimal): -5594231 or 9020330. OLE color: 9020330.

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

Color convert

RGB170163137-
CMYK00.040.190.33
HSL47.27º16.26%60.2%-
HSV(B)47.27º19.41%66.67%-
XYZ34.1936.5528.92-
YUV162.13113.82133.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.17%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=36.17%
G=34.68%
B=29.15%

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
Decimal17016313700.040.190.3347.2716.2660.2
HexAAA3890413212f103c
Octal252243211042341572074
Binary10101010101000111000100101001001110000110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA389; }

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

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

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

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

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

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

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

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