COLOR #AE6470

HEX: #AE6470
RGB: (174,100,112)

Color info

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

RGB color model

#AE6470 color RGB value is (174,100,112).

  • red value is 174;
  • green value is 100;
  • blue value is 112.
RGB:
(174,100,112)
(68%,39%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 100 of 255 = 39%
B 112 of 255 = 44%

174
100
112

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

Portions of RGB colors in percentages

R + G + B =
174 + 100 + 112 = 386 (100%)
R 174 of 386 ~ 45.08%
G 100 of 386 ~ 25.91%
B 112 of 386 ~ 29.02%

%45.08
%25.91
%29.02

CMYK color model

#AE6470 color CMYK value is (0,43,36,32).

  • cyan value is 0.00%
  • magenta value is 42.53%
  • yellow value is 35.63%
  • key color value is 31.76%
CMYK:
(0,43,36,32)
C0M43Y36K32 
(0%,43%,36%,32%)
(0.00/0.43/0.36/0.32)	

CMYK percentages

%0
%42.53
%35.63
%31.76

Codes

Color #AE6470 in popluar color models

AE6470
RGB174100112
HSL350°31.36%53.73%
HSB/HSV350°42.53%68.24%
CMYK0.00%42.53%35.63%
31.76%

Color #AE6470 in popluar number systems.

HEXAE6470
Decimal174100112
Binary1010111011001001110000
Octal256144160

Shades and tints

Shades of #AE6470

#AE6470
(174,100,112)
#9F5B66
(159,91,102)
#90525C
(144,82,92)
#814952
(129,73,82)
#724048
(114,64,72)
#63373E
(99,55,62)
#542E34
(84,46,52)
#45252A
(69,37,42)
#361C20
(54,28,32)
#271316
(39,19,22)
#180A0C
(24,10,12)
#000000
(0,0,0)

Tints of #AE6470

#AE6470
(174,100,112)
#B5727D
(181,114,125)
#BC808A
(188,128,138)
#C38E97
(195,142,151)
#CA9CA4
(202,156,164)
#D1AAB1
(209,170,177)
#D8B8BE
(216,184,190)
#DFC6CB
(223,198,203)
#E6D4D8
(230,212,216)
#EDE2E5
(237,226,229)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6470 color. Also use rgb(174,100,112) instead hex code.

Text Font Color

.myTextColor { color: #AE6470; }

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

This text font color is #AE6470.


Background Color

.myBgColor { background-color: #AE6470; }

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

This div background color is #AE6470.


Border color

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

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

This div border color is #AE6470.


Opacity

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

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

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

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

This text has shadow with #AE6470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6470 on black background.


Color preview on white background

This text has color #AE6470 on white background.



Black color preview on #AE6470 background

This text has black color on #AE6470 background.


White color preview on #AE6470 background

This text has white color on #AE6470 background.