COLOR #AE9851

HEX: #AE9851
RGB: (174,152,81)

Color info

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

RGB color model

#AE9851 color RGB value is (174,152,81).

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

RGB channels and saturation

R 174 of 255 = 68%
G 152 of 255 = 60%
B 81 of 255 = 32%

174
152
81

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

Portions of RGB colors in percentages

R + G + B =
174 + 152 + 81 = 407 (100%)
R 174 of 407 ~ 42.75%
G 152 of 407 ~ 37.35%
B 81 of 407 ~ 19.9%

%42.75
%37.35
%19.9

CMYK color model

#AE9851 color CMYK value is (0,13,53,32).

  • cyan value is 0.00%
  • magenta value is 12.64%
  • yellow value is 53.45%
  • key color value is 31.76%
CMYK:
(0,13,53,32)
C0M13Y53K32 
(0%,13%,53%,32%)
(0.00/0.13/0.53/0.32)	

CMYK percentages

%0
%12.64
%53.45
%31.76

Codes

Color #AE9851 in popluar color models

AE9851
RGB17415281
HSL46°36.47%50.00%
HSB/HSV46°53.45%68.24%
CMYK0.00%12.64%53.45%
31.76%

Color #AE9851 in popluar number systems.

HEXAE9851
Decimal17415281
Binary10101110100110001010001
Octal256230121

Shades and tints

Shades of #AE9851

#AE9851
(174,152,81)
#9F8B4A
(159,139,74)
#907E43
(144,126,67)
#81713C
(129,113,60)
#726435
(114,100,53)
#63572E
(99,87,46)
#544A27
(84,74,39)
#453D20
(69,61,32)
#363019
(54,48,25)
#272312
(39,35,18)
#18160B
(24,22,11)
#000000
(0,0,0)

Tints of #AE9851

#AE9851
(174,152,81)
#B5A160
(181,161,96)
#BCAA6F
(188,170,111)
#C3B37E
(195,179,126)
#CABC8D
(202,188,141)
#D1C59C
(209,197,156)
#D8CEAB
(216,206,171)
#DFD7BA
(223,215,186)
#E6E0C9
(230,224,201)
#EDE9D8
(237,233,216)
#F4F2E7
(244,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9851; }

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

This text font color is #AE9851.


Background Color

.myBgColor { background-color: #AE9851; }

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

This div background color is #AE9851.


Border color

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

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

This div border color is #AE9851.


Opacity

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

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

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

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

This text has shadow with #AE9851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9851 on black background.


Color preview on white background

This text has color #AE9851 on white background.



Black color preview on #AE9851 background

This text has black color on #AE9851 background.


White color preview on #AE9851 background

This text has white color on #AE9851 background.