COLOR #AE616D

HEX: #AE616D RGB: (174,97,109)

Color info

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

RGB color model

#AE616D color RGB value is (174,97,109).

RGB: (174,97,109) (68%, 38%, 43%)

RGB channels and saturation

R 174 of 255 = 68%
G 97 of 255 = 38%
B 109 of 255 = 43%

174
97
109

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

Portions of RGB colors in percentages

R + G + B = 174 + 97 + 109 = 380 (100%)
R 174 of 380 ~ 45.79%
G 97 of 380 ~ 25.53%
B 109 of 380 ~ 28.68'%

%45.79
%25.53
%28.68

CMYK color model

#AE616D color CMYK value is (0,44,37,32).

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

CMYK: (0,44,37,32)
C0M44Y37K32 (0%, 44%, 37%, 32%)
(0.00 / 0.44 / 0.37 / 0.32)

CMYK percentages

%0
%44.25
%37.36
%31.76

Codes

Color #AE616D in popluar color models

AE 61 6D
RGB 174 97 109
HSL 351° 32.22% 53.14%
HSB/HSV 351° 44.25% 68.24%
CMYK 0.00% 44.25% 37.36%
31.76%

Color #AE616D in popluar number systems.

HEX AE 61 6D
Decimal 174 97 109
Binary 10101110 1100001 1101101
Octal 256 141 155

Shades and tints

Shades of #AE616D

#AE616D
(174,97,109)
#9F5964
(159,89,100)
#90515B
(144,81,91)
#814952
(129,73,82)
#724149
(114,65,73)
#633940
(99,57,64)
#543137
(84,49,55)
#45292E
(69,41,46)
#362125
(54,33,37)
#27191C
(39,25,28)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE616D

#AE616D
(174,97,109)
#B56F7A
(181,111,122)
#BC7D87
(188,125,135)
#C38B94
(195,139,148)
#CA99A1
(202,153,161)
#D1A7AE
(209,167,174)
#D8B5BB
(216,181,187)
#DFC3C8
(223,195,200)
#E6D1D5
(230,209,213)
#EDDFE2
(237,223,226)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE616D; }

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

This text font color is #AE616D.

Background Color

.myBgColor { background-color: #AE616D; }

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

This div background color is #AE616D.

Border color

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

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

This div border color is #AE616D.

Opacity

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

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

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

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

This text has shadow with #AE616D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE616D.

Preview

Color preview on black background

This text has color #AE616D on black background.


Color preview on white background

This text has color #AE616D on white background.


Black color preview on #AE616D background

This text has black color on #AE616D background.


White color preview on #AE616D background

This text has white color on #AE616D background.


Related colors

Complementary color

Complementary color for #hex is #519E92.


I love getcolorcode.com

Triadic colors

1 #6DAE61 and #616DAE with #AE616D are triadic colors.

2 #6D61AE and #61AE6D with #AE616D are triadic colors.