#AEA780

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

Shades of Neutral Green #AEA780

Tints of Neutral Green #AEA780

Color information

#AEA780 (or 0xAEA780) is unknown color: approx Neutral Green. HEX triplet: AE, A7 and 80. RGB value is (174,167,128). Sum of RGB (Red+Green+Blue) = 174+167+128=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA780 is #51587F. Grayscale: #A4A4A4. Windows color (decimal): -5331072 or 8431534. OLE color: 8431534.

HSL color Cylindrical-coordinate representation of color #AEA780: hue angle of 50.87º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEA780 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB174167128-
CMYK00.040.260.32
HSL50.87º22.12%59.22%-
HSV(B)50.87º26.44%68.24%-
XYZ35.1738.1925.94-
YUV164.65107.32134.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 167 (65.62% from 255) = 35.61%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=37.10%
G=35.61%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416712800.040.260.3250.8722.1259.22
HexAEA780041A2033163b
Octal256247200043240632673
Binary10101110101001111000000001001101010000011001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA780; }

 p { color: rgb(174,167,128); }

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

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

 a { background-color: rgb(174,167,128); }

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

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

 span { border-color: rgb(174,167,128); }

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