COLOR #AE86A4

HEX: #AE86A4
RGB: (174,134,164)

Color info

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

RGB color model

#AE86A4 color RGB value is (174,134,164).

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

RGB channels and saturation

R 174 of 255 = 68%
G 134 of 255 = 53%
B 164 of 255 = 64%

174
134
164

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

Portions of RGB colors in percentages

R + G + B =
174 + 134 + 164 = 472 (100%)
R 174 of 472 ~ 36.86%
G 134 of 472 ~ 28.39%
B 164 of 472 ~ 34.75%

%36.86
%28.39
%34.75

CMYK color model

#AE86A4 color CMYK value is (0,23,6,32).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 5.75%
  • key color value is 31.76%
CMYK:
(0,23,6,32)
C0M23Y6K32 
(0%,23%,6%,32%)
(0.00/0.23/0.06/0.32)	

CMYK percentages

%0
%22.99
%5.75
%31.76

Codes

Color #AE86A4 in popluar color models

AE86A4
RGB174134164
HSL315°19.80%60.39%
HSB/HSV315°22.99%68.24%
CMYK0.00%22.99%5.75%
31.76%

Color #AE86A4 in popluar number systems.

HEXAE86A4
Decimal174134164
Binary101011101000011010100100
Octal256206244

Shades and tints

Shades of #AE86A4

#AE86A4
(174,134,164)
#9F7A96
(159,122,150)
#906E88
(144,110,136)
#81627A
(129,98,122)
#72566C
(114,86,108)
#634A5E
(99,74,94)
#543E50
(84,62,80)
#453242
(69,50,66)
#362634
(54,38,52)
#271A26
(39,26,38)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #AE86A4

#AE86A4
(174,134,164)
#B591AC
(181,145,172)
#BC9CB4
(188,156,180)
#C3A7BC
(195,167,188)
#CAB2C4
(202,178,196)
#D1BDCC
(209,189,204)
#D8C8D4
(216,200,212)
#DFD3DC
(223,211,220)
#E6DEE4
(230,222,228)
#EDE9EC
(237,233,236)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE86A4; }

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

This text font color is #AE86A4.


Background Color

.myBgColor { background-color: #AE86A4; }

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

This div background color is #AE86A4.


Border color

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

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

This div border color is #AE86A4.


Opacity

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

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

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

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

This text has shadow with #AE86A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE86A4 on black background.


Color preview on white background

This text has color #AE86A4 on white background.



Black color preview on #AE86A4 background

This text has black color on #AE86A4 background.


White color preview on #AE86A4 background

This text has white color on #AE86A4 background.