COLOR #AE4566

HEX: #AE4566 RGB: (174,69,102)

Color info

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

RGB color model

#AE4566 color RGB value is (174,69,102).

RGB: (174,69,102) (68%, 27%, 40%)

RGB channels and saturation

R 174 of 255 = 68%
G 69 of 255 = 27%
B 102 of 255 = 40%

174
69
102

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

Portions of RGB colors in percentages

R + G + B = 174 + 69 + 102 = 345 (100%)
R 174 of 345 ~ 50.43%
G 69 of 345 ~ 20%
B 102 of 345 ~ 29.57'%

%50.43
%20
%29.57

CMYK color model

#AE4566 color CMYK value is (0,60,41,32).

  • cyan value is 0.00%
  • magenta value is 60.34%
  • yellow value is 41.38%
  • key color value is 31.76%
CMYK: (0,60,41,32) C0M60Y41K32 (0%,60%,41%,32%) (0.00/0.60/0.41/0.32) 

CMYK percentages

%0
%60.34
%41.38
%31.76

Codes

Color #AE4566 in popluar color models

AE 45 66
RGB 174 69 102
HSL 341° 43.21% 47.65%
HSB/HSV 341° 60.34% 68.24%
CMYK 0.00% 60.34% 41.38%
31.76%

Color #AE4566 in popluar number systems.

HEX AE 45 66
Decimal 174 69 102
Binary 10101110 1000101 1100110
Octal 256 105 146

Shades and tints

Shades of #AE4566

#AE4566
(174,69,102)
#9F3F5D
(159,63,93)
#903954
(144,57,84)
#81334B
(129,51,75)
#722D42
(114,45,66)
#632739
(99,39,57)
#542130
(84,33,48)
#451B27
(69,27,39)
#36151E
(54,21,30)
#270F15
(39,15,21)
#18090C
(24,9,12)
#000000
(0,0,0)

Tints of #AE4566

#AE4566
(174,69,102)
#B55573
(181,85,115)
#BC6580
(188,101,128)
#C3758D
(195,117,141)
#CA859A
(202,133,154)
#D195A7
(209,149,167)
#D8A5B4
(216,165,180)
#DFB5C1
(223,181,193)
#E6C5CE
(230,197,206)
#EDD5DB
(237,213,219)
#F4E5E8
(244,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4566 color. Also use rgb(174,69,102) instead hex code.

Text Font Color

.myTextColor { color: #AE4566; }

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

This text font color is #AE4566.

Background Color

.myBgColor { background-color: #AE4566; }

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

This div background color is #AE4566.

Border color

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

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

This div border color is #AE4566.

Opacity

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

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

Text with #AE4566 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 #AE4566;}

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

This text has shadow with #AE4566 color.


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

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AE4566; -webkit-box-shadow: 1px 1px 3px 2px #AE4566; box-shadow:1px 1px 3px 2px #AE4566;">
Div content here
</div>

This div box has shadow with color #AE4566.

Preview

Color preview on black background

This text has color #AE4566 on black background.


Color preview on white background

This text has color #AE4566 on white background.


Black color preview on #AE4566 background

This text has black color on #AE4566 background.


White color preview on #AE4566 background

This text has white color on #AE4566 background.


Related colors

Complementary color

Complementary color for #hex is #51BA99.


I love getcolorcode.com

Triadic colors

1 #66AE45 and #4566AE with #AE4566 are triadic colors.

2 #6645AE and #45AE66 with #AE4566 are triadic colors.