Color Hex Logo

#ae4522 Color Hex

#AE4522
(174,69,34)
0 Favorites   0 Comments

Color spaces of #ae4522

RGB 1746934
HSL0.040.670.41
HSV15°80°68°
CMYK 0.000.600.80   0.32
XYZ19.872413.37043.0467
Yxy13.37040.54760.3684
Hunter Lab36.565633.020220.6558
CIE-Lab43.316141.088441.5508

#ae4522 color RGB value is (174,69,34).

#ae4522 hex color red value is 174, green value is 69 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ae4522 hue: 0.04 , saturation: 0.67 and the lightness value of ae4522 is 0.41.

The process color (four color CMYK) of #ae4522 color hex is 0.00, 0.60, 0.80, 0.32. Web safe color of #ae4522 is #993333. Color #ae4522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 00100010
Octal 256 105 42
Decimal 174 69 34
Hex AE 45 22

RGB Percentages of Color #ae4522

%62.82
%24.91
%12.27

CMYK Percentages of Color #ae4522

%0
%60
%80
%32

Triadic Colors of #ae4522

#ae4522 #22ae45 #4522ae

Analogous Colors of #ae4522

#ae4522 #ae8b22 #ae2245

Monochromatic Colors of #ae4522

#ae4522

Complementary Color

#ae4522 #228bae

#ae4522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4522 Color CSS Codes

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

#ae4522 Text Font Color

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

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


#ae4522 Background Color

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

This div background color is #ae4522


#ae4522 Border Color

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

This div border color is #ae4522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4522

#ae4522 Color Palettes


Comments

No comments written yet.

Please login to write comment.