COLOR #AE8A60

HEX: #AE8A60
RGB: (174,138,96)

Color info

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

RGB color model

#AE8A60 color RGB value is (174,138,96).

  • red value is 174;
  • green value is 138;
  • blue value is 96.
RGB:
(174,138,96)
(68%,54%,38%)

RGB channels and saturation

R 174 of 255 = 68%
G 138 of 255 = 54%
B 96 of 255 = 38%

174
138
96

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

Portions of RGB colors in percentages

R + G + B =
174 + 138 + 96 = 408 (100%)
R 174 of 408 ~ 42.65%
G 138 of 408 ~ 33.82%
B 96 of 408 ~ 23.53%

%42.65
%33.82
%23.53

CMYK color model

#AE8A60 color CMYK value is (0,21,45,32).

  • cyan value is 0.00%
  • magenta value is 20.69%
  • yellow value is 44.83%
  • key color value is 31.76%
CMYK:
(0,21,45,32)
C0M21Y45K32 
(0%,21%,45%,32%)
(0.00/0.21/0.45/0.32)	

CMYK percentages

%0
%20.69
%44.83
%31.76

Codes

Color #AE8A60 in popluar color models

AE8A60
RGB17413896
HSL32°32.50%52.94%
HSB/HSV32°44.83%68.24%
CMYK0.00%20.69%44.83%
31.76%

Color #AE8A60 in popluar number systems.

HEXAE8A60
Decimal17413896
Binary10101110100010101100000
Octal256212140

Shades and tints

Shades of #AE8A60

#AE8A60
(174,138,96)
#9F7E58
(159,126,88)
#907250
(144,114,80)
#816648
(129,102,72)
#725A40
(114,90,64)
#634E38
(99,78,56)
#544230
(84,66,48)
#453628
(69,54,40)
#362A20
(54,42,32)
#271E18
(39,30,24)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #AE8A60

#AE8A60
(174,138,96)
#B5946E
(181,148,110)
#BC9E7C
(188,158,124)
#C3A88A
(195,168,138)
#CAB298
(202,178,152)
#D1BCA6
(209,188,166)
#D8C6B4
(216,198,180)
#DFD0C2
(223,208,194)
#E6DAD0
(230,218,208)
#EDE4DE
(237,228,222)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8A60 color. Also use rgb(174,138,96) instead hex code.

Text Font Color

.myTextColor { color: #AE8A60; }

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

This text font color is #AE8A60.


Background Color

.myBgColor { background-color: #AE8A60; }

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

This div background color is #AE8A60.


Border color

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

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

This div border color is #AE8A60.


Opacity

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

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

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

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

This text has shadow with #AE8A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8A60 on black background.


Color preview on white background

This text has color #AE8A60 on white background.



Black color preview on #AE8A60 background

This text has black color on #AE8A60 background.


White color preview on #AE8A60 background

This text has white color on #AE8A60 background.