#AEA480

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

Shades of Neutral Green #AEA480

Tints of Neutral Green #AEA480

Color information

#AEA480 (or 0xAEA480) is unknown color: approx Neutral Green. HEX triplet: AE, A4 and 80. RGB value is (174,164,128). Sum of RGB (Red+Green+Blue) = 174+164+128=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA480 is #515B7F. Grayscale: #A3A3A3. Windows color (decimal): -5331840 or 8430766. OLE color: 8430766.

HSL color Cylindrical-coordinate representation of color #AEA480: hue angle of 46.96º 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 #AEA480 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB174164128-
CMYK00.060.260.32
HSL46.96º22.12%59.22%-
HSV(B)46.96º26.44%68.24%-
XYZ34.6337.1125.76-
YUV162.89108.31135.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.34%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=37.34%
G=35.19%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416412800.060.260.3246.9622.1259.22
HexAEA480061A202f163b
Octal256244200063240572673
Binary10101110101001001000000001101101010000010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA480; }

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

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

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

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

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

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

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

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