COLOR #AE836D

HEX: #AE836D RGB: (174,131,109)

Color info

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

RGB color model

#AE836D color RGB value is (174,131,109).

RGB: (174,131,109) (68%, 51%, 43%)

RGB channels and saturation

R 174 of 255 = 68%
G 131 of 255 = 51%
B 109 of 255 = 43%

174
131
109

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

Portions of RGB colors in percentages

R + G + B = 174 + 131 + 109 = 414 (100%)
R 174 of 414 ~ 42.03%
G 131 of 414 ~ 31.64%
B 109 of 414 ~ 26.33'%

%42.03
%31.64
%26.33

CMYK color model

#AE836D color CMYK value is (0,25,37,32).

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

CMYK: (0,25,37,32)
C0M25Y37K32 (0%, 25%, 37%, 32%)
(0.00 / 0.25 / 0.37 / 0.32)

CMYK percentages

%0
%24.71
%37.36
%31.76

Codes

Color #AE836D in popluar color models

AE 83 6D
RGB 174 131 109
HSL 20° 28.63% 55.49%
HSB/HSV 20° 37.36% 68.24%
CMYK 0.00% 24.71% 37.36%
31.76%

Color #AE836D in popluar number systems.

HEX AE 83 6D
Decimal 174 131 109
Binary 10101110 10000011 1101101
Octal 256 203 155

Shades and tints

Shades of #AE836D

#AE836D
(174,131,109)
#9F7864
(159,120,100)
#906D5B
(144,109,91)
#816252
(129,98,82)
#725749
(114,87,73)
#634C40
(99,76,64)
#544137
(84,65,55)
#45362E
(69,54,46)
#362B25
(54,43,37)
#27201C
(39,32,28)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #AE836D

#AE836D
(174,131,109)
#B58E7A
(181,142,122)
#BC9987
(188,153,135)
#C3A494
(195,164,148)
#CAAFA1
(202,175,161)
#D1BAAE
(209,186,174)
#D8C5BB
(216,197,187)
#DFD0C8
(223,208,200)
#E6DBD5
(230,219,213)
#EDE6E2
(237,230,226)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE836D; }

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

This text font color is #AE836D.

Background Color

.myBgColor { background-color: #AE836D; }

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

This div background color is #AE836D.

Border color

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

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

This div border color is #AE836D.

Opacity

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

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

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

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

This text has shadow with #AE836D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE836D.

Preview

Color preview on black background

This text has color #AE836D on black background.


Color preview on white background

This text has color #AE836D on white background.


Black color preview on #AE836D background

This text has black color on #AE836D background.


White color preview on #AE836D background

This text has white color on #AE836D background.


Related colors

Complementary color

Complementary color for #hex is #517C92.


I love getcolorcode.com

Triadic colors

1 #6DAE83 and #836DAE with #AE836D are triadic colors.

2 #6D83AE and #83AE6D with #AE836D are triadic colors.