#AEAA7C

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

Shades of Neutral Green #AEAA7C

Tints of Neutral Green #AEAA7C

Color information

#AEAA7C (or 0xAEAA7C) is unknown color: approx Neutral Green. HEX triplet: AE, AA and 7C. RGB value is (174,170,124). Sum of RGB (Red+Green+Blue) = 174+170+124=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA7C is #515583. Grayscale: #A6A6A6. Windows color (decimal): -5330308 or 8170158. OLE color: 8170158.

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

Color convert

RGB174170124-
CMYK00.020.290.32
HSL55.2º23.58%58.43%-
HSV(B)55.2º28.74%68.24%-
XYZ35.4739.224.77-
YUV165.95104.33133.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=37.18%
G=36.32%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417012400.020.290.3255.223.5858.43
HexAEAA7C021D2037183a
Octal256252174023540673072
Binary101011101010101011111000101110110000011011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAA7C; }

 p { color: rgb(174,170,124); }

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

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

 a { background-color: rgb(174,170,124); }

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

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

 span { border-color: rgb(174,170,124); }

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