COLOR #AE9853

HEX: #AE9853
RGB: (174,152,83)

Color info

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

RGB color model

#AE9853 color RGB value is (174,152,83).

  • red value is 174;
  • green value is 152;
  • blue value is 83.
RGB:
(174,152,83)
(68%,60%,33%)

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 83 of 255 = 33%

174
152
83

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

Portions of RGB colors in percentages

R + G + B =
174 + 152 + 83 = 409 (100%)
R 174 of 409 ~ 42.54%
G 152 of 409 ~ 37.16%
B 83 of 409 ~ 20.29%

%42.54
%37.16
%20.29

CMYK color model

#AE9853 color CMYK value is (0,13,52,32).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 52.30%
  • key color value is 31.76%
CMYK:
(0,13,52,32)
C0M13Y52K32 
(0%,13%,52%,32%)
(0.00/0.13/0.52/0.32)	

CMYK percentages

%0
%12.64
%52.3
%31.76

Codes

Color #AE9853 in popluar color models

AE9853
RGB17415283
HSL45°35.97%50.39%
HSB/HSV45°52.30%68.24%
CMYK0.00%12.64%52.30%
31.76%

Color #AE9853 in popluar number systems.

HEXAE9853
Decimal17415283
Binary10101110100110001010011
Octal256230123

Shades and tints

Shades of #AE9853

#AE9853
(174,152,83)
#9F8B4C
(159,139,76)
#907E45
(144,126,69)
#81713E
(129,113,62)
#726437
(114,100,55)
#635730
(99,87,48)
#544A29
(84,74,41)
#453D22
(69,61,34)
#36301B
(54,48,27)
#272314
(39,35,20)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #AE9853

#AE9853
(174,152,83)
#B5A162
(181,161,98)
#BCAA71
(188,170,113)
#C3B380
(195,179,128)
#CABC8F
(202,188,143)
#D1C59E
(209,197,158)
#D8CEAD
(216,206,173)
#DFD7BC
(223,215,188)
#E6E0CB
(230,224,203)
#EDE9DA
(237,233,218)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9853 color. Also use rgb(174,152,83) instead hex code.

Text Font Color

.myTextColor { color: #AE9853; }

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

This text font color is #AE9853.


Background Color

.myBgColor { background-color: #AE9853; }

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

This div background color is #AE9853.


Border color

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

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

This div border color is #AE9853.


Opacity

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

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

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

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

This text has shadow with #AE9853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9853 on black background.


Color preview on white background

This text has color #AE9853 on white background.



Black color preview on #AE9853 background

This text has black color on #AE9853 background.


White color preview on #AE9853 background

This text has white color on #AE9853 background.