COLOR #AE677B

HEX: #AE677B
RGB: (174,103,123)

Color info

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

RGB color model

#AE677B color RGB value is (174,103,123).

  • red value is 174;
  • green value is 103;
  • blue value is 123.
RGB:
(174,103,123)
(68%,40%,48%)

RGB channels and saturation

R 174 of 255 = 68%
G 103 of 255 = 40%
B 123 of 255 = 48%

174
103
123

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

Portions of RGB colors in percentages

R + G + B =
174 + 103 + 123 = 400 (100%)
R 174 of 400 ~ 43.5%
G 103 of 400 ~ 25.75%
B 123 of 400 ~ 30.75%

%43.5
%25.75
%30.75

CMYK color model

#AE677B color CMYK value is (0,41,29,32).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 29.31%
  • key color value is 31.76%
CMYK:
(0,41,29,32)
C0M41Y29K32 
(0%,41%,29%,32%)
(0.00/0.41/0.29/0.32)	

CMYK percentages

%0
%40.8
%29.31
%31.76

Codes

Color #AE677B in popluar color models

AE677B
RGB174103123
HSL343°30.47%54.31%
HSB/HSV343°40.80%68.24%
CMYK0.00%40.80%29.31%
31.76%

Color #AE677B in popluar number systems.

HEXAE677B
Decimal174103123
Binary1010111011001111111011
Octal256147173

Shades and tints

Shades of #AE677B

#AE677B
(174,103,123)
#9F5E70
(159,94,112)
#905565
(144,85,101)
#814C5A
(129,76,90)
#72434F
(114,67,79)
#633A44
(99,58,68)
#543139
(84,49,57)
#45282E
(69,40,46)
#361F23
(54,31,35)
#271618
(39,22,24)
#180D0D
(24,13,13)
#000000
(0,0,0)

Tints of #AE677B

#AE677B
(174,103,123)
#B57487
(181,116,135)
#BC8193
(188,129,147)
#C38E9F
(195,142,159)
#CA9BAB
(202,155,171)
#D1A8B7
(209,168,183)
#D8B5C3
(216,181,195)
#DFC2CF
(223,194,207)
#E6CFDB
(230,207,219)
#EDDCE7
(237,220,231)
#F4E9F3
(244,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE677B color. Also use rgb(174,103,123) instead hex code.

Text Font Color

.myTextColor { color: #AE677B; }

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

This text font color is #AE677B.


Background Color

.myBgColor { background-color: #AE677B; }

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

This div background color is #AE677B.


Border color

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

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

This div border color is #AE677B.


Opacity

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

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

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

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

This text has shadow with #AE677B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE677B on black background.


Color preview on white background

This text has color #AE677B on white background.



Black color preview on #AE677B background

This text has black color on #AE677B background.


White color preview on #AE677B background

This text has white color on #AE677B background.