COLOR #AE3258

HEX: #AE3258 RGB: (174,50,88)

Color info

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

RGB color model

#AE3258 color RGB value is (174,50,88).

RGB: (174,50,88) (68%, 20%, 35%)

RGB channels and saturation

R 174 of 255 = 68%
G 50 of 255 = 20%
B 88 of 255 = 35%

174
50
88

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

Portions of RGB colors in percentages

R + G + B = 174 + 50 + 88 = 312 (100%)
R 174 of 312 ~ 55.77%
G 50 of 312 ~ 16.03%
B 88 of 312 ~ 28.21'%

%55.77
%16.03
%28.21

CMYK color model

#AE3258 color CMYK value is (0,71,49,32).

  • cyan value is 0.00%
  • magenta value is 71.26%
  • yellow value is 49.43%
  • key color value is 31.76%

CMYK: (0,71,49,32)
C0M71Y49K32 (0%, 71%, 49%, 32%)
(0.00 / 0.71 / 0.49 / 0.32)

CMYK percentages

%0
%71.26
%49.43
%31.76

Codes

Color #AE3258 in popluar color models

AE 32 58
RGB 174 50 88
HSL 342° 55.36% 43.92%
HSB/HSV 342° 71.26% 68.24%
CMYK 0.00% 71.26% 49.43%
31.76%

Color #AE3258 in popluar number systems.

HEX AE 32 58
Decimal 174 50 88
Binary 10101110 110010 1011000
Octal 256 62 130

Shades and tints

Shades of #AE3258

#AE3258
(174,50,88)
#9F2E50
(159,46,80)
#902A48
(144,42,72)
#812640
(129,38,64)
#722238
(114,34,56)
#631E30
(99,30,48)
#541A28
(84,26,40)
#451620
(69,22,32)
#361218
(54,18,24)
#270E10
(39,14,16)
#180A08
(24,10,8)
#000000
(0,0,0)

Tints of #AE3258

#AE3258
(174,50,88)
#B54467
(181,68,103)
#BC5676
(188,86,118)
#C36885
(195,104,133)
#CA7A94
(202,122,148)
#D18CA3
(209,140,163)
#D89EB2
(216,158,178)
#DFB0C1
(223,176,193)
#E6C2D0
(230,194,208)
#EDD4DF
(237,212,223)
#F4E6EE
(244,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE3258 color. Also use rgb(174,50,88) instead hex code.

Text Font Color

.myTextColor { color: #AE3258; }

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

This text font color is #AE3258.

Background Color

.myBgColor { background-color: #AE3258; }

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

This div background color is #AE3258.

Border color

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

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

This div border color is #AE3258.

Opacity

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

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

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

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

This text has shadow with #AE3258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE3258.

Preview

Color preview on black background

This text has color #AE3258 on black background.


Color preview on white background

This text has color #AE3258 on white background.


Black color preview on #AE3258 background

This text has black color on #AE3258 background.


White color preview on #AE3258 background

This text has white color on #AE3258 background.


Related colors

Complementary color

Complementary color for #hex is #51CDA7.


I love getcolorcode.com

Triadic colors

1 #58AE32 and #3258AE with #AE3258 are triadic colors.

2 #5832AE and #32AE58 with #AE3258 are triadic colors.