Color Hex Logo

#ae4537 Color Hex

#AE4537
(174,69,55)
0 Favorites   0 Comments

Color spaces of #ae4537

RGB 1746955
HSL0.020.520.45
HSV68°68°
CMYK 0.000.600.68   0.32
XYZ20.273313.53075.1576
Yxy13.53070.52030.3473
Hunter Lab36.784134.006917.4357
CIE-Lab43.552242.053030.3117

#ae4537 color RGB value is (174,69,55).

#ae4537 hex color red value is 174, green value is 69 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ae4537 hue: 0.02 , saturation: 0.52 and the lightness value of ae4537 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 00110111
Octal 256 105 67
Decimal 174 69 55
Hex AE 45 37

RGB Percentages of Color #ae4537

%58.39
%23.15
%18.46

CMYK Percentages of Color #ae4537

%0
%60
%68
%32

Triadic Colors of #ae4537

#ae4537 #37ae45 #4537ae

Analogous Colors of #ae4537

#ae4537 #ae8137 #ae3765

Monochromatic Colors of #ae4537

#ae4537

Complementary Color

#ae4537 #37a0ae

#ae4537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4537 Color CSS Codes

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

#ae4537 Text Font Color

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

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


#ae4537 Background Color

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

This div background color is #ae4537


#ae4537 Border Color

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

This div border color is #ae4537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4537


Comments

No comments written yet.

Please login to write comment.