COLOR #AE835E

HEX: #AE835E RGB: (174,131,94)

Color info

#AE835E contains mainly red and green colors. Web safe color of #AE835E is #999966 (or #996).

RGB color model

#AE835E color RGB value is (174,131,94).

RGB: (174,131,94) (68%, 51%, 37%)

RGB channels and saturation

R 174 of 255 = 68%
G 131 of 255 = 51%
B 94 of 255 = 37%

174
131
94

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

Portions of RGB colors in percentages

R + G + B = 174 + 131 + 94 = 399 (100%)
R 174 of 399 ~ 43.61%
G 131 of 399 ~ 32.83%
B 94 of 399 ~ 23.56'%

%43.61
%32.83
%23.56

CMYK color model

#AE835E color CMYK value is (0,25,46,32).

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

CMYK: (0,25,46,32)
C0M25Y46K32 (0%, 25%, 46%, 32%)
(0.00 / 0.25 / 0.46 / 0.32)

CMYK percentages

%0
%24.71
%45.98
%31.76

Codes

Color #AE835E in popluar color models

AE 83 5E
RGB 174 131 94
HSL 28° 33.06% 52.55%
HSB/HSV 28° 45.98% 68.24%
CMYK 0.00% 24.71% 45.98%
31.76%

Color #AE835E in popluar number systems.

HEX AE 83 5E
Decimal 174 131 94
Binary 10101110 10000011 1011110
Octal 256 203 136

Shades and tints

Shades of #AE835E

#AE835E
(174,131,94)
#9F7856
(159,120,86)
#906D4E
(144,109,78)
#816246
(129,98,70)
#72573E
(114,87,62)
#634C36
(99,76,54)
#54412E
(84,65,46)
#453626
(69,54,38)
#362B1E
(54,43,30)
#272016
(39,32,22)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #AE835E

#AE835E
(174,131,94)
#B58E6C
(181,142,108)
#BC997A
(188,153,122)
#C3A488
(195,164,136)
#CAAF96
(202,175,150)
#D1BAA4
(209,186,164)
#D8C5B2
(216,197,178)
#DFD0C0
(223,208,192)
#E6DBCE
(230,219,206)
#EDE6DC
(237,230,220)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE835E; }

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

This text font color is #AE835E.

Background Color

.myBgColor { background-color: #AE835E; }

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

This div background color is #AE835E.

Border color

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

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

This div border color is #AE835E.

Opacity

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

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

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

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

This text has shadow with #AE835E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE835E.

Preview

Color preview on black background

This text has color #AE835E on black background.


Color preview on white background

This text has color #AE835E on white background.


Black color preview on #AE835E background

This text has black color on #AE835E background.


White color preview on #AE835E background

This text has white color on #AE835E background.


Related colors

Complementary color

Complementary color for #hex is #517CA1.


I love getcolorcode.com

Triadic colors

1 #5EAE83 and #835EAE with #AE835E are triadic colors.

2 #5E83AE and #83AE5E with #AE835E are triadic colors.