COLOR #AE8B6E

HEX: #AE8B6E
RGB: (174,139,110)

Color info

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

RGB color model

#AE8B6E color RGB value is (174,139,110).

  • red value is 174;
  • green value is 139;
  • blue value is 110.
RGB:
(174,139,110)
(68%,55%,43%)

RGB channels and saturation

R 174 of 255 = 68%
G 139 of 255 = 55%
B 110 of 255 = 43%

174
139
110

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

Portions of RGB colors in percentages

R + G + B =
174 + 139 + 110 = 423 (100%)
R 174 of 423 ~ 41.13%
G 139 of 423 ~ 32.86%
B 110 of 423 ~ 26%

%41.13
%32.86
%26

CMYK color model

#AE8B6E color CMYK value is (0,20,37,32).

  • cyan value is 0.00%
  • magenta value is 20.11%
  • yellow value is 36.78%
  • key color value is 31.76%
CMYK:
(0,20,37,32)
C0M20Y37K32 
(0%,20%,37%,32%)
(0.00/0.20/0.37/0.32)	

CMYK percentages

%0
%20.11
%36.78
%31.76

Codes

Color #AE8B6E in popluar color models

AE8B6E
RGB174139110
HSL27°28.32%55.69%
HSB/HSV27°36.78%68.24%
CMYK0.00%20.11%36.78%
31.76%

Color #AE8B6E in popluar number systems.

HEXAE8B6E
Decimal174139110
Binary10101110100010111101110
Octal256213156

Shades and tints

Shades of #AE8B6E

#AE8B6E
(174,139,110)
#9F7F64
(159,127,100)
#90735A
(144,115,90)
#816750
(129,103,80)
#725B46
(114,91,70)
#634F3C
(99,79,60)
#544332
(84,67,50)
#453728
(69,55,40)
#362B1E
(54,43,30)
#271F14
(39,31,20)
#18130A
(24,19,10)
#000000
(0,0,0)

Tints of #AE8B6E

#AE8B6E
(174,139,110)
#B5957B
(181,149,123)
#BC9F88
(188,159,136)
#C3A995
(195,169,149)
#CAB3A2
(202,179,162)
#D1BDAF
(209,189,175)
#D8C7BC
(216,199,188)
#DFD1C9
(223,209,201)
#E6DBD6
(230,219,214)
#EDE5E3
(237,229,227)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8B6E color. Also use rgb(174,139,110) instead hex code.

Text Font Color

.myTextColor { color: #AE8B6E; }

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

This text font color is #AE8B6E.


Background Color

.myBgColor { background-color: #AE8B6E; }

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

This div background color is #AE8B6E.


Border color

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

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

This div border color is #AE8B6E.


Opacity

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

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

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

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

This text has shadow with #AE8B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8B6E on black background.


Color preview on white background

This text has color #AE8B6E on white background.



Black color preview on #AE8B6E background

This text has black color on #AE8B6E background.


White color preview on #AE8B6E background

This text has white color on #AE8B6E background.