COLOR #AE7868

HEX: #AE7868
RGB: (174,120,104)

Color info

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

RGB color model

#AE7868 color RGB value is (174,120,104).

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

RGB channels and saturation

R 174 of 255 = 68%
G 120 of 255 = 47%
B 104 of 255 = 41%

174
120
104

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

Portions of RGB colors in percentages

R + G + B =
174 + 120 + 104 = 398 (100%)
R 174 of 398 ~ 43.72%
G 120 of 398 ~ 30.15%
B 104 of 398 ~ 26.13%

%43.72
%30.15
%26.13

CMYK color model

#AE7868 color CMYK value is (0,31,40,32).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 40.23%
  • key color value is 31.76%
CMYK:
(0,31,40,32)
C0M31Y40K32 
(0%,31%,40%,32%)
(0.00/0.31/0.40/0.32)	

CMYK percentages

%0
%31.03
%40.23
%31.76

Codes

Color #AE7868 in popluar color models

AE7868
RGB174120104
HSL14°30.17%54.51%
HSB/HSV14°40.23%68.24%
CMYK0.00%31.03%40.23%
31.76%

Color #AE7868 in popluar number systems.

HEXAE7868
Decimal174120104
Binary1010111011110001101000
Octal256170150

Shades and tints

Shades of #AE7868

#AE7868
(174,120,104)
#9F6E5F
(159,110,95)
#906456
(144,100,86)
#815A4D
(129,90,77)
#725044
(114,80,68)
#63463B
(99,70,59)
#543C32
(84,60,50)
#453229
(69,50,41)
#362820
(54,40,32)
#271E17
(39,30,23)
#18140E
(24,20,14)
#000000
(0,0,0)

Tints of #AE7868

#AE7868
(174,120,104)
#B58475
(181,132,117)
#BC9082
(188,144,130)
#C39C8F
(195,156,143)
#CAA89C
(202,168,156)
#D1B4A9
(209,180,169)
#D8C0B6
(216,192,182)
#DFCCC3
(223,204,195)
#E6D8D0
(230,216,208)
#EDE4DD
(237,228,221)
#F4F0EA
(244,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7868; }

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

This text font color is #AE7868.


Background Color

.myBgColor { background-color: #AE7868; }

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

This div background color is #AE7868.


Border color

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

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

This div border color is #AE7868.


Opacity

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

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

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

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

This text has shadow with #AE7868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7868 on black background.


Color preview on white background

This text has color #AE7868 on white background.



Black color preview on #AE7868 background

This text has black color on #AE7868 background.


White color preview on #AE7868 background

This text has white color on #AE7868 background.