COLOR #AE84AF

HEX: #AE84AF RGB: (174,132,175)

Color info

#AE84AF contains red, green and blue colors in about the same proportion. Web safe color of #AE84AF is #999999 (or #999).

RGB color model

#AE84AF color RGB value is (174,132,175).

RGB: (174,132,175) (68%, 52%, 69%)

RGB channels and saturation

R 174 of 255 = 68%
G 132 of 255 = 52%
B 175 of 255 = 69%

174
132
175

R + G + B ~ 63%. #AE84AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 132 + 175 = 481 (100%)
R 174 of 481 ~ 36.17%
G 132 of 481 ~ 27.44%
B 175 of 481 ~ 36.38'%

%36.17
%27.44
%36.38

CMYK color model

#AE84AF color CMYK value is (1,25,0,31).

  • cyan value is 0.57%
  • magenta value is 24.57%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (1,25,0,31)
C1M25Y0K31 (1%, 25%, 0%, 31%)
(0.01 / 0.25 / 0.00 / 0.31)

CMYK percentages

%0.57
%24.57
%0
%31.37

Codes

Color #AE84AF in popluar color models

AE 84 AF
RGB 174 132 175
HSL 299° 21.18% 60.20%
HSB/HSV 299° 24.57% 68.63%
CMYK 0.57% 24.57% 0.00%
31.37%

Color #AE84AF in popluar number systems.

HEX AE 84 AF
Decimal 174 132 175
Binary 10101110 10000100 10101111
Octal 256 204 257

Shades and tints

Shades of #AE84AF

#AE84AF
(174,132,175)
#9F78A0
(159,120,160)
#906C91
(144,108,145)
#816082
(129,96,130)
#725473
(114,84,115)
#634864
(99,72,100)
#543C55
(84,60,85)
#453046
(69,48,70)
#362437
(54,36,55)
#271828
(39,24,40)
#180C19
(24,12,25)
#000000
(0,0,0)

Tints of #AE84AF

#AE84AF
(174,132,175)
#B58FB6
(181,143,182)
#BC9ABD
(188,154,189)
#C3A5C4
(195,165,196)
#CAB0CB
(202,176,203)
#D1BBD2
(209,187,210)
#D8C6D9
(216,198,217)
#DFD1E0
(223,209,224)
#E6DCE7
(230,220,231)
#EDE7EE
(237,231,238)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE84AF color. Also use rgb(174,132,175) instead hex code.

Text Font Color

.myTextColor { color: #AE84AF; }

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

This text font color is #AE84AF.

Background Color

.myBgColor { background-color: #AE84AF; }

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

This div background color is #AE84AF.

Border color

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

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

This div border color is #AE84AF.

Opacity

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

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

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

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

This text has shadow with #AE84AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE84AF.

Preview

Color preview on black background

This text has color #AE84AF on black background.


Color preview on white background

This text has color #AE84AF on white background.


Black color preview on #AE84AF background

This text has black color on #AE84AF background.


White color preview on #AE84AF background

This text has white color on #AE84AF background.


Related colors

Complementary color

Complementary color for #hex is #517B50.


I love getcolorcode.com

Triadic colors

1 #AFAE84 and #84AFAE with #AE84AF are triadic colors.

2 #AF84AE and #84AEAF with #AE84AF are triadic colors.