#AAA487

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

Shades of Neutral Green #AAA487

Tints of Neutral Green #AAA487

Color information

#AAA487 (or 0xAAA487) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 87. RGB value is (170,164,135). Sum of RGB (Red+Green+Blue) = 170+164+135=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA487 is #555B78. Grayscale: #A2A2A2. Windows color (decimal): -5593977 or 8889514. OLE color: 8889514.

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

Color convert

RGB170164135-
CMYK00.040.210.33
HSL49.71º17.07%59.8%-
HSV(B)49.71º20.59%66.67%-
XYZ34.2336.8528.23-
YUV162.49112.49133.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=36.25%
G=34.97%
B=28.78%

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
Decimal17016413500.040.210.3349.7117.0759.8
HexAAA48704152132113c
Octal252244207042541622174
Binary10101010101001001000011101001010110000111001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA487; }

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

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

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

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

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

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

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

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