COLOR #AE758E

HEX: #AE758E
RGB: (174,117,142)

Color info

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

RGB color model

#AE758E color RGB value is (174,117,142).

  • red value is 174;
  • green value is 117;
  • blue value is 142.
RGB:
(174,117,142)
(68%,46%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 117 of 255 = 46%
B 142 of 255 = 56%

174
117
142

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

Portions of RGB colors in percentages

R + G + B =
174 + 117 + 142 = 433 (100%)
R 174 of 433 ~ 40.18%
G 117 of 433 ~ 27.02%
B 142 of 433 ~ 32.79%

%40.18
%27.02
%32.79

CMYK color model

#AE758E color CMYK value is (0,33,18,32).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 18.39%
  • key color value is 31.76%
CMYK:
(0,33,18,32)
C0M33Y18K32 
(0%,33%,18%,32%)
(0.00/0.33/0.18/0.32)	

CMYK percentages

%0
%32.76
%18.39
%31.76

Codes

Color #AE758E in popluar color models

AE758E
RGB174117142
HSL334°26.03%57.06%
HSB/HSV334°32.76%68.24%
CMYK0.00%32.76%18.39%
31.76%

Color #AE758E in popluar number systems.

HEXAE758E
Decimal174117142
Binary10101110111010110001110
Octal256165216

Shades and tints

Shades of #AE758E

#AE758E
(174,117,142)
#9F6B82
(159,107,130)
#906176
(144,97,118)
#81576A
(129,87,106)
#724D5E
(114,77,94)
#634352
(99,67,82)
#543946
(84,57,70)
#452F3A
(69,47,58)
#36252E
(54,37,46)
#271B22
(39,27,34)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #AE758E

#AE758E
(174,117,142)
#B58198
(181,129,152)
#BC8DA2
(188,141,162)
#C399AC
(195,153,172)
#CAA5B6
(202,165,182)
#D1B1C0
(209,177,192)
#D8BDCA
(216,189,202)
#DFC9D4
(223,201,212)
#E6D5DE
(230,213,222)
#EDE1E8
(237,225,232)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE758E color. Also use rgb(174,117,142) instead hex code.

Text Font Color

.myTextColor { color: #AE758E; }

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

This text font color is #AE758E.


Background Color

.myBgColor { background-color: #AE758E; }

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

This div background color is #AE758E.


Border color

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

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

This div border color is #AE758E.


Opacity

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

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

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

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

This text has shadow with #AE758E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE758E on black background.


Color preview on white background

This text has color #AE758E on white background.



Black color preview on #AE758E background

This text has black color on #AE758E background.


White color preview on #AE758E background

This text has white color on #AE758E background.