COLOR #AE842A

HEX: #AE842A
RGB: (174,132,42)

Color info

#AE842A contains mainly red and green colors. Web safe color of #AE842A is #999933 (or #993).

RGB color model

#AE842A color RGB value is (174,132,42).

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

RGB channels and saturation

R 174 of 255 = 68%
G 132 of 255 = 52%
B 42 of 255 = 16%

174
132
42

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

Portions of RGB colors in percentages

R + G + B =
174 + 132 + 42 = 348 (100%)
R 174 of 348 ~ 50%
G 132 of 348 ~ 37.93%
B 42 of 348 ~ 12.07%

%50
%37.93
%12.07

CMYK color model

#AE842A color CMYK value is (0,24,76,32).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 75.86%
  • key color value is 31.76%
CMYK:
(0,24,76,32)
C0M24Y76K32 
(0%,24%,76%,32%)
(0.00/0.24/0.76/0.32)	

CMYK percentages

%0
%24.14
%75.86
%31.76

Codes

Color #AE842A in popluar color models

AE842A
RGB17413242
HSL41°61.11%42.35%
HSB/HSV41°75.86%68.24%
CMYK0.00%24.14%75.86%
31.76%

Color #AE842A in popluar number systems.

HEXAE842A
Decimal17413242
Binary1010111010000100101010
Octal25620452

Shades and tints

Shades of #AE842A

#AE842A
(174,132,42)
#9F7827
(159,120,39)
#906C24
(144,108,36)
#816021
(129,96,33)
#72541E
(114,84,30)
#63481B
(99,72,27)
#543C18
(84,60,24)
#453015
(69,48,21)
#362412
(54,36,18)
#27180F
(39,24,15)
#180C0C
(24,12,12)
#000000
(0,0,0)

Tints of #AE842A

#AE842A
(174,132,42)
#B58F3D
(181,143,61)
#BC9A50
(188,154,80)
#C3A563
(195,165,99)
#CAB076
(202,176,118)
#D1BB89
(209,187,137)
#D8C69C
(216,198,156)
#DFD1AF
(223,209,175)
#E6DCC2
(230,220,194)
#EDE7D5
(237,231,213)
#F4F2E8
(244,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE842A color. Also use rgb(174,132,42) instead hex code.

Text Font Color

.myTextColor { color: #AE842A; }

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

This text font color is #AE842A.


Background Color

.myBgColor { background-color: #AE842A; }

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

This div background color is #AE842A.


Border color

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

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

This div border color is #AE842A.


Opacity

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

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

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

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

This text has shadow with #AE842A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE842A on black background.


Color preview on white background

This text has color #AE842A on white background.



Black color preview on #AE842A background

This text has black color on #AE842A background.


White color preview on #AE842A background

This text has white color on #AE842A background.