COLOR #AE7A85

HEX: #AE7A85
RGB: (174,122,133)

Color info

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

RGB color model

#AE7A85 color RGB value is (174,122,133).

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

RGB channels and saturation

R 174 of 255 = 68%
G 122 of 255 = 48%
B 133 of 255 = 52%

174
122
133

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

Portions of RGB colors in percentages

R + G + B =
174 + 122 + 133 = 429 (100%)
R 174 of 429 ~ 40.56%
G 122 of 429 ~ 28.44%
B 133 of 429 ~ 31%

%40.56
%28.44
%31

CMYK color model

#AE7A85 color CMYK value is (0,30,24,32).

  • cyan value is 0.00%
  • magenta value is 29.89%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK:
(0,30,24,32)
C0M30Y24K32 
(0%,30%,24%,32%)
(0.00/0.30/0.24/0.32)	

CMYK percentages

%0
%29.89
%23.56
%31.76

Codes

Color #AE7A85 in popluar color models

AE7A85
RGB174122133
HSL347°24.30%58.04%
HSB/HSV347°29.89%68.24%
CMYK0.00%29.89%23.56%
31.76%

Color #AE7A85 in popluar number systems.

HEXAE7A85
Decimal174122133
Binary10101110111101010000101
Octal256172205

Shades and tints

Shades of #AE7A85

#AE7A85
(174,122,133)
#9F6F79
(159,111,121)
#90646D
(144,100,109)
#815961
(129,89,97)
#724E55
(114,78,85)
#634349
(99,67,73)
#54383D
(84,56,61)
#452D31
(69,45,49)
#362225
(54,34,37)
#271719
(39,23,25)
#180C0D
(24,12,13)
#000000
(0,0,0)

Tints of #AE7A85

#AE7A85
(174,122,133)
#B58690
(181,134,144)
#BC929B
(188,146,155)
#C39EA6
(195,158,166)
#CAAAB1
(202,170,177)
#D1B6BC
(209,182,188)
#D8C2C7
(216,194,199)
#DFCED2
(223,206,210)
#E6DADD
(230,218,221)
#EDE6E8
(237,230,232)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7A85; }

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

This text font color is #AE7A85.


Background Color

.myBgColor { background-color: #AE7A85; }

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

This div background color is #AE7A85.


Border color

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

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

This div border color is #AE7A85.


Opacity

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

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

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

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

This text has shadow with #AE7A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7A85 on black background.


Color preview on white background

This text has color #AE7A85 on white background.



Black color preview on #AE7A85 background

This text has black color on #AE7A85 background.


White color preview on #AE7A85 background

This text has white color on #AE7A85 background.