Color Hex Logo

#ae3420 Color Hex

#AE3420
(174,52,32)
0 Favorites   0 Comments

Color spaces of #ae3420

RGB 1745232
HSL0.020.690.40
HSV82°68°
CMYK 0.000.700.82   0.32
XYZ18.944311.55892.5991
Yxy11.55890.57230.3492
Hunter Lab33.998439.965119.2663
CIE-Lab40.506348.506039.8385

#ae3420 color RGB value is (174,52,32).

#ae3420 hex color red value is 174, green value is 52 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ae3420 hue: 0.02 , saturation: 0.69 and the lightness value of ae3420 is 0.40.

The process color (four color CMYK) of #ae3420 color hex is 0.00, 0.70, 0.82, 0.32. Web safe color of #ae3420 is #993333. Color #ae3420 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 00100000
Octal 256 64 40
Decimal 174 52 32
Hex AE 34 20

RGB Percentages of Color #ae3420

%67.44
%20.16
%12.40

CMYK Percentages of Color #ae3420

%0
%70
%82
%32

Triadic Colors of #ae3420

#ae3420 #20ae34 #3420ae

Analogous Colors of #ae3420

#ae3420 #ae7b20 #ae2053

Monochromatic Colors of #ae3420

#ae3420

Complementary Color

#ae3420 #209aae

#ae3420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3420 Color CSS Codes

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

#ae3420 Text Font Color

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

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


#ae3420 Background Color

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

This div background color is #ae3420


#ae3420 Border Color

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

This div border color is #ae3420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3420


Comments

No comments written yet.

Please login to write comment.