Color Hex Logo

#ae514c Color Hex

#AE514C
(174,81,76)
0 Favorites   0 Comments

Color spaces of #ae514c

RGB 1748176
HSL0.010.390.49
HSV56°68°
CMYK 0.000.530.56   0.32
XYZ21.702515.40538.6672
Yxy15.40530.47410.3365
Hunter Lab39.249630.012314.3821
CIE-Lab46.184437.568821.1806

#ae514c color RGB value is (174,81,76).

#ae514c hex color red value is 174, green value is 81 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ae514c hue: 0.01 , saturation: 0.39 and the lightness value of ae514c is 0.49.

The process color (four color CMYK) of #ae514c color hex is 0.00, 0.53, 0.56, 0.32. Web safe color of #ae514c is #996633. Color #ae514c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 01001100
Octal 256 121 114
Decimal 174 81 76
Hex AE 51 4C

RGB Percentages of Color #ae514c

%52.57
%24.47
%22.96

CMYK Percentages of Color #ae514c

%0
%53
%56
%32

Triadic Colors of #ae514c

#ae514c #4cae51 #514cae

Analogous Colors of #ae514c

#ae514c #ae824c #ae4c78

Monochromatic Colors of #ae514c

#ae514c

Complementary Color

#ae514c #4ca9ae

#ae514c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae514c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae514c Color CSS Codes

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

#ae514c Text Font Color

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

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


#ae514c Background Color

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

This div background color is #ae514c


#ae514c Border Color

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

This div border color is #ae514c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae514c


Comments

No comments written yet.

Please login to write comment.