COLOR #AE6A7D

HEX: #AE6A7D RGB: (174,106,125)

Color info

#AE6A7D contains mainly red and blue colors. Web safe color of #AE6A7D is #996666 (or #966).

RGB color model

#AE6A7D color RGB value is (174,106,125).

RGB: (174,106,125) (68%, 42%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 106 of 255 = 42%
B 125 of 255 = 49%

174
106
125

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

Portions of RGB colors in percentages

R + G + B = 174 + 106 + 125 = 405 (100%)
R 174 of 405 ~ 42.96%
G 106 of 405 ~ 26.17%
B 125 of 405 ~ 30.86'%

%42.96
%26.17
%30.86

CMYK color model

#AE6A7D color CMYK value is (0,39,28,32).

  • cyan value is 0.00%
  • magenta value is 39.08%
  • yellow value is 28.16%
  • key color value is 31.76%

CMYK: (0,39,28,32)
C0M39Y28K32 (0%, 39%, 28%, 32%)
(0.00 / 0.39 / 0.28 / 0.32)

CMYK percentages

%0
%39.08
%28.16
%31.76

Codes

Color #AE6A7D in popluar color models

AE 6A 7D
RGB 174 106 125
HSL 343° 29.57% 54.90%
HSB/HSV 343° 39.08% 68.24%
CMYK 0.00% 39.08% 28.16%
31.76%

Color #AE6A7D in popluar number systems.

HEX AE 6A 7D
Decimal 174 106 125
Binary 10101110 1101010 1111101
Octal 256 152 175

Shades and tints

Shades of #AE6A7D

#AE6A7D
(174,106,125)
#9F6172
(159,97,114)
#905867
(144,88,103)
#814F5C
(129,79,92)
#724651
(114,70,81)
#633D46
(99,61,70)
#54343B
(84,52,59)
#452B30
(69,43,48)
#362225
(54,34,37)
#27191A
(39,25,26)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AE6A7D

#AE6A7D
(174,106,125)
#B57788
(181,119,136)
#BC8493
(188,132,147)
#C3919E
(195,145,158)
#CA9EA9
(202,158,169)
#D1ABB4
(209,171,180)
#D8B8BF
(216,184,191)
#DFC5CA
(223,197,202)
#E6D2D5
(230,210,213)
#EDDFE0
(237,223,224)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6A7D color. Also use rgb(174,106,125) instead hex code.

Text Font Color

.myTextColor { color: #AE6A7D; }

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

This text font color is #AE6A7D.

Background Color

.myBgColor { background-color: #AE6A7D; }

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

This div background color is #AE6A7D.

Border color

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

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

This div border color is #AE6A7D.

Opacity

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

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

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

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

This text has shadow with #AE6A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE6A7D.

Preview

Color preview on black background

This text has color #AE6A7D on black background.


Color preview on white background

This text has color #AE6A7D on white background.


Black color preview on #AE6A7D background

This text has black color on #AE6A7D background.


White color preview on #AE6A7D background

This text has white color on #AE6A7D background.


Related colors

Complementary color

Complementary color for #hex is #519582.


I love getcolorcode.com

Triadic colors

1 #7DAE6A and #6A7DAE with #AE6A7D are triadic colors.

2 #7D6AAE and #6AAE7D with #AE6A7D are triadic colors.