#AAA588

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

Shades of Neutral Green #AAA588

Tints of Neutral Green #AAA588

Color information

#AAA588 (or 0xAAA588) is unknown color: approx Neutral Green. HEX triplet: AA, A5 and 88. RGB value is (170,165,136). Sum of RGB (Red+Green+Blue) = 170+165+136=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA588 is #555A77. Grayscale: #A3A3A3. Windows color (decimal): -5593720 or 8955306. OLE color: 8955306.

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

Color convert

RGB170165136-
CMYK00.030.200.33
HSL51.18º16.67%60%-
HSV(B)51.18º20%66.67%-
XYZ34.4837.2328.66-
YUV163.19112.66132.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 165 (64.84% from 255) = 35.03%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=36.09%
G=35.03%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016513600.030.200.3351.1816.6760
HexAAA58803142133113c
Octal252245210032441632174
Binary1010101010100101100010000111010010000111001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA588; }

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

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

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

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

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

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

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

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