COLOR #AE856B

HEX: #AE856B
RGB: (174,133,107)

Color info

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

RGB color model

#AE856B color RGB value is (174,133,107).

  • red value is 174;
  • green value is 133;
  • blue value is 107.
RGB:
(174,133,107)
(68%,52%,42%)

RGB channels and saturation

R 174 of 255 = 68%
G 133 of 255 = 52%
B 107 of 255 = 42%

174
133
107

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

Portions of RGB colors in percentages

R + G + B =
174 + 133 + 107 = 414 (100%)
R 174 of 414 ~ 42.03%
G 133 of 414 ~ 32.13%
B 107 of 414 ~ 25.85%

%42.03
%32.13
%25.85

CMYK color model

#AE856B color CMYK value is (0,24,39,32).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 38.51%
  • key color value is 31.76%
CMYK:
(0,24,39,32)
C0M24Y39K32 
(0%,24%,39%,32%)
(0.00/0.24/0.39/0.32)	

CMYK percentages

%0
%23.56
%38.51
%31.76

Codes

Color #AE856B in popluar color models

AE856B
RGB174133107
HSL23°29.26%55.10%
HSB/HSV23°38.51%68.24%
CMYK0.00%23.56%38.51%
31.76%

Color #AE856B in popluar number systems.

HEXAE856B
Decimal174133107
Binary10101110100001011101011
Octal256205153

Shades and tints

Shades of #AE856B

#AE856B
(174,133,107)
#9F7962
(159,121,98)
#906D59
(144,109,89)
#816150
(129,97,80)
#725547
(114,85,71)
#63493E
(99,73,62)
#543D35
(84,61,53)
#45312C
(69,49,44)
#362523
(54,37,35)
#27191A
(39,25,26)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #AE856B

#AE856B
(174,133,107)
#B59078
(181,144,120)
#BC9B85
(188,155,133)
#C3A692
(195,166,146)
#CAB19F
(202,177,159)
#D1BCAC
(209,188,172)
#D8C7B9
(216,199,185)
#DFD2C6
(223,210,198)
#E6DDD3
(230,221,211)
#EDE8E0
(237,232,224)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE856B color. Also use rgb(174,133,107) instead hex code.

Text Font Color

.myTextColor { color: #AE856B; }

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

This text font color is #AE856B.


Background Color

.myBgColor { background-color: #AE856B; }

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

This div background color is #AE856B.


Border color

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

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

This div border color is #AE856B.


Opacity

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

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

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

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

This text has shadow with #AE856B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE856B on black background.


Color preview on white background

This text has color #AE856B on white background.



Black color preview on #AE856B background

This text has black color on #AE856B background.


White color preview on #AE856B background

This text has white color on #AE856B background.