Color Hex Logo

#ae496a Color Hex

#AE496A
(174,73,106)
0 Favorites   0 Comments

Color spaces of #ae496a

RGB 17473106
HSL0.950.410.48
HSV340°58°68°
CMYK 0.000.580.39   0.32
XYZ22.439614.804415.3105
Yxy14.80440.42700.2817
Hunter Lab38.476536.76793.3410
CIE-Lab45.365144.52161.8004

#ae496a color RGB value is (174,73,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001001 01101010
Octal 256 111 152
Decimal 174 73 106
Hex AE 49 6A

RGB Percentages of Color #ae496a

%49.29
%20.68
%30.03

CMYK Percentages of Color #ae496a

%0
%58
%39
%32

Triadic Colors of #ae496a

#ae496a #6aae49 #496aae

Analogous Colors of #ae496a

#ae496a #ae5b49 #ae499d

Monochromatic Colors of #ae496a

#ae496a

Complementary Color

#ae496a #49ae8d

#ae496a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae496a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae496a Color CSS Codes

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

#ae496a Text Font Color

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

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


#ae496a Background Color

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

This div background color is #ae496a


#ae496a Border Color

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

This div border color is #ae496a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae496a


Comments

No comments written yet.

Please login to write comment.