COLOR #AE6F74

HEX: #AE6F74
RGB: (174,111,116)

Color info

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

RGB color model

#AE6F74 color RGB value is (174,111,116).

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

RGB channels and saturation

R 174 of 255 = 68%
G 111 of 255 = 44%
B 116 of 255 = 45%

174
111
116

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

Portions of RGB colors in percentages

R + G + B =
174 + 111 + 116 = 401 (100%)
R 174 of 401 ~ 43.39%
G 111 of 401 ~ 27.68%
B 116 of 401 ~ 28.93%

%43.39
%27.68
%28.93

CMYK color model

#AE6F74 color CMYK value is (0,36,33,32).

  • cyan value is 0.00%
  • magenta value is 36.21%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK:
(0,36,33,32)
C0M36Y33K32 
(0%,36%,33%,32%)
(0.00/0.36/0.33/0.32)	

CMYK percentages

%0
%36.21
%33.33
%31.76

Codes

Color #AE6F74 in popluar color models

AE6F74
RGB174111116
HSL355°28.00%55.88%
HSB/HSV355°36.21%68.24%
CMYK0.00%36.21%33.33%
31.76%

Color #AE6F74 in popluar number systems.

HEXAE6F74
Decimal174111116
Binary1010111011011111110100
Octal256157164

Shades and tints

Shades of #AE6F74

#AE6F74
(174,111,116)
#9F656A
(159,101,106)
#905B60
(144,91,96)
#815156
(129,81,86)
#72474C
(114,71,76)
#633D42
(99,61,66)
#543338
(84,51,56)
#45292E
(69,41,46)
#361F24
(54,31,36)
#27151A
(39,21,26)
#180B10
(24,11,16)
#000000
(0,0,0)

Tints of #AE6F74

#AE6F74
(174,111,116)
#B57C80
(181,124,128)
#BC898C
(188,137,140)
#C39698
(195,150,152)
#CAA3A4
(202,163,164)
#D1B0B0
(209,176,176)
#D8BDBC
(216,189,188)
#DFCAC8
(223,202,200)
#E6D7D4
(230,215,212)
#EDE4E0
(237,228,224)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6F74; }

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

This text font color is #AE6F74.


Background Color

.myBgColor { background-color: #AE6F74; }

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

This div background color is #AE6F74.


Border color

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

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

This div border color is #AE6F74.


Opacity

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

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

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

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

This text has shadow with #AE6F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6F74 on black background.


Color preview on white background

This text has color #AE6F74 on white background.



Black color preview on #AE6F74 background

This text has black color on #AE6F74 background.


White color preview on #AE6F74 background

This text has white color on #AE6F74 background.