Color Hex Logo

#ae493f Color Hex

#AE493F
(174,73,63)
0 Favorites   0 Comments

Color spaces of #ae493f

RGB 1747363
HSL0.020.470.46
HSV64°68°
CMYK 0.000.580.64   0.32
XYZ20.735314.12266.3357
Yxy14.12260.50340.3428
Hunter Lab37.580032.724716.3102
CIE-Lab44.408240.615626.6510

#ae493f color RGB value is (174,73,63).

#ae493f hex color red value is 174, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ae493f hue: 0.02 , saturation: 0.47 and the lightness value of ae493f is 0.46.

The process color (four color CMYK) of #ae493f color hex is 0.00, 0.58, 0.64, 0.32. Web safe color of #ae493f is #993333. Color #ae493f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 00111111
Octal 256 111 77
Decimal 174 73 63
Hex AE 49 3F

RGB Percentages of Color #ae493f

%56.13
%23.55
%20.32

CMYK Percentages of Color #ae493f

%0
%58
%64
%32

Triadic Colors of #ae493f

#ae493f #3fae49 #493fae

Analogous Colors of #ae493f

#ae493f #ae813f #ae3f6d

Monochromatic Colors of #ae493f

#ae493f

Complementary Color

#ae493f #3fa4ae

#ae493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae493f Color CSS Codes

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

#ae493f Text Font Color

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

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


#ae493f Background Color

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

This div background color is #ae493f


#ae493f Border Color

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

This div border color is #ae493f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae493f


Comments

No comments written yet.

Please login to write comment.