Color Hex Logo

#ae5647 Color Hex

#AE5647
(174,86,71)
0 Favorites   0 Comments

Color spaces of #ae5647

RGB 1748671
HSL0.020.420.48
HSV59°68°
CMYK 0.000.510.59   0.32
XYZ21.920716.10927.9153
Yxy16.10920.47710.3506
Hunter Lab40.136327.250516.4028
CIE-Lab47.117434.567925.3528

#ae5647 color RGB value is (174,86,71).

#ae5647 hex color red value is 174, green value is 86 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ae5647 hue: 0.02 , saturation: 0.42 and the lightness value of ae5647 is 0.48.

The process color (four color CMYK) of #ae5647 color hex is 0.00, 0.51, 0.59, 0.32. Web safe color of #ae5647 is #996633. Color #ae5647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 01000111
Octal 256 126 107
Decimal 174 86 71
Hex AE 56 47

RGB Percentages of Color #ae5647

%52.57
%25.98
%21.45

CMYK Percentages of Color #ae5647

%0
%51
%59
%32

Triadic Colors of #ae5647

#ae5647 #47ae56 #5647ae

Analogous Colors of #ae5647

#ae5647 #ae8a47 #ae476c

Monochromatic Colors of #ae5647

#ae5647

Complementary Color

#ae5647 #479fae

#ae5647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5647 Color CSS Codes

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

#ae5647 Text Font Color

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

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


#ae5647 Background Color

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

This div background color is #ae5647


#ae5647 Border Color

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

This div border color is #ae5647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5647


Comments

No comments written yet.

Please login to write comment.