COLOR #AE685E

HEX: #AE685E RGB: (174,104,94)

Color info

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

RGB color model

#AE685E color RGB value is (174,104,94).

RGB: (174,104,94) (68%, 41%, 37%)

RGB channels and saturation

R 174 of 255 = 68%
G 104 of 255 = 41%
B 94 of 255 = 37%

174
104
94

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

Portions of RGB colors in percentages

R + G + B = 174 + 104 + 94 = 372 (100%)
R 174 of 372 ~ 46.77%
G 104 of 372 ~ 27.96%
B 94 of 372 ~ 25.27'%

%46.77
%27.96
%25.27

CMYK color model

#AE685E color CMYK value is (0,40,46,32).

  • cyan value is 0.00%
  • magenta value is 40.23%
  • yellow value is 45.98%
  • key color value is 31.76%

CMYK: (0,40,46,32)
C0M40Y46K32 (0%, 40%, 46%, 32%)
(0.00 / 0.40 / 0.46 / 0.32)

CMYK percentages

%0
%40.23
%45.98
%31.76

Codes

Color #AE685E in popluar color models

AE 68 5E
RGB 174 104 94
HSL 33.06% 52.55%
HSB/HSV 45.98% 68.24%
CMYK 0.00% 40.23% 45.98%
31.76%

Color #AE685E in popluar number systems.

HEX AE 68 5E
Decimal 174 104 94
Binary 10101110 1101000 1011110
Octal 256 150 136

Shades and tints

Shades of #AE685E

#AE685E
(174,104,94)
#9F5F56
(159,95,86)
#90564E
(144,86,78)
#814D46
(129,77,70)
#72443E
(114,68,62)
#633B36
(99,59,54)
#54322E
(84,50,46)
#452926
(69,41,38)
#36201E
(54,32,30)
#271716
(39,23,22)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #AE685E

#AE685E
(174,104,94)
#B5756C
(181,117,108)
#BC827A
(188,130,122)
#C38F88
(195,143,136)
#CA9C96
(202,156,150)
#D1A9A4
(209,169,164)
#D8B6B2
(216,182,178)
#DFC3C0
(223,195,192)
#E6D0CE
(230,208,206)
#EDDDDC
(237,221,220)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE685E; }

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

This text font color is #AE685E.

Background Color

.myBgColor { background-color: #AE685E; }

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

This div background color is #AE685E.

Border color

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

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

This div border color is #AE685E.

Opacity

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

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

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

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

This text has shadow with #AE685E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE685E.

Preview

Color preview on black background

This text has color #AE685E on black background.


Color preview on white background

This text has color #AE685E on white background.


Black color preview on #AE685E background

This text has black color on #AE685E background.


White color preview on #AE685E background

This text has white color on #AE685E background.


Related colors

Complementary color

Complementary color for #hex is #5197A1.


I love getcolorcode.com

Triadic colors

1 #5EAE68 and #685EAE with #AE685E are triadic colors.

2 #5E68AE and #68AE5E with #AE685E are triadic colors.