Color Hex Logo

#aea15e Color Hex

#AEA15E
(174,161,94)
0 Favorites   0 Comments

Color spaces of #aea15e

RGB 17416194
HSL0.140.330.53
HSV50°46°68°
CMYK 0.000.070.46   0.32
XYZ32.220835.296615.7044
Yxy35.29660.38720.4241
Hunter Lab59.4109-7.161825.9152
CIE-Lab65.9789-4.723836.4571

#aea15e color RGB value is (174,161,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 01011110
Octal 256 241 136
Decimal 174 161 94
Hex AE A1 5E

RGB Percentages of Color #aea15e

%40.56
%37.53
%21.91

CMYK Percentages of Color #aea15e

%0
%7
%46
%32

Triadic Colors of #aea15e

#aea15e #5eaea1 #a15eae

Analogous Colors of #aea15e

#aea15e #93ae5e #ae795e

Monochromatic Colors of #aea15e

#aea15e

Complementary Color

#aea15e #5e6bae

#aea15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea15e Color CSS Codes

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

#aea15e Text Font Color

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

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


#aea15e Background Color

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

This div background color is #aea15e


#aea15e Border Color

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

This div border color is #aea15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea15e


Comments

No comments written yet.

Please login to write comment.