COLOR #AE496A

HEX: #AE496A
RGB: (174,73,106)

Color info

#AE496A contains mainly red color. Web safe color of #AE496A is #993366 (or #936).

RGB color model

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

  • red value is 174;
  • green value is 73;
  • blue value is 106.
RGB:
(174,73,106)
(68%,29%,42%)

RGB channels and saturation

R 174 of 255 = 68%
G 73 of 255 = 29%
B 106 of 255 = 42%

174
73
106

R + G + B ~ 46%. #AE496A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 73 + 106 = 353 (100%)
R 174 of 353 ~ 49.29%
G 73 of 353 ~ 20.68%
B 106 of 353 ~ 30.03%

%49.29
%20.68
%30.03

CMYK color model

#AE496A color CMYK value is (0,58,39,32).

  • cyan value is 0.00%
  • magenta value is 58.05%
  • yellow value is 39.08%
  • key color value is 31.76%
CMYK:
(0,58,39,32)
C0M58Y39K32 
(0%,58%,39%,32%)
(0.00/0.58/0.39/0.32)	

CMYK percentages

%0
%58.05
%39.08
%31.76

Codes

Color #AE496A in popluar color models

AE496A
RGB17473106
HSL340°40.89%48.43%
HSB/HSV340°58.05%68.24%
CMYK0.00%58.05%39.08%
31.76%

Color #AE496A in popluar number systems.

HEXAE496A
Decimal17473106
Binary1010111010010011101010
Octal256111152

Shades and tints

Shades of #AE496A

#AE496A
(174,73,106)
#9F4361
(159,67,97)
#903D58
(144,61,88)
#81374F
(129,55,79)
#723146
(114,49,70)
#632B3D
(99,43,61)
#542534
(84,37,52)
#451F2B
(69,31,43)
#361922
(54,25,34)
#271319
(39,19,25)
#180D10
(24,13,16)
#000000
(0,0,0)

Tints of #AE496A

#AE496A
(174,73,106)
#B55977
(181,89,119)
#BC6984
(188,105,132)
#C37991
(195,121,145)
#CA899E
(202,137,158)
#D199AB
(209,153,171)
#D8A9B8
(216,169,184)
#DFB9C5
(223,185,197)
#E6C9D2
(230,201,210)
#EDD9DF
(237,217,223)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE496A color. Also use rgb(174,73,106) instead hex code.

Text Font Color

.myTextColor { color: #AE496A; }

<p style="color:#AE496A">This sample text font color is #AE496A.</p>

This text font color is #AE496A.


Background Color

.myBgColor { background-color: #AE496A; }

<div style="background-color:#AE496A">Inner text</div>

This div background color is #AE496A.


Border color

.myBorderColor { border: 1px solid #AE496A; }

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

This div border color is #AE496A.


Opacity

.myOpacity80 { color: #AE496A; opacity: 0.8; }

<p style="color:#AE496A;opacity:0.8;">80%</p>

Text with #AE496A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AE496A;}

<p style="text-shadow: 3px 3px 1px #AE496A">Text here.</p>

This text has shadow with #AE496A color.

.textShadow {text-shadow: 3px 3px 1px #AE496A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AE496A, 5px 5px 20px red">Text here.</p>

This text has shadow with #AE496A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AE496A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AE496A, Direction=45, Strength=4)">Text</p>

This text has shadow with #AE496A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AE496A;
  -webkit-box-shadow:	1px 1px 3px 2px #AE496A;
  box-shadow:		1px 1px 3px 2px #AE496A;
}

/* html code with inline style */
<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.

Preview

Color preview on black background

This text has color #AE496A on black background.


Color preview on white background

This text has color #AE496A on white background.



Black color preview on #AE496A background

This text has black color on #AE496A background.


White color preview on #AE496A background

This text has white color on #AE496A background.