COLOR #AE859E

HEX: #AE859E
RGB: (174,133,158)

Color info

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

RGB color model

#AE859E color RGB value is (174,133,158).

  • red value is 174;
  • green value is 133;
  • blue value is 158.
RGB:
(174,133,158)
(68%,52%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 158 of 255 = 62%

174
133
158

R + G + B ~ 61%. #AE859E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 133 + 158 = 465 (100%)
R 174 of 465 ~ 37.42%
G 133 of 465 ~ 28.6%
B 158 of 465 ~ 33.98%

%37.42
%28.6
%33.98

CMYK color model

#AE859E color CMYK value is (0,24,9,32).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 9.20%
  • key color value is 31.76%
CMYK:
(0,24,9,32)
C0M24Y9K32 
(0%,24%,9%,32%)
(0.00/0.24/0.09/0.32)	

CMYK percentages

%0
%23.56
%9.2
%31.76

Codes

Color #AE859E in popluar color models

AE859E
RGB174133158
HSL323°20.20%60.20%
HSB/HSV323°23.56%68.24%
CMYK0.00%23.56%9.20%
31.76%

Color #AE859E in popluar number systems.

HEXAE859E
Decimal174133158
Binary101011101000010110011110
Octal256205236

Shades and tints

Shades of #AE859E

#AE859E
(174,133,158)
#9F7990
(159,121,144)
#906D82
(144,109,130)
#816174
(129,97,116)
#725566
(114,85,102)
#634958
(99,73,88)
#543D4A
(84,61,74)
#45313C
(69,49,60)
#36252E
(54,37,46)
#271920
(39,25,32)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #AE859E

#AE859E
(174,133,158)
#B590A6
(181,144,166)
#BC9BAE
(188,155,174)
#C3A6B6
(195,166,182)
#CAB1BE
(202,177,190)
#D1BCC6
(209,188,198)
#D8C7CE
(216,199,206)
#DFD2D6
(223,210,214)
#E6DDDE
(230,221,222)
#EDE8E6
(237,232,230)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE859E; }

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

This text font color is #AE859E.


Background Color

.myBgColor { background-color: #AE859E; }

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

This div background color is #AE859E.


Border color

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

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

This div border color is #AE859E.


Opacity

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

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

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

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

This text has shadow with #AE859E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE859E on black background.


Color preview on white background

This text has color #AE859E on white background.



Black color preview on #AE859E background

This text has black color on #AE859E background.


White color preview on #AE859E background

This text has white color on #AE859E background.