COLOR #AE616B

HEX: #AE616B RGB: (174,97,107)

Color info

#AE616B contains mainly red color. Web safe color of #AE616B is #996666 (or #966).

RGB color model

#AE616B color RGB value is (174,97,107).

RGB: (174,97,107) (68%, 38%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 97 of 255 = 38%
B 107 of 255 = 42%

174
97
107

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

Portions of RGB colors in percentages

R + G + B = 174 + 97 + 107 = 378 (100%)
R 174 of 378 ~ 46.03%
G 97 of 378 ~ 25.66%
B 107 of 378 ~ 28.31'%

%46.03
%25.66
%28.31

CMYK color model

#AE616B color CMYK value is (0,44,39,32).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 38.51%
  • key color value is 31.76%

CMYK: (0,44,39,32)
C0M44Y39K32 (0%, 44%, 39%, 32%)
(0.00 / 0.44 / 0.39 / 0.32)

CMYK percentages

%0
%44.25
%38.51
%31.76

Codes

Color #AE616B in popluar color models

AE 61 6B
RGB 174 97 107
HSL 352° 32.22% 53.14%
HSB/HSV 352° 44.25% 68.24%
CMYK 0.00% 44.25% 38.51%
31.76%

Color #AE616B in popluar number systems.

HEX AE 61 6B
Decimal 174 97 107
Binary 10101110 1100001 1101011
Octal 256 141 153

Shades and tints

Shades of #AE616B

#AE616B
(174,97,107)
#9F5962
(159,89,98)
#905159
(144,81,89)
#814950
(129,73,80)
#724147
(114,65,71)
#63393E
(99,57,62)
#543135
(84,49,53)
#45292C
(69,41,44)
#362123
(54,33,35)
#27191A
(39,25,26)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #AE616B

#AE616B
(174,97,107)
#B56F78
(181,111,120)
#BC7D85
(188,125,133)
#C38B92
(195,139,146)
#CA999F
(202,153,159)
#D1A7AC
(209,167,172)
#D8B5B9
(216,181,185)
#DFC3C6
(223,195,198)
#E6D1D3
(230,209,211)
#EDDFE0
(237,223,224)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE616B color. Also use rgb(174,97,107) instead hex code.

Text Font Color

.myTextColor { color: #AE616B; }

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

This text font color is #AE616B.

Background Color

.myBgColor { background-color: #AE616B; }

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

This div background color is #AE616B.

Border color

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

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

This div border color is #AE616B.

Opacity

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

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

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

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

This text has shadow with #AE616B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE616B.

Preview

Color preview on black background

This text has color #AE616B on black background.


Color preview on white background

This text has color #AE616B on white background.


Black color preview on #AE616B background

This text has black color on #AE616B background.


White color preview on #AE616B background

This text has white color on #AE616B background.


Related colors

Complementary color

Complementary color for #hex is #519E94.


I love getcolorcode.com

Triadic colors

1 #6BAE61 and #616BAE with #AE616B are triadic colors.

2 #6B61AE and #61AE6B with #AE616B are triadic colors.