Color Hex Logo

#ae543e Color Hex

#AE543E
(174,84,62)
0 Favorites   0 Comments

Color spaces of #ae543e

RGB 1748462
HSL0.030.470.46
HSV12°64°68°
CMYK 0.000.520.64   0.32
XYZ21.495415.68716.4524
Yxy15.68710.49260.3595
Hunter Lab39.606927.563018.0659
CIE-Lab46.561334.969229.8902

#ae543e color RGB value is (174,84,62).

#ae543e hex color red value is 174, green value is 84 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae543e hue: 0.03 , saturation: 0.47 and the lightness value of ae543e is 0.46.

The process color (four color CMYK) of #ae543e color hex is 0.00, 0.52, 0.64, 0.32. Web safe color of #ae543e is #996633. Color #ae543e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 00111110
Octal 256 124 76
Decimal 174 84 62
Hex AE 54 3E

RGB Percentages of Color #ae543e

%54.38
%26.25
%19.38

CMYK Percentages of Color #ae543e

%0
%52
%64
%32

Triadic Colors of #ae543e

#ae543e #3eae54 #543eae

Analogous Colors of #ae543e

#ae543e #ae8c3e #ae3e60

Monochromatic Colors of #ae543e

#ae543e

Complementary Color

#ae543e #3e98ae

#ae543e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae543e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae543e Color CSS Codes

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

#ae543e Text Font Color

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

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


#ae543e Background Color

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

This div background color is #ae543e


#ae543e Border Color

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

This div border color is #ae543e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae543e


Comments

No comments written yet.

Please login to write comment.