COLOR #AE6E86

HEX: #AE6E86
RGB: (174,110,134)

Color info

#AE6E86 contains mainly red and blue colors. Web safe color of #AE6E86 is #996699 (or #969).

RGB color model

#AE6E86 color RGB value is (174,110,134).

  • red value is 174;
  • green value is 110;
  • blue value is 134.
RGB:
(174,110,134)
(68%,43%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 110 of 255 = 43%
B 134 of 255 = 53%

174
110
134

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

Portions of RGB colors in percentages

R + G + B =
174 + 110 + 134 = 418 (100%)
R 174 of 418 ~ 41.63%
G 110 of 418 ~ 26.32%
B 134 of 418 ~ 32.06%

%41.63
%26.32
%32.06

CMYK color model

#AE6E86 color CMYK value is (0,37,23,32).

  • cyan value is 0.00%
  • magenta value is 36.78%
  • yellow value is 22.99%
  • key color value is 31.76%
CMYK:
(0,37,23,32)
C0M37Y23K32 
(0%,37%,23%,32%)
(0.00/0.37/0.23/0.32)	

CMYK percentages

%0
%36.78
%22.99
%31.76

Codes

Color #AE6E86 in popluar color models

AE6E86
RGB174110134
HSL338°28.32%55.69%
HSB/HSV338°36.78%68.24%
CMYK0.00%36.78%22.99%
31.76%

Color #AE6E86 in popluar number systems.

HEXAE6E86
Decimal174110134
Binary10101110110111010000110
Octal256156206

Shades and tints

Shades of #AE6E86

#AE6E86
(174,110,134)
#9F647A
(159,100,122)
#905A6E
(144,90,110)
#815062
(129,80,98)
#724656
(114,70,86)
#633C4A
(99,60,74)
#54323E
(84,50,62)
#452832
(69,40,50)
#361E26
(54,30,38)
#27141A
(39,20,26)
#180A0E
(24,10,14)
#000000
(0,0,0)

Tints of #AE6E86

#AE6E86
(174,110,134)
#B57B91
(181,123,145)
#BC889C
(188,136,156)
#C395A7
(195,149,167)
#CAA2B2
(202,162,178)
#D1AFBD
(209,175,189)
#D8BCC8
(216,188,200)
#DFC9D3
(223,201,211)
#E6D6DE
(230,214,222)
#EDE3E9
(237,227,233)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6E86 color. Also use rgb(174,110,134) instead hex code.

Text Font Color

.myTextColor { color: #AE6E86; }

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

This text font color is #AE6E86.


Background Color

.myBgColor { background-color: #AE6E86; }

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

This div background color is #AE6E86.


Border color

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

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

This div border color is #AE6E86.


Opacity

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

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

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

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

This text has shadow with #AE6E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6E86 on black background.


Color preview on white background

This text has color #AE6E86 on white background.



Black color preview on #AE6E86 background

This text has black color on #AE6E86 background.


White color preview on #AE6E86 background

This text has white color on #AE6E86 background.