Color Hex Logo

#aea45e Color Hex

#AEA45E
(174,164,94)
0 Favorites   0 Comments

Color spaces of #aea45e

RGB 17416494
HSL0.150.330.53
HSV53°46°68°
CMYK 0.000.060.46   0.32
XYZ32.751436.357715.8812
Yxy36.35770.38540.4278
Hunter Lab60.2973-8.565426.5923
CIE-Lab66.7923-6.326537.4674

#aea45e color RGB value is (174,164,94).

#aea45e hex color red value is 174, green value is 164 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aea45e hue: 0.15 , saturation: 0.33 and the lightness value of aea45e is 0.53.

The process color (four color CMYK) of #aea45e color hex is 0.00, 0.06, 0.46, 0.32. Web safe color of #aea45e is #999966. Color #aea45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01011110
Octal 256 244 136
Decimal 174 164 94
Hex AE A4 5E

RGB Percentages of Color #aea45e

%40.28
%37.96
%21.76

CMYK Percentages of Color #aea45e

%0
%6
%46
%32

Triadic Colors of #aea45e

#aea45e #5eaea4 #a45eae

Analogous Colors of #aea45e

#aea45e #90ae5e #ae7c5e

Monochromatic Colors of #aea45e

#aea45e

Complementary Color

#aea45e #5e68ae

#aea45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea45e Color CSS Codes

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

#aea45e Text Font Color

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

This sample text font color is #aea45e
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.


#aea45e Background Color

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

This div background color is #aea45e


#aea45e Border Color

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

This div border color is #aea45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea45e


Comments

No comments written yet.

Please login to write comment.