COLOR #AE6672

HEX: #AE6672
RGB: (174,102,114)

Color info

#AE6672 contains mainly red color. Web safe color of #AE6672 is #996666 (or #966).

RGB color model

#AE6672 color RGB value is (174,102,114).

  • red value is 174;
  • green value is 102;
  • blue value is 114.
RGB:
(174,102,114)
(68%,40%,45%)

RGB channels and saturation

R 174 of 255 = 68%
G 102 of 255 = 40%
B 114 of 255 = 45%

174
102
114

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

Portions of RGB colors in percentages

R + G + B =
174 + 102 + 114 = 390 (100%)
R 174 of 390 ~ 44.62%
G 102 of 390 ~ 26.15%
B 114 of 390 ~ 29.23%

%44.62
%26.15
%29.23

CMYK color model

#AE6672 color CMYK value is (0,41,34,32).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 34.48%
  • key color value is 31.76%
CMYK:
(0,41,34,32)
C0M41Y34K32 
(0%,41%,34%,32%)
(0.00/0.41/0.34/0.32)	

CMYK percentages

%0
%41.38
%34.48
%31.76

Codes

Color #AE6672 in popluar color models

AE6672
RGB174102114
HSL350°30.77%54.12%
HSB/HSV350°41.38%68.24%
CMYK0.00%41.38%34.48%
31.76%

Color #AE6672 in popluar number systems.

HEXAE6672
Decimal174102114
Binary1010111011001101110010
Octal256146162

Shades and tints

Shades of #AE6672

#AE6672
(174,102,114)
#9F5D68
(159,93,104)
#90545E
(144,84,94)
#814B54
(129,75,84)
#72424A
(114,66,74)
#633940
(99,57,64)
#543036
(84,48,54)
#45272C
(69,39,44)
#361E22
(54,30,34)
#271518
(39,21,24)
#180C0E
(24,12,14)
#000000
(0,0,0)

Tints of #AE6672

#AE6672
(174,102,114)
#B5737E
(181,115,126)
#BC808A
(188,128,138)
#C38D96
(195,141,150)
#CA9AA2
(202,154,162)
#D1A7AE
(209,167,174)
#D8B4BA
(216,180,186)
#DFC1C6
(223,193,198)
#E6CED2
(230,206,210)
#EDDBDE
(237,219,222)
#F4E8EA
(244,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6672 color. Also use rgb(174,102,114) instead hex code.

Text Font Color

.myTextColor { color: #AE6672; }

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

This text font color is #AE6672.


Background Color

.myBgColor { background-color: #AE6672; }

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

This div background color is #AE6672.


Border color

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

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

This div border color is #AE6672.


Opacity

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

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

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

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

This text has shadow with #AE6672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6672 on black background.


Color preview on white background

This text has color #AE6672 on white background.



Black color preview on #AE6672 background

This text has black color on #AE6672 background.


White color preview on #AE6672 background

This text has white color on #AE6672 background.