COLOR #AE809A

HEX: #AE809A RGB: (174,128,154)

Color info

#AE809A contains red, green and blue colors in about the same proportion. Web safe color of #AE809A is #996699 (or #969).

RGB color model

#AE809A color RGB value is (174,128,154).

RGB: (174,128,154) (68%, 50%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 154 of 255 = 60%

174
128
154

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

Portions of RGB colors in percentages

R + G + B = 174 + 128 + 154 = 456 (100%)
R 174 of 456 ~ 38.16%
G 128 of 456 ~ 28.07%
B 154 of 456 ~ 33.77'%

%38.16
%28.07
%33.77

CMYK color model

#AE809A color CMYK value is (0,26,11,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 11.49%
  • key color value is 31.76%

CMYK: (0,26,11,32)
C0M26Y11K32 (0%, 26%, 11%, 32%)
(0.00 / 0.26 / 0.11 / 0.32)

CMYK percentages

%0
%26.44
%11.49
%31.76

Codes

Color #AE809A in popluar color models

AE 80 9A
RGB 174 128 154
HSL 326° 22.12% 59.22%
HSB/HSV 326° 26.44% 68.24%
CMYK 0.00% 26.44% 11.49%
31.76%

Color #AE809A in popluar number systems.

HEX AE 80 9A
Decimal 174 128 154
Binary 10101110 10000000 10011010
Octal 256 200 232

Shades and tints

Shades of #AE809A

#AE809A
(174,128,154)
#9F758C
(159,117,140)
#906A7E
(144,106,126)
#815F70
(129,95,112)
#725462
(114,84,98)
#634954
(99,73,84)
#543E46
(84,62,70)
#453338
(69,51,56)
#36282A
(54,40,42)
#271D1C
(39,29,28)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #AE809A

#AE809A
(174,128,154)
#B58BA3
(181,139,163)
#BC96AC
(188,150,172)
#C3A1B5
(195,161,181)
#CAACBE
(202,172,190)
#D1B7C7
(209,183,199)
#D8C2D0
(216,194,208)
#DFCDD9
(223,205,217)
#E6D8E2
(230,216,226)
#EDE3EB
(237,227,235)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE809A color. Also use rgb(174,128,154) instead hex code.

Text Font Color

.myTextColor { color: #AE809A; }

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

This text font color is #AE809A.

Background Color

.myBgColor { background-color: #AE809A; }

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

This div background color is #AE809A.

Border color

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

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

This div border color is #AE809A.

Opacity

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

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

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

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

This text has shadow with #AE809A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE809A.

Preview

Color preview on black background

This text has color #AE809A on black background.


Color preview on white background

This text has color #AE809A on white background.


Black color preview on #AE809A background

This text has black color on #AE809A background.


White color preview on #AE809A background

This text has white color on #AE809A background.


Related colors

Complementary color

Complementary color for #hex is #517F65.


I love getcolorcode.com

Triadic colors

1 #9AAE80 and #809AAE with #AE809A are triadic colors.

2 #9A80AE and #80AE9A with #AE809A are triadic colors.