COLOR #AE85AA

HEX: #AE85AA RGB: (174,133,170)

Color info

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

RGB color model

#AE85AA color RGB value is (174,133,170).

RGB: (174,133,170) (68%, 52%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 170 of 255 = 67%

174
133
170

R + G + B ~ 62%. #AE85AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 133 + 170 = 477 (100%)
R 174 of 477 ~ 36.48%
G 133 of 477 ~ 27.88%
B 170 of 477 ~ 35.64'%

%36.48
%27.88
%35.64

CMYK color model

#AE85AA color CMYK value is (0,24,2,32).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 2.30%
  • key color value is 31.76%

CMYK: (0,24,2,32)
C0M24Y2K32 (0%, 24%, 2%, 32%)
(0.00 / 0.24 / 0.02 / 0.32)

CMYK percentages

%0
%23.56
%2.3
%31.76

Codes

Color #AE85AA in popluar color models

AE 85 AA
RGB 174 133 170
HSL 306° 20.20% 60.20%
HSB/HSV 306° 23.56% 68.24%
CMYK 0.00% 23.56% 2.30%
31.76%

Color #AE85AA in popluar number systems.

HEX AE 85 AA
Decimal 174 133 170
Binary 10101110 10000101 10101010
Octal 256 205 252

Shades and tints

Shades of #AE85AA

#AE85AA
(174,133,170)
#9F799B
(159,121,155)
#906D8C
(144,109,140)
#81617D
(129,97,125)
#72556E
(114,85,110)
#63495F
(99,73,95)
#543D50
(84,61,80)
#453141
(69,49,65)
#362532
(54,37,50)
#271923
(39,25,35)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #AE85AA

#AE85AA
(174,133,170)
#B590B1
(181,144,177)
#BC9BB8
(188,155,184)
#C3A6BF
(195,166,191)
#CAB1C6
(202,177,198)
#D1BCCD
(209,188,205)
#D8C7D4
(216,199,212)
#DFD2DB
(223,210,219)
#E6DDE2
(230,221,226)
#EDE8E9
(237,232,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE85AA color. Also use rgb(174,133,170) instead hex code.

Text Font Color

.myTextColor { color: #AE85AA; }

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

This text font color is #AE85AA.

Background Color

.myBgColor { background-color: #AE85AA; }

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

This div background color is #AE85AA.

Border color

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

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

This div border color is #AE85AA.

Opacity

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

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

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

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

This text has shadow with #AE85AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE85AA.

Preview

Color preview on black background

This text has color #AE85AA on black background.


Color preview on white background

This text has color #AE85AA on white background.


Black color preview on #AE85AA background

This text has black color on #AE85AA background.


White color preview on #AE85AA background

This text has white color on #AE85AA background.


Related colors

Complementary color

Complementary color for #hex is #517A55.


I love getcolorcode.com

Triadic colors

1 #AAAE85 and #85AAAE with #AE85AA are triadic colors.

2 #AA85AE and #85AEAA with #AE85AA are triadic colors.