Color Hex Logo

#ae593c Color Hex

#AE593C
(174,89,60)
0 Favorites   0 Comments

Color spaces of #ae593c

RGB 1748960
HSL0.040.490.46
HSV15°66°68°
CMYK 0.000.490.66   0.32
XYZ21.843516.46976.3026
Yxy16.46970.48960.3691
Hunter Lab40.582925.056619.2002
CIE-Lab47.584832.193032.2630

#ae593c color RGB value is (174,89,60).

#ae593c hex color red value is 174, green value is 89 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ae593c hue: 0.04 , saturation: 0.49 and the lightness value of ae593c is 0.46.

The process color (four color CMYK) of #ae593c color hex is 0.00, 0.49, 0.66, 0.32. Web safe color of #ae593c is #996633. Color #ae593c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011001 00111100
Octal 256 131 74
Decimal 174 89 60
Hex AE 59 3C

RGB Percentages of Color #ae593c

%53.87
%27.55
%18.58

CMYK Percentages of Color #ae593c

%0
%49
%66
%32

Triadic Colors of #ae593c

#ae593c #3cae59 #593cae

Analogous Colors of #ae593c

#ae593c #ae923c #ae3c58

Monochromatic Colors of #ae593c

#ae593c

Complementary Color

#ae593c #3c91ae

#ae593c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae593c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae593c Color CSS Codes

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

#ae593c Text Font Color

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

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


#ae593c Background Color

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

This div background color is #ae593c


#ae593c Border Color

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

This div border color is #ae593c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae593c


Comments

No comments written yet.

Please login to write comment.