#AAA689

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

Shades of Neutral Green #AAA689

Tints of Neutral Green #AAA689

Color information

#AAA689 (or 0xAAA689) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 89. RGB value is (170,166,137). Sum of RGB (Red+Green+Blue) = 170+166+137=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA689 is #555976. Grayscale: #A4A4A4. Windows color (decimal): -5593463 or 9021098. OLE color: 9021098.

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

Color convert

RGB170166137-
CMYK00.020.190.33
HSL52.73º16.26%60.2%-
HSV(B)52.73º19.41%66.67%-
XYZ34.7337.6229.1-
YUV163.89112.83132.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 137 (53.91% from 255) = 28.96%
R=35.94%
G=35.10%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016613700.020.190.3352.7316.2660.2
HexAAA68902132135103c
Octal252246211022341652074
Binary1010101010100110100010010101001110000111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA689; }

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

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

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

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

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

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

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

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