#AAA88A

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

Shades of Neutral Green #AAA88A

Tints of Neutral Green #AAA88A

Color information

#AAA88A (or 0xAAA88A) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 8A. RGB value is (170,168,138). Sum of RGB (Red+Green+Blue) = 170+168+138=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA88A is #555775. Grayscale: #A5A5A5. Windows color (decimal): -5592950 or 9087146. OLE color: 9087146.

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

Color convert

RGB170168138-
CMYK00.010.190.33
HSL56.25º15.84%60.39%-
HSV(B)56.25º18.82%66.67%-
XYZ35.1738.3929.6-
YUV165.18112.66131.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 168 (66.02% from 255) = 35.29%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=35.71%
G=35.29%
B=28.99%

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
Decimal17016813800.010.190.3356.2515.8460.39
HexAAA88A01132138103c
Octal252250212012341702074
Binary101010101010100010001010011001110000111100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA88A; }

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

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

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

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

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

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

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

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