#AAA887

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

Shades of Neutral Green #AAA887

Tints of Neutral Green #AAA887

Color information

#AAA887 (or 0xAAA887) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 87. RGB value is (170,168,135). Sum of RGB (Red+Green+Blue) = 170+168+135=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA887 is #555778. Grayscale: #A4A4A4. Windows color (decimal): -5592953 or 8890538. OLE color: 8890538.

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

Color convert

RGB170168135-
CMYK00.010.210.33
HSL56.57º17.07%59.8%-
HSV(B)56.57º20.59%66.67%-
XYZ34.9538.328.47-
YUV164.84111.16131.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=35.94%
G=35.52%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016813500.010.210.3356.5717.0759.8
HexAAA88701152139113c
Octal252250207012541712174
Binary101010101010100010000111011010110000111100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA887; }

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

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

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

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

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

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

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

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