COLOR #AE865A

HEX: #AE865A
RGB: (174,134,90)

Color info

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

RGB color model

#AE865A color RGB value is (174,134,90).

  • red value is 174;
  • green value is 134;
  • blue value is 90.
RGB:
(174,134,90)
(68%,53%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 134 of 255 = 53%
B 90 of 255 = 35%

174
134
90

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

Portions of RGB colors in percentages

R + G + B =
174 + 134 + 90 = 398 (100%)
R 174 of 398 ~ 43.72%
G 134 of 398 ~ 33.67%
B 90 of 398 ~ 22.61%

%43.72
%33.67
%22.61

CMYK color model

#AE865A color CMYK value is (0,23,48,32).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 48.28%
  • key color value is 31.76%
CMYK:
(0,23,48,32)
C0M23Y48K32 
(0%,23%,48%,32%)
(0.00/0.23/0.48/0.32)	

CMYK percentages

%0
%22.99
%48.28
%31.76

Codes

Color #AE865A in popluar color models

AE865A
RGB17413490
HSL31°34.15%51.76%
HSB/HSV31°48.28%68.24%
CMYK0.00%22.99%48.28%
31.76%

Color #AE865A in popluar number systems.

HEXAE865A
Decimal17413490
Binary10101110100001101011010
Octal256206132

Shades and tints

Shades of #AE865A

#AE865A
(174,134,90)
#9F7A52
(159,122,82)
#906E4A
(144,110,74)
#816242
(129,98,66)
#72563A
(114,86,58)
#634A32
(99,74,50)
#543E2A
(84,62,42)
#453222
(69,50,34)
#36261A
(54,38,26)
#271A12
(39,26,18)
#180E0A
(24,14,10)
#000000
(0,0,0)

Tints of #AE865A

#AE865A
(174,134,90)
#B59169
(181,145,105)
#BC9C78
(188,156,120)
#C3A787
(195,167,135)
#CAB296
(202,178,150)
#D1BDA5
(209,189,165)
#D8C8B4
(216,200,180)
#DFD3C3
(223,211,195)
#E6DED2
(230,222,210)
#EDE9E1
(237,233,225)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE865A color. Also use rgb(174,134,90) instead hex code.

Text Font Color

.myTextColor { color: #AE865A; }

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

This text font color is #AE865A.


Background Color

.myBgColor { background-color: #AE865A; }

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

This div background color is #AE865A.


Border color

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

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

This div border color is #AE865A.


Opacity

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

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

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

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

This text has shadow with #AE865A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE865A on black background.


Color preview on white background

This text has color #AE865A on white background.



Black color preview on #AE865A background

This text has black color on #AE865A background.


White color preview on #AE865A background

This text has white color on #AE865A background.