Color Hex Logo

#ae512c Color Hex

#AE512C
(174,81,44)
0 Favorites   0 Comments

Color spaces of #ae512c

RGB 1748144
HSL0.050.600.43
HSV17°75°68°
CMYK 0.000.530.75   0.32
XYZ20.852615.06544.1917
Yxy15.06540.51990.3756
Hunter Lab38.814227.972920.7670
CIE-Lab45.723635.512338.8885

#ae512c color RGB value is (174,81,44).

#ae512c hex color red value is 174, green value is 81 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ae512c hue: 0.05 , saturation: 0.60 and the lightness value of ae512c is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010001 00101100
Octal 256 121 54
Decimal 174 81 44
Hex AE 51 2C

RGB Percentages of Color #ae512c

%58.19
%27.09
%14.72

CMYK Percentages of Color #ae512c

%0
%53
%75
%32

Triadic Colors of #ae512c

#ae512c #2cae51 #512cae

Analogous Colors of #ae512c

#ae512c #ae922c #ae2c48

Monochromatic Colors of #ae512c

#ae512c

Complementary Color

#ae512c #2c89ae

#ae512c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae512c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae512c Color CSS Codes

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

#ae512c Text Font Color

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

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


#ae512c Background Color

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

This div background color is #ae512c


#ae512c Border Color

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

This div border color is #ae512c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae512c


Comments

No comments written yet.

Please login to write comment.