#AEA384

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

Shades of Neutral Green #AEA384

Tints of Neutral Green #AEA384

Color information

#AEA384 (or 0xAEA384) is unknown color: approx Neutral Green. HEX triplet: AE, A3 and 84. RGB value is (174,163,132). Sum of RGB (Red+Green+Blue) = 174+163+132=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA384 is #515C7B. Grayscale: #A2A2A2. Windows color (decimal): -5332092 or 8692654. OLE color: 8692654.

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

Color convert

RGB174163132-
CMYK00.060.240.32
HSL44.29º20.59%60%-
HSV(B)44.29º24.14%68.24%-
XYZ34.7236.8627.11-
YUV162.76110.64136.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 132 (51.95% from 255) = 28.14%
R=37.10%
G=34.75%
B=28.14%

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
Decimal17416313200.060.240.3244.2920.5960
HexAEA3840618202c153c
Octal256243204063040542574
Binary10101110101000111000010001101100010000010110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA384; }

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

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

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

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

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

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

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

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