COLOR #AE6674

HEX: #AE6674
RGB: (174,102,116)

Color info

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

RGB color model

#AE6674 color RGB value is (174,102,116).

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

RGB channels and saturation

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

174
102
116

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

Portions of RGB colors in percentages

R + G + B =
174 + 102 + 116 = 392 (100%)
R 174 of 392 ~ 44.39%
G 102 of 392 ~ 26.02%
B 116 of 392 ~ 29.59%

%44.39
%26.02
%29.59

CMYK color model

#AE6674 color CMYK value is (0,41,33,32).

  • cyan value is 0.00%
  • magenta value is 41.38%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK:
(0,41,33,32)
C0M41Y33K32 
(0%,41%,33%,32%)
(0.00/0.41/0.33/0.32)	

CMYK percentages

%0
%41.38
%33.33
%31.76

Codes

Color #AE6674 in popluar color models

AE6674
RGB174102116
HSL348°30.77%54.12%
HSB/HSV348°41.38%68.24%
CMYK0.00%41.38%33.33%
31.76%

Color #AE6674 in popluar number systems.

HEXAE6674
Decimal174102116
Binary1010111011001101110100
Octal256146164

Shades and tints

Shades of #AE6674

#AE6674
(174,102,116)
#9F5D6A
(159,93,106)
#905460
(144,84,96)
#814B56
(129,75,86)
#72424C
(114,66,76)
#633942
(99,57,66)
#543038
(84,48,56)
#45272E
(69,39,46)
#361E24
(54,30,36)
#27151A
(39,21,26)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #AE6674

#AE6674
(174,102,116)
#B57380
(181,115,128)
#BC808C
(188,128,140)
#C38D98
(195,141,152)
#CA9AA4
(202,154,164)
#D1A7B0
(209,167,176)
#D8B4BC
(216,180,188)
#DFC1C8
(223,193,200)
#E6CED4
(230,206,212)
#EDDBE0
(237,219,224)
#F4E8EC
(244,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6674; }

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

This text font color is #AE6674.


Background Color

.myBgColor { background-color: #AE6674; }

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

This div background color is #AE6674.


Border color

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

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

This div border color is #AE6674.


Opacity

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

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

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

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

This text has shadow with #AE6674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6674 on black background.


Color preview on white background

This text has color #AE6674 on white background.



Black color preview on #AE6674 background

This text has black color on #AE6674 background.


White color preview on #AE6674 background

This text has white color on #AE6674 background.