COLOR #AE7168

HEX: #AE7168
RGB: (174,113,104)

Color info

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

RGB color model

#AE7168 color RGB value is (174,113,104).

  • red value is 174;
  • green value is 113;
  • blue value is 104.
RGB:
(174,113,104)
(68%,44%,41%)

RGB channels and saturation

R 174 of 255 = 68%
G 113 of 255 = 44%
B 104 of 255 = 41%

174
113
104

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

Portions of RGB colors in percentages

R + G + B =
174 + 113 + 104 = 391 (100%)
R 174 of 391 ~ 44.5%
G 113 of 391 ~ 28.9%
B 104 of 391 ~ 26.6%

%44.5
%28.9
%26.6

CMYK color model

#AE7168 color CMYK value is (0,35,40,32).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 40.23%
  • key color value is 31.76%
CMYK:
(0,35,40,32)
C0M35Y40K32 
(0%,35%,40%,32%)
(0.00/0.35/0.40/0.32)	

CMYK percentages

%0
%35.06
%40.23
%31.76

Codes

Color #AE7168 in popluar color models

AE7168
RGB174113104
HSL30.17%54.51%
HSB/HSV40.23%68.24%
CMYK0.00%35.06%40.23%
31.76%

Color #AE7168 in popluar number systems.

HEXAE7168
Decimal174113104
Binary1010111011100011101000
Octal256161150

Shades and tints

Shades of #AE7168

#AE7168
(174,113,104)
#9F675F
(159,103,95)
#905D56
(144,93,86)
#81534D
(129,83,77)
#724944
(114,73,68)
#633F3B
(99,63,59)
#543532
(84,53,50)
#452B29
(69,43,41)
#362120
(54,33,32)
#271717
(39,23,23)
#180D0E
(24,13,14)
#000000
(0,0,0)

Tints of #AE7168

#AE7168
(174,113,104)
#B57D75
(181,125,117)
#BC8982
(188,137,130)
#C3958F
(195,149,143)
#CAA19C
(202,161,156)
#D1ADA9
(209,173,169)
#D8B9B6
(216,185,182)
#DFC5C3
(223,197,195)
#E6D1D0
(230,209,208)
#EDDDDD
(237,221,221)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7168 color. Also use rgb(174,113,104) instead hex code.

Text Font Color

.myTextColor { color: #AE7168; }

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

This text font color is #AE7168.


Background Color

.myBgColor { background-color: #AE7168; }

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

This div background color is #AE7168.


Border color

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

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

This div border color is #AE7168.


Opacity

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

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

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

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

This text has shadow with #AE7168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7168 on black background.


Color preview on white background

This text has color #AE7168 on white background.



Black color preview on #AE7168 background

This text has black color on #AE7168 background.


White color preview on #AE7168 background

This text has white color on #AE7168 background.