COLOR #AE2060

HEX: #AE2060 RGB: (174,32,96)

Color info

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

RGB color model

#AE2060 color RGB value is (174,32,96).

RGB: (174,32,96) (68%, 13%, 38%)

RGB channels and saturation

R 174 of 255 = 68%
G 32 of 255 = 13%
B 96 of 255 = 38%

174
32
96

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

Portions of RGB colors in percentages

R + G + B = 174 + 32 + 96 = 302 (100%)
R 174 of 302 ~ 57.62%
G 32 of 302 ~ 10.6%
B 96 of 302 ~ 31.79'%

%57.62
%10.6
%31.79

CMYK color model

#AE2060 color CMYK value is (0,82,45,32).

  • cyan value is 0.00%
  • magenta value is 81.61%
  • yellow value is 44.83%
  • key color value is 31.76%

CMYK: (0,82,45,32)
C0M82Y45K32 (0%, 82%, 45%, 32%)
(0.00 / 0.82 / 0.45 / 0.32)

CMYK percentages

%0
%81.61
%44.83
%31.76

Codes

Color #AE2060 in popluar color models

AE 20 60
RGB 174 32 96
HSL 333° 68.93% 40.39%
HSB/HSV 333° 81.61% 68.24%
CMYK 0.00% 81.61% 44.83%
31.76%

Color #AE2060 in popluar number systems.

HEX AE 20 60
Decimal 174 32 96
Binary 10101110 100000 1100000
Octal 256 40 140

Shades and tints

Shades of #AE2060

#AE2060
(174,32,96)
#9F1E58
(159,30,88)
#901C50
(144,28,80)
#811A48
(129,26,72)
#721840
(114,24,64)
#631638
(99,22,56)
#541430
(84,20,48)
#451228
(69,18,40)
#361020
(54,16,32)
#270E18
(39,14,24)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #AE2060

#AE2060
(174,32,96)
#B5346E
(181,52,110)
#BC487C
(188,72,124)
#C35C8A
(195,92,138)
#CA7098
(202,112,152)
#D184A6
(209,132,166)
#D898B4
(216,152,180)
#DFACC2
(223,172,194)
#E6C0D0
(230,192,208)
#EDD4DE
(237,212,222)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE2060 color. Also use rgb(174,32,96) instead hex code.

Text Font Color

.myTextColor { color: #AE2060; }

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

This text font color is #AE2060.

Background Color

.myBgColor { background-color: #AE2060; }

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

This div background color is #AE2060.

Border color

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

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

This div border color is #AE2060.

Opacity

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

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

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

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

This text has shadow with #AE2060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE2060.

Preview

Color preview on black background

This text has color #AE2060 on black background.


Color preview on white background

This text has color #AE2060 on white background.


Black color preview on #AE2060 background

This text has black color on #AE2060 background.


White color preview on #AE2060 background

This text has white color on #AE2060 background.


Related colors

Complementary color

Complementary color for #hex is #51DF9F.


I love getcolorcode.com

Triadic colors

1 #60AE20 and #2060AE with #AE2060 are triadic colors.

2 #6020AE and #20AE60 with #AE2060 are triadic colors.