#AAA988

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

Shades of Neutral Green #AAA988

Tints of Neutral Green #AAA988

Color information

#AAA988 (or 0xAAA988) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 88. RGB value is (170,169,136). Sum of RGB (Red+Green+Blue) = 170+169+136=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA988 is #555677. Grayscale: #A5A5A5. Windows color (decimal): -5592696 or 8956330. OLE color: 8956330.

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

Color convert

RGB170169136-
CMYK00.010.200.33
HSL58.24º16.67%60%-
HSV(B)58.24º20%66.67%-
XYZ35.2138.728.91-
YUV165.54111.33131.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 136 (53.52% from 255) = 28.63%
R=35.79%
G=35.58%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016913600.010.200.3358.2416.6760
HexAAA9880114213a113c
Octal252251210012441722174
Binary101010101010100110001000011010010000111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA988; }

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

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

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

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

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

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

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

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