#AAA889

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

Shades of Neutral Green #AAA889

Tints of Neutral Green #AAA889

Color information

#AAA889 (or 0xAAA889) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 89. RGB value is (170,168,137). Sum of RGB (Red+Green+Blue) = 170+168+137=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA889 is #555776. Grayscale: #A5A5A5. Windows color (decimal): -5592951 or 9021610. OLE color: 9021610.

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

Color convert

RGB170168137-
CMYK00.010.190.33
HSL56.36º16.26%60.2%-
HSV(B)56.36º19.41%66.67%-
XYZ35.138.3629.22-
YUV165.06112.16131.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=35.79%
G=35.37%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016813700.010.190.3356.3616.2660.2
HexAAA88901132138103c
Octal252250211012341702074
Binary101010101010100010001001011001110000111100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA889; }

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

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

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

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

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

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

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

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