Color Hex Logo

#ae496f Color Hex

#AE496F
(174,73,111)
0 Favorites   0 Comments

Color spaces of #ae496f

RGB 17473111
HSL0.940.410.48
HSV337°58°68°
CMYK 0.000.580.36   0.32
XYZ22.707314.911516.7203
Yxy14.91150.41790.2744
Hunter Lab38.615437.38771.3585
CIE-Lab45.512745.1093-1.0440

#ae496f color RGB value is (174,73,111).

#ae496f hex color red value is 174, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae496f hue: 0.94 , saturation: 0.41 and the lightness value of ae496f is 0.48.

The process color (four color CMYK) of #ae496f color hex is 0.00, 0.58, 0.36, 0.32. Web safe color of #ae496f is #993366. Color #ae496f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 01101111
Octal 256 111 157
Decimal 174 73 111
Hex AE 49 6F

RGB Percentages of Color #ae496f

%48.60
%20.39
%31.01

CMYK Percentages of Color #ae496f

%0
%58
%36
%32

Triadic Colors of #ae496f

#ae496f #6fae49 #496fae

Analogous Colors of #ae496f

#ae496f #ae5649 #ae49a2

Monochromatic Colors of #ae496f

#ae496f

Complementary Color

#ae496f #49ae88

#ae496f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae496f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae496f Color CSS Codes

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

#ae496f Text Font Color

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

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


#ae496f Background Color

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

This div background color is #ae496f


#ae496f Border Color

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

This div border color is #ae496f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae496f


Comments

No comments written yet.

Please login to write comment.