#AAA688

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

Shades of Neutral Green #AAA688

Tints of Neutral Green #AAA688

Color information

#AAA688 (or 0xAAA688) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 88. RGB value is (170,166,136). Sum of RGB (Red+Green+Blue) = 170+166+136=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA688 is #555977. Grayscale: #A3A3A3. Windows color (decimal): -5593464 or 8955562. OLE color: 8955562.

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

Color convert

RGB170166136-
CMYK00.020.200.33
HSL52.94º16.67%60%-
HSV(B)52.94º20%66.67%-
XYZ34.6637.628.72-
YUV163.78112.33132.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 136 (53.52% from 255) = 28.81%
R=36.02%
G=35.17%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016613600.020.200.3352.9416.6760
HexAAA68802142135113c
Octal252246210022441652174
Binary1010101010100110100010000101010010000111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA688; }

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

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

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

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

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

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

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

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