Color Hex Logo

#ae593d Color Hex

#AE593D
(174,89,61)
0 Favorites   0 Comments

Color spaces of #ae593d

RGB 1748961
HSL0.040.480.46
HSV15°65°68°
CMYK 0.000.490.65   0.32
XYZ21.870216.48036.4432
Yxy16.48030.48820.3679
Hunter Lab40.595925.120219.0069
CIE-Lab47.598432.259031.7154

#ae593d color RGB value is (174,89,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011001 00111101
Octal 256 131 75
Decimal 174 89 61
Hex AE 59 3D

RGB Percentages of Color #ae593d

%53.70
%27.47
%18.83

CMYK Percentages of Color #ae593d

%0
%49
%65
%32

Triadic Colors of #ae593d

#ae593d #3dae59 #593dae

Analogous Colors of #ae593d

#ae593d #ae923d #ae3d59

Monochromatic Colors of #ae593d

#ae593d

Complementary Color

#ae593d #3d92ae

#ae593d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae593d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae593d Color CSS Codes

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

#ae593d Text Font Color

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

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


#ae593d Background Color

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

This div background color is #ae593d


#ae593d Border Color

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

This div border color is #ae593d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae593d


Comments

No comments written yet.

Please login to write comment.