#AAA679

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

Shades of Neutral Green #AAA679

Tints of Neutral Green #AAA679

Color information

#AAA679 (or 0xAAA679) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 79. RGB value is (170,166,121). Sum of RGB (Red+Green+Blue) = 170+166+121=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA679 is #555986. Grayscale: #A2A2A2. Windows color (decimal): -5593479 or 7972522. OLE color: 7972522.

HSL color Cylindrical-coordinate representation of color #AAA679: hue angle of 55.1º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAA679 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB170166121-
CMYK00.020.290.33
HSL55.1º22.37%57.06%-
HSV(B)55.1º28.82%66.67%-
XYZ33.6637.223.49-
YUV162.07104.83133.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=37.20%
G=36.32%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016612100.020.290.3355.122.3757.06
HexAAA679021D21371639
Octal252246171023541672671
Binary101010101010011011110010101110110000111011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA679; }

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

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

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

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

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

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

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

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