#AAA486

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

Shades of Neutral Green #AAA486

Tints of Neutral Green #AAA486

Color information

#AAA486 (or 0xAAA486) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 86. RGB value is (170,164,134). Sum of RGB (Red+Green+Blue) = 170+164+134=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA486 is #555B79. Grayscale: #A2A2A2. Windows color (decimal): -5593978 or 8823978. OLE color: 8823978.

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

Color convert

RGB170164134-
CMYK00.040.210.33
HSL50º17.48%59.61%-
HSV(B)50º21.18%66.67%-
XYZ34.1636.8227.86-
YUV162.37111.99133.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=36.32%
G=35.04%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016413400.040.210.335017.4859.61
HexAAA48604152132113c
Octal252244206042541622174
Binary10101010101001001000011001001010110000111001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA486; }

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

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

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

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

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

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

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

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