Color Hex Logo

#ae572c Color Hex

#AE572C
(174,87,44)
0 Favorites   0 Comments

Color spaces of #ae572c

RGB 1748744
HSL0.060.600.43
HSV20°75°68°
CMYK 0.000.500.75   0.32
XYZ21.318415.99694.3470
Yxy15.99690.51170.3840
Hunter Lab39.996125.149421.5533
CIE-Lab46.970432.367140.2142

#ae572c color RGB value is (174,87,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 00101100
Octal 256 127 54
Decimal 174 87 44
Hex AE 57 2C

RGB Percentages of Color #ae572c

%57.05
%28.52
%14.43

CMYK Percentages of Color #ae572c

%0
%50
%75
%32

Triadic Colors of #ae572c

#ae572c #2cae57 #572cae

Analogous Colors of #ae572c

#ae572c #ae982c #ae2c42

Monochromatic Colors of #ae572c

#ae572c

Complementary Color

#ae572c #2c83ae

#ae572c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae572c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae572c Color CSS Codes

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

#ae572c Text Font Color

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

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


#ae572c Background Color

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

This div background color is #ae572c


#ae572c Border Color

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

This div border color is #ae572c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae572c

#ae572c Color Palettes


Comments

No comments written yet.

Please login to write comment.