COLOR #AE6853

HEX: #AE6853 RGB: (174,104,83)

Color info

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

RGB color model

#AE6853 color RGB value is (174,104,83).

RGB: (174,104,83) (68%, 41%, 33%)

RGB channels and saturation

R 174 of 255 = 68%
G 104 of 255 = 41%
B 83 of 255 = 33%

174
104
83

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

Portions of RGB colors in percentages

R + G + B = 174 + 104 + 83 = 361 (100%)
R 174 of 361 ~ 48.2%
G 104 of 361 ~ 28.81%
B 83 of 361 ~ 22.99'%

%48.2
%28.81
%22.99

CMYK color model

#AE6853 color CMYK value is (0,40,52,32).

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

CMYK: (0,40,52,32)
C0M40Y52K32 (0%, 40%, 52%, 32%)
(0.00 / 0.40 / 0.52 / 0.32)

CMYK percentages

%0
%40.23
%52.3
%31.76

Codes

Color #AE6853 in popluar color models

AE 68 53
RGB 174 104 83
HSL 14° 35.97% 50.39%
HSB/HSV 14° 52.30% 68.24%
CMYK 0.00% 40.23% 52.30%
31.76%

Color #AE6853 in popluar number systems.

HEX AE 68 53
Decimal 174 104 83
Binary 10101110 1101000 1010011
Octal 256 150 123

Shades and tints

Shades of #AE6853

#AE6853
(174,104,83)
#9F5F4C
(159,95,76)
#905645
(144,86,69)
#814D3E
(129,77,62)
#724437
(114,68,55)
#633B30
(99,59,48)
#543229
(84,50,41)
#452922
(69,41,34)
#36201B
(54,32,27)
#271714
(39,23,20)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #AE6853

#AE6853
(174,104,83)
#B57562
(181,117,98)
#BC8271
(188,130,113)
#C38F80
(195,143,128)
#CA9C8F
(202,156,143)
#D1A99E
(209,169,158)
#D8B6AD
(216,182,173)
#DFC3BC
(223,195,188)
#E6D0CB
(230,208,203)
#EDDDDA
(237,221,218)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6853; }

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

This text font color is #AE6853.

Background Color

.myBgColor { background-color: #AE6853; }

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

This div background color is #AE6853.

Border color

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

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

This div border color is #AE6853.

Opacity

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

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

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

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

This text has shadow with #AE6853 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE6853.

Preview

Color preview on black background

This text has color #AE6853 on black background.


Color preview on white background

This text has color #AE6853 on white background.


Black color preview on #AE6853 background

This text has black color on #AE6853 background.


White color preview on #AE6853 background

This text has white color on #AE6853 background.


Related colors

Complementary color

Complementary color for #hex is #5197AC.


I love getcolorcode.com

Triadic colors

1 #53AE68 and #6853AE with #AE6853 are triadic colors.

2 #5368AE and #68AE53 with #AE6853 are triadic colors.