COLOR #AE3877

HEX: #AE3877 RGB: (174,56,119)

Color info

#AE3877 contains mainly red and blue colors. Web safe color of #AE3877 is #993366 (or #936).

RGB color model

#AE3877 color RGB value is (174,56,119).

RGB: (174,56,119) (68%, 22%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 56 of 255 = 22%
B 119 of 255 = 47%

174
56
119

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

Portions of RGB colors in percentages

R + G + B = 174 + 56 + 119 = 349 (100%)
R 174 of 349 ~ 49.86%
G 56 of 349 ~ 16.05%
B 119 of 349 ~ 34.1'%

%49.86
%16.05
%34.1

CMYK color model

#AE3877 color CMYK value is (0,68,32,32).

  • cyan value is 0.00%
  • magenta value is 67.82%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK: (0,68,32,32) C0M68Y32K32 (0%,68%,32%,32%) (0.00/0.68/0.32/0.32) 

CMYK percentages

%0
%67.82
%31.61
%31.76

Codes

Color #AE3877 in popluar color models

AE 38 77
RGB 174 56 119
HSL 328° 51.30% 45.10%
HSB/HSV 328° 67.82% 68.24%
CMYK 0.00% 67.82% 31.61%
31.76%

Color #AE3877 in popluar number systems.

HEX AE 38 77
Decimal 174 56 119
Binary 10101110 111000 1110111
Octal 256 70 167

Shades and tints

Shades of #AE3877

#AE3877
(174,56,119)
#9F336D
(159,51,109)
#902E63
(144,46,99)
#812959
(129,41,89)
#72244F
(114,36,79)
#631F45
(99,31,69)
#541A3B
(84,26,59)
#451531
(69,21,49)
#361027
(54,16,39)
#270B1D
(39,11,29)
#180613
(24,6,19)
#000000
(0,0,0)

Tints of #AE3877

#AE3877
(174,56,119)
#B54A83
(181,74,131)
#BC5C8F
(188,92,143)
#C36E9B
(195,110,155)
#CA80A7
(202,128,167)
#D192B3
(209,146,179)
#D8A4BF
(216,164,191)
#DFB6CB
(223,182,203)
#E6C8D7
(230,200,215)
#EDDAE3
(237,218,227)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE3877 color. Also use rgb(174,56,119) instead hex code.

Text Font Color

.myTextColor { color: #AE3877; }

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

This text font color is #AE3877.

Background Color

.myBgColor { background-color: #AE3877; }

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

This div background color is #AE3877.

Border color

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

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

This div border color is #AE3877.

Opacity

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

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

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

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

This text has shadow with #AE3877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE3877.

Preview

Color preview on black background

This text has color #AE3877 on black background.


Color preview on white background

This text has color #AE3877 on white background.


Black color preview on #AE3877 background

This text has black color on #AE3877 background.


White color preview on #AE3877 background

This text has white color on #AE3877 background.


Related colors

Complementary color

Complementary color for #hex is #51C788.


I love getcolorcode.com

Triadic colors

1 #77AE38 and #3877AE with #AE3877 are triadic colors.

2 #7738AE and #38AE77 with #AE3877 are triadic colors.