COLOR #AE6A77

HEX: #AE6A77
RGB: (174,106,119)

Color info

#AE6A77 contains mainly red and blue colors. Web safe color of #AE6A77 is #996666 (or #966).

RGB color model

#AE6A77 color RGB value is (174,106,119).

  • red value is 174;
  • green value is 106;
  • blue value is 119.
RGB:
(174,106,119)
(68%,42%,47%)

RGB channels and saturation

R 174 of 255 = 68%
G 106 of 255 = 42%
B 119 of 255 = 47%

174
106
119

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

Portions of RGB colors in percentages

R + G + B =
174 + 106 + 119 = 399 (100%)
R 174 of 399 ~ 43.61%
G 106 of 399 ~ 26.57%
B 119 of 399 ~ 29.82%

%43.61
%26.57
%29.82

CMYK color model

#AE6A77 color CMYK value is (0,39,32,32).

  • cyan value is 0.00%
  • magenta value is 39.08%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK:
(0,39,32,32)
C0M39Y32K32 
(0%,39%,32%,32%)
(0.00/0.39/0.32/0.32)	

CMYK percentages

%0
%39.08
%31.61
%31.76

Codes

Color #AE6A77 in popluar color models

AE6A77
RGB174106119
HSL349°29.57%54.90%
HSB/HSV349°39.08%68.24%
CMYK0.00%39.08%31.61%
31.76%

Color #AE6A77 in popluar number systems.

HEXAE6A77
Decimal174106119
Binary1010111011010101110111
Octal256152167

Shades and tints

Shades of #AE6A77

#AE6A77
(174,106,119)
#9F616D
(159,97,109)
#905863
(144,88,99)
#814F59
(129,79,89)
#72464F
(114,70,79)
#633D45
(99,61,69)
#54343B
(84,52,59)
#452B31
(69,43,49)
#362227
(54,34,39)
#27191D
(39,25,29)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #AE6A77

#AE6A77
(174,106,119)
#B57783
(181,119,131)
#BC848F
(188,132,143)
#C3919B
(195,145,155)
#CA9EA7
(202,158,167)
#D1ABB3
(209,171,179)
#D8B8BF
(216,184,191)
#DFC5CB
(223,197,203)
#E6D2D7
(230,210,215)
#EDDFE3
(237,223,227)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6A77 color. Also use rgb(174,106,119) instead hex code.

Text Font Color

.myTextColor { color: #AE6A77; }

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

This text font color is #AE6A77.


Background Color

.myBgColor { background-color: #AE6A77; }

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

This div background color is #AE6A77.


Border color

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

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

This div border color is #AE6A77.


Opacity

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

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

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

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

This text has shadow with #AE6A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6A77 on black background.


Color preview on white background

This text has color #AE6A77 on white background.



Black color preview on #AE6A77 background

This text has black color on #AE6A77 background.


White color preview on #AE6A77 background

This text has white color on #AE6A77 background.