#AEAB79

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

Shades of Neutral Green #AEAB79

Tints of Neutral Green #AEAB79

Color information

#AEAB79 (or 0xAEAB79) is unknown color: approx Neutral Green. HEX triplet: AE, AB and 79. RGB value is (174,171,121). Sum of RGB (Red+Green+Blue) = 174+171+121=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB79 is #515486. Grayscale: #A6A6A6. Windows color (decimal): -5330055 or 7973806. OLE color: 7973806.

HSL color Cylindrical-coordinate representation of color #AEAB79: hue angle of 56.6º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEAB79 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB174171121-
CMYK00.020.300.32
HSL56.6º24.65%57.84%-
HSV(B)56.6º30.46%68.24%-
XYZ35.4739.523.84-
YUV166.2102.49133.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 171 (67.19% from 255) = 36.70%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=37.34%
G=36.70%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417112100.020.300.3256.624.6557.84
HexAEAB79021E2039193a
Octal256253171023640713172
Binary101011101010101111110010101111010000011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAB79; }

 p { color: rgb(174,171,121); }

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

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

 a { background-color: rgb(174,171,121); }

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

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

 span { border-color: rgb(174,171,121); }

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