Color Hex Logo

#ae885e Color Hex

#AE885E
(174,136,94)
0 Favorites   0 Comments

Color spaces of #ae885e

RGB 17413694
HSL0.090.330.53
HSV32°46°68°
CMYK 0.000.220.46   0.32
XYZ28.280127.415114.3908
Yxy27.41510.40350.3912
Hunter Lab52.35944.781520.3560
CIE-Lab59.35668.985428.0492

#ae885e color RGB value is (174,136,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 01011110
Octal 256 210 136
Decimal 174 136 94
Hex AE 88 5E

RGB Percentages of Color #ae885e

%43.07
%33.66
%23.27

CMYK Percentages of Color #ae885e

%0
%22
%46
%32

Triadic Colors of #ae885e

#ae885e #5eae88 #885eae

Analogous Colors of #ae885e

#ae885e #acae5e #ae605e

Monochromatic Colors of #ae885e

#ae885e

Complementary Color

#ae885e #5e84ae

#ae885e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae885e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae885e Color CSS Codes

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

#ae885e Text Font Color

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

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


#ae885e Background Color

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

This div background color is #ae885e


#ae885e Border Color

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

This div border color is #ae885e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae885e


Comments

No comments written yet.

Please login to write comment.