#AEA484

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

Shades of Neutral Green #AEA484

Tints of Neutral Green #AEA484

Color information

#AEA484 (or 0xAEA484) is unknown color: approx Neutral Green. HEX triplet: AE, A4 and 84. RGB value is (174,164,132). Sum of RGB (Red+Green+Blue) = 174+164+132=470 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.02% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA484 is #515B7B. Grayscale: #A3A3A3. Windows color (decimal): -5331836 or 8692910. OLE color: 8692910.

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

Color convert

RGB174164132-
CMYK00.060.240.32
HSL45.71º20.59%60%-
HSV(B)45.71º24.14%68.24%-
XYZ34.937.2227.17-
YUV163.34110.31135.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.02%
GREEN value IS 164 (64.45% from 255) = 34.89%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=37.02%
G=34.89%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416413200.060.240.3245.7120.5960
HexAEA4840618202e153c
Octal256244204063040562574
Binary10101110101001001000010001101100010000010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA484; }

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

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

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

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

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

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

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

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