Color Hex Logo

#ae854e Color Hex

#AE854E
(174,133,78)
0 Favorites   0 Comments

Color spaces of #ae854e

RGB 17413378
HSL0.100.380.49
HSV34°55°68°
CMYK 0.000.240.55   0.32
XYZ27.218226.323810.8542
Yxy26.32380.42270.4088
Hunter Lab51.30674.907423.3716
CIE-Lab58.34319.122435.4430

#ae854e color RGB value is (174,133,78).

#ae854e hex color red value is 174, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ae854e hue: 0.10 , saturation: 0.38 and the lightness value of ae854e is 0.49.

The process color (four color CMYK) of #ae854e color hex is 0.00, 0.24, 0.55, 0.32. Web safe color of #ae854e is #999966. Color #ae854e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 01001110
Octal 256 205 116
Decimal 174 133 78
Hex AE 85 4E

RGB Percentages of Color #ae854e

%45.19
%34.55
%20.26

CMYK Percentages of Color #ae854e

%0
%24
%55
%32

Triadic Colors of #ae854e

#ae854e #4eae85 #854eae

Analogous Colors of #ae854e

#ae854e #a7ae4e #ae554e

Monochromatic Colors of #ae854e

#ae854e

Complementary Color

#ae854e #4e77ae

#ae854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae854e Color CSS Codes

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

#ae854e Text Font Color

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

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


#ae854e Background Color

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

This div background color is #ae854e


#ae854e Border Color

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

This div border color is #ae854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae854e


Comments

No comments written yet.

Please login to write comment.