COLOR #AE684A

HEX: #AE684A RGB: (174,104,74)

Color info

#AE684A contains mainly red color. Web safe color of #AE684A is #996633 (or #963).

RGB color model

#AE684A color RGB value is (174,104,74).

RGB: (174,104,74) (68%, 41%, 29%)

RGB channels and saturation

R 174 of 255 = 68%
G 104 of 255 = 41%
B 74 of 255 = 29%

174
104
74

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

Portions of RGB colors in percentages

R + G + B = 174 + 104 + 74 = 352 (100%)
R 174 of 352 ~ 49.43%
G 104 of 352 ~ 29.55%
B 74 of 352 ~ 21.02'%

%49.43
%29.55
%21.02

CMYK color model

#AE684A color CMYK value is (0,40,57,32).

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

CMYK: (0,40,57,32)
C0M40Y57K32 (0%, 40%, 57%, 32%)
(0.00 / 0.40 / 0.57 / 0.32)

CMYK percentages

%0
%40.23
%57.47
%31.76

Codes

Color #AE684A in popluar color models

AE 68 4A
RGB 174 104 74
HSL 18° 40.32% 48.63%
HSB/HSV 18° 57.47% 68.24%
CMYK 0.00% 40.23% 57.47%
31.76%

Color #AE684A in popluar number systems.

HEX AE 68 4A
Decimal 174 104 74
Binary 10101110 1101000 1001010
Octal 256 150 112

Shades and tints

Shades of #AE684A

#AE684A
(174,104,74)
#9F5F44
(159,95,68)
#90563E
(144,86,62)
#814D38
(129,77,56)
#724432
(114,68,50)
#633B2C
(99,59,44)
#543226
(84,50,38)
#452920
(69,41,32)
#36201A
(54,32,26)
#271714
(39,23,20)
#180E0E
(24,14,14)
#000000
(0,0,0)

Tints of #AE684A

#AE684A
(174,104,74)
#B5755A
(181,117,90)
#BC826A
(188,130,106)
#C38F7A
(195,143,122)
#CA9C8A
(202,156,138)
#D1A99A
(209,169,154)
#D8B6AA
(216,182,170)
#DFC3BA
(223,195,186)
#E6D0CA
(230,208,202)
#EDDDDA
(237,221,218)
#F4EAEA
(244,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE684A; }

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

This text font color is #AE684A.

Background Color

.myBgColor { background-color: #AE684A; }

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

This div background color is #AE684A.

Border color

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

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

This div border color is #AE684A.

Opacity

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

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

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

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

This text has shadow with #AE684A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE684A.

Preview

Color preview on black background

This text has color #AE684A on black background.


Color preview on white background

This text has color #AE684A on white background.


Black color preview on #AE684A background

This text has black color on #AE684A background.


White color preview on #AE684A background

This text has white color on #AE684A background.


Related colors

Complementary color

Complementary color for #hex is #5197B5.


I love getcolorcode.com

Triadic colors

1 #4AAE68 and #684AAE with #AE684A are triadic colors.

2 #4A68AE and #68AE4A with #AE684A are triadic colors.