COLOR #AE7185

HEX: #AE7185
RGB: (174,113,133)

Color info

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

RGB color model

#AE7185 color RGB value is (174,113,133).

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

RGB channels and saturation

R 174 of 255 = 68%
G 113 of 255 = 44%
B 133 of 255 = 52%

174
113
133

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

Portions of RGB colors in percentages

R + G + B =
174 + 113 + 133 = 420 (100%)
R 174 of 420 ~ 41.43%
G 113 of 420 ~ 26.9%
B 133 of 420 ~ 31.67%

%41.43
%26.9
%31.67

CMYK color model

#AE7185 color CMYK value is (0,35,24,32).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(0,35,24,32)
C0M35Y24K32 
(0%,35%,24%,32%)
(0.00/0.35/0.24/0.32)	

CMYK percentages

%0
%35.06
%23.56
%31.76

Codes

Color #AE7185 in popluar color models

AE7185
RGB174113133
HSL340°27.35%56.27%
HSB/HSV340°35.06%68.24%
CMYK0.00%35.06%23.56%
31.76%

Color #AE7185 in popluar number systems.

HEXAE7185
Decimal174113133
Binary10101110111000110000101
Octal256161205

Shades and tints

Shades of #AE7185

#AE7185
(174,113,133)
#9F6779
(159,103,121)
#905D6D
(144,93,109)
#815361
(129,83,97)
#724955
(114,73,85)
#633F49
(99,63,73)
#54353D
(84,53,61)
#452B31
(69,43,49)
#362125
(54,33,37)
#271719
(39,23,25)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #AE7185

#AE7185
(174,113,133)
#B57D90
(181,125,144)
#BC899B
(188,137,155)
#C395A6
(195,149,166)
#CAA1B1
(202,161,177)
#D1ADBC
(209,173,188)
#D8B9C7
(216,185,199)
#DFC5D2
(223,197,210)
#E6D1DD
(230,209,221)
#EDDDE8
(237,221,232)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7185; }

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

This text font color is #AE7185.


Background Color

.myBgColor { background-color: #AE7185; }

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

This div background color is #AE7185.


Border color

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

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

This div border color is #AE7185.


Opacity

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

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

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

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

This text has shadow with #AE7185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7185 on black background.


Color preview on white background

This text has color #AE7185 on white background.



Black color preview on #AE7185 background

This text has black color on #AE7185 background.


White color preview on #AE7185 background

This text has white color on #AE7185 background.