COLOR #AE276C

HEX: #AE276C RGB: (174,39,108)

Color info

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

RGB color model

#AE276C color RGB value is (174,39,108).

RGB: (174,39,108) (68%, 15%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 39 of 255 = 15%
B 108 of 255 = 42%

174
39
108

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

Portions of RGB colors in percentages

R + G + B = 174 + 39 + 108 = 321 (100%)
R 174 of 321 ~ 54.21%
G 39 of 321 ~ 12.15%
B 108 of 321 ~ 33.64'%

%54.21
%12.15
%33.64

CMYK color model

#AE276C color CMYK value is (0,78,38,32).

  • cyan value is 0.00%
  • magenta value is 77.59%
  • yellow value is 37.93%
  • key color value is 31.76%

CMYK: (0,78,38,32)
C0M78Y38K32 (0%, 78%, 38%, 32%)
(0.00 / 0.78 / 0.38 / 0.32)

CMYK percentages

%0
%77.59
%37.93
%31.76

Codes

Color #AE276C in popluar color models

AE 27 6C
RGB 174 39 108
HSL 329° 63.38% 41.76%
HSB/HSV 329° 77.59% 68.24%
CMYK 0.00% 77.59% 37.93%
31.76%

Color #AE276C in popluar number systems.

HEX AE 27 6C
Decimal 174 39 108
Binary 10101110 100111 1101100
Octal 256 47 154

Shades and tints

Shades of #AE276C

#AE276C
(174,39,108)
#9F2463
(159,36,99)
#90215A
(144,33,90)
#811E51
(129,30,81)
#721B48
(114,27,72)
#63183F
(99,24,63)
#541536
(84,21,54)
#45122D
(69,18,45)
#360F24
(54,15,36)
#270C1B
(39,12,27)
#180912
(24,9,18)
#000000
(0,0,0)

Tints of #AE276C

#AE276C
(174,39,108)
#B53A79
(181,58,121)
#BC4D86
(188,77,134)
#C36093
(195,96,147)
#CA73A0
(202,115,160)
#D186AD
(209,134,173)
#D899BA
(216,153,186)
#DFACC7
(223,172,199)
#E6BFD4
(230,191,212)
#EDD2E1
(237,210,225)
#F4E5EE
(244,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE276C color. Also use rgb(174,39,108) instead hex code.

Text Font Color

.myTextColor { color: #AE276C; }

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

This text font color is #AE276C.

Background Color

.myBgColor { background-color: #AE276C; }

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

This div background color is #AE276C.

Border color

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

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

This div border color is #AE276C.

Opacity

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

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

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

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

This text has shadow with #AE276C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE276C.

Preview

Color preview on black background

This text has color #AE276C on black background.


Color preview on white background

This text has color #AE276C on white background.


Black color preview on #AE276C background

This text has black color on #AE276C background.


White color preview on #AE276C background

This text has white color on #AE276C background.


Related colors

Complementary color

Complementary color for #hex is #51D893.


I love getcolorcode.com

Triadic colors

1 #6CAE27 and #276CAE with #AE276C are triadic colors.

2 #6C27AE and #27AE6C with #AE276C are triadic colors.