Color Hex Logo

#ae532c Color Hex

#AE532C
(174,83,44)
0 Favorites   0 Comments

Color spaces of #ae532c

RGB 1748344
HSL0.050.600.43
HSV18°75°68°
CMYK 0.000.520.75   0.32
XYZ21.003415.36704.2420
Yxy15.36700.51720.3784
Hunter Lab39.200827.037321.0246
CIE-Lab46.132834.473839.3249

#ae532c color RGB value is (174,83,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 00101100
Octal 256 123 54
Decimal 174 83 44
Hex AE 53 2C

RGB Percentages of Color #ae532c

%57.81
%27.57
%14.62

CMYK Percentages of Color #ae532c

%0
%52
%75
%32

Triadic Colors of #ae532c

#ae532c #2cae53 #532cae

Analogous Colors of #ae532c

#ae532c #ae942c #ae2c46

Monochromatic Colors of #ae532c

#ae532c

Complementary Color

#ae532c #2c87ae

#ae532c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae532c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae532c Color CSS Codes

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

#ae532c Text Font Color

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

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


#ae532c Background Color

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

This div background color is #ae532c


#ae532c Border Color

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

This div border color is #ae532c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae532c


Comments

No comments written yet.

Please login to write comment.