#AAA989

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

Shades of Neutral Green #AAA989

Tints of Neutral Green #AAA989

Color information

#AAA989 (or 0xAAA989) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 89. RGB value is (170,169,137). Sum of RGB (Red+Green+Blue) = 170+169+137=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA989 is #555676. Grayscale: #A5A5A5. Windows color (decimal): -5592695 or 9021866. OLE color: 9021866.

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

Color convert

RGB170169137-
CMYK00.010.190.33
HSL58.18º16.26%60.2%-
HSV(B)58.18º19.41%66.67%-
XYZ35.2838.7329.28-
YUV165.65111.83131.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=35.71%
G=35.50%
B=28.78%

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
Decimal17016913700.010.190.3358.1816.2660.2
HexAAA9890113213a103c
Octal252251211012341722074
Binary101010101010100110001001011001110000111101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA989; }

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

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

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

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

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

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

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

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