Color Hex Logo

#aea49e Color Hex

#AEA49E
(174,164,158)
0 Favorites   0 Comments

Color spaces of #aea49e

RGB 174164158
HSL0.060.090.65
HSV23°68°
CMYK 0.000.060.09   0.32
XYZ36.902638.018237.7410
Yxy38.01820.32760.3375
Hunter Lab61.6589-1.07166.8702
CIE-Lab68.03402.54634.3955

#aea49e color RGB value is (174,164,158).

#aea49e hex color red value is 174, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aea49e hue: 0.06 , saturation: 0.09 and the lightness value of aea49e is 0.65.

The process color (four color CMYK) of #aea49e color hex is 0.00, 0.06, 0.09, 0.32. Web safe color of #aea49e is #999999. Color #aea49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 10011110
Octal 256 244 236
Decimal 174 164 158
Hex AE A4 9E

RGB Percentages of Color #aea49e

%35.08
%33.06
%31.85

CMYK Percentages of Color #aea49e

%0
%6
%9
%32

Triadic Colors of #aea49e

#aea49e #9eaea4 #a49eae

Analogous Colors of #aea49e

#aea49e #aeac9e #ae9ea0

Monochromatic Colors of #aea49e

#aea49e

Complementary Color

#aea49e #9ea8ae

#aea49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea49e Color CSS Codes

.mybgcolor {background-color:#aea49e; } 
.myforecolor {color:#aea49e; }
.mybordercolor {border:3px solid #aea49e; }

#aea49e Text Font Color

<p style="color:#aea49e">Text here</p>

This sample text font color is #aea49e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aea49e Background Color

<div style="background-color:#aea49e">
Div content here</div>

This div background color is #aea49e


#aea49e Border Color

<div style="border:3px solid #aea49e">
Div here</div>

This div border color is #aea49e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,164,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aea49e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aea49e;
  -webkit-box-shadow: 1px 1px 3px 2px #aea49e;
  box-shadow:         1px 1px 3px 2px #aea49e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,164,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aea49e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aea49e;
  -webkit-box-shadow: 1px 1px 3px 2px #aea49e;
  box-shadow:         1px 1px 3px 2px #aea49e;">
Div content here</div>

This div box has shadow with color #aea49e

#aea49e Color Palettes


Comments

No comments written yet.

Please login to write comment.