COLOR #AE7D85

HEX: #AE7D85
RGB: (174,125,133)

Color info

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

RGB color model

#AE7D85 color RGB value is (174,125,133).

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

RGB channels and saturation

R 174 of 255 = 68%
G 125 of 255 = 49%
B 133 of 255 = 52%

174
125
133

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

Portions of RGB colors in percentages

R + G + B =
174 + 125 + 133 = 432 (100%)
R 174 of 432 ~ 40.28%
G 125 of 432 ~ 28.94%
B 133 of 432 ~ 30.79%

%40.28
%28.94
%30.79

CMYK color model

#AE7D85 color CMYK value is (0,28,24,32).

  • cyan value is 0.00%
  • magenta value is 28.16%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(0,28,24,32)
C0M28Y24K32 
(0%,28%,24%,32%)
(0.00/0.28/0.24/0.32)	

CMYK percentages

%0
%28.16
%23.56
%31.76

Codes

Color #AE7D85 in popluar color models

AE7D85
RGB174125133
HSL350°23.22%58.63%
HSB/HSV350°28.16%68.24%
CMYK0.00%28.16%23.56%
31.76%

Color #AE7D85 in popluar number systems.

HEXAE7D85
Decimal174125133
Binary10101110111110110000101
Octal256175205

Shades and tints

Shades of #AE7D85

#AE7D85
(174,125,133)
#9F7279
(159,114,121)
#90676D
(144,103,109)
#815C61
(129,92,97)
#725155
(114,81,85)
#634649
(99,70,73)
#543B3D
(84,59,61)
#453031
(69,48,49)
#362525
(54,37,37)
#271A19
(39,26,25)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #AE7D85

#AE7D85
(174,125,133)
#B58890
(181,136,144)
#BC939B
(188,147,155)
#C39EA6
(195,158,166)
#CAA9B1
(202,169,177)
#D1B4BC
(209,180,188)
#D8BFC7
(216,191,199)
#DFCAD2
(223,202,210)
#E6D5DD
(230,213,221)
#EDE0E8
(237,224,232)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7D85; }

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

This text font color is #AE7D85.


Background Color

.myBgColor { background-color: #AE7D85; }

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

This div background color is #AE7D85.


Border color

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

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

This div border color is #AE7D85.


Opacity

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

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

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

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

This text has shadow with #AE7D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7D85 on black background.


Color preview on white background

This text has color #AE7D85 on white background.



Black color preview on #AE7D85 background

This text has black color on #AE7D85 background.


White color preview on #AE7D85 background

This text has white color on #AE7D85 background.