COLOR #AE4B63

HEX: #AE4B63
RGB: (174,75,99)

Color info

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

RGB color model

#AE4B63 color RGB value is (174,75,99).

  • red value is 174;
  • green value is 75;
  • blue value is 99.
RGB:
(174,75,99)
(68%,29%,39%)

RGB channels and saturation

R 174 of 255 = 68%
G 75 of 255 = 29%
B 99 of 255 = 39%

174
75
99

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

Portions of RGB colors in percentages

R + G + B =
174 + 75 + 99 = 348 (100%)
R 174 of 348 ~ 50%
G 75 of 348 ~ 21.55%
B 99 of 348 ~ 28.45%

%50
%21.55
%28.45

CMYK color model

#AE4B63 color CMYK value is (0,57,43,32).

  • cyan value is 0.00%
  • magenta value is 56.90%
  • yellow value is 43.10%
  • key color value is 31.76%
CMYK:
(0,57,43,32)
C0M57Y43K32 
(0%,57%,43%,32%)
(0.00/0.57/0.43/0.32)	

CMYK percentages

%0
%56.9
%43.1
%31.76

Codes

Color #AE4B63 in popluar color models

AE4B63
RGB1747599
HSL345°39.76%48.82%
HSB/HSV345°56.90%68.24%
CMYK0.00%56.90%43.10%
31.76%

Color #AE4B63 in popluar number systems.

HEXAE4B63
Decimal1747599
Binary1010111010010111100011
Octal256113143

Shades and tints

Shades of #AE4B63

#AE4B63
(174,75,99)
#9F455A
(159,69,90)
#903F51
(144,63,81)
#813948
(129,57,72)
#72333F
(114,51,63)
#632D36
(99,45,54)
#54272D
(84,39,45)
#452124
(69,33,36)
#361B1B
(54,27,27)
#271512
(39,21,18)
#180F09
(24,15,9)
#000000
(0,0,0)

Tints of #AE4B63

#AE4B63
(174,75,99)
#B55B71
(181,91,113)
#BC6B7F
(188,107,127)
#C37B8D
(195,123,141)
#CA8B9B
(202,139,155)
#D19BA9
(209,155,169)
#D8ABB7
(216,171,183)
#DFBBC5
(223,187,197)
#E6CBD3
(230,203,211)
#EDDBE1
(237,219,225)
#F4EBEF
(244,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4B63 color. Also use rgb(174,75,99) instead hex code.

Text Font Color

.myTextColor { color: #AE4B63; }

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

This text font color is #AE4B63.


Background Color

.myBgColor { background-color: #AE4B63; }

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

This div background color is #AE4B63.


Border color

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

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

This div border color is #AE4B63.


Opacity

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

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

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

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

This text has shadow with #AE4B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4B63 on black background.


Color preview on white background

This text has color #AE4B63 on white background.



Black color preview on #AE4B63 background

This text has black color on #AE4B63 background.


White color preview on #AE4B63 background

This text has white color on #AE4B63 background.