Color Hex Logo

#aea05e Color Hex

#AEA05E
(174,160,94)
0 Favorites   0 Comments

Color spaces of #aea05e

RGB 17416094
HSL0.140.330.53
HSV50°46°68°
CMYK 0.000.080.46   0.32
XYZ32.046734.948415.6464
Yxy34.94840.38780.4229
Hunter Lab59.1172-6.692425.6899
CIE-Lab65.7085-4.187136.1201

#aea05e color RGB value is (174,160,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 01011110
Octal 256 240 136
Decimal 174 160 94
Hex AE A0 5E

RGB Percentages of Color #aea05e

%40.65
%37.38
%21.96

CMYK Percentages of Color #aea05e

%0
%8
%46
%32

Triadic Colors of #aea05e

#aea05e #5eaea0 #a05eae

Analogous Colors of #aea05e

#aea05e #94ae5e #ae785e

Monochromatic Colors of #aea05e

#aea05e

Complementary Color

#aea05e #5e6cae

#aea05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea05e Color CSS Codes

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

#aea05e Text Font Color

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

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


#aea05e Background Color

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

This div background color is #aea05e


#aea05e Border Color

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

This div border color is #aea05e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,160,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 #aea05e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea05e


Comments

No comments written yet.

Please login to write comment.