COLOR #AE9A74

HEX: #AE9A74
RGB: (174,154,116)

Color info

#AE9A74 contains red, green and blue colors in about the same proportion. Web safe color of #AE9A74 is #999966 (or #996).

RGB color model

#AE9A74 color RGB value is (174,154,116).

  • red value is 174;
  • green value is 154;
  • blue value is 116.
RGB:
(174,154,116)
(68%,60%,45%)

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 116 of 255 = 45%

174
154
116

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

Portions of RGB colors in percentages

R + G + B =
174 + 154 + 116 = 444 (100%)
R 174 of 444 ~ 39.19%
G 154 of 444 ~ 34.68%
B 116 of 444 ~ 26.13%

%39.19
%34.68
%26.13

CMYK color model

#AE9A74 color CMYK value is (0,11,33,32).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK:
(0,11,33,32)
C0M11Y33K32 
(0%,11%,33%,32%)
(0.00/0.11/0.33/0.32)	

CMYK percentages

%0
%11.49
%33.33
%31.76

Codes

Color #AE9A74 in popluar color models

AE9A74
RGB174154116
HSL39°26.36%56.86%
HSB/HSV39°33.33%68.24%
CMYK0.00%11.49%33.33%
31.76%

Color #AE9A74 in popluar number systems.

HEXAE9A74
Decimal174154116
Binary10101110100110101110100
Octal256232164

Shades and tints

Shades of #AE9A74

#AE9A74
(174,154,116)
#9F8C6A
(159,140,106)
#907E60
(144,126,96)
#817056
(129,112,86)
#72624C
(114,98,76)
#635442
(99,84,66)
#544638
(84,70,56)
#45382E
(69,56,46)
#362A24
(54,42,36)
#271C1A
(39,28,26)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #AE9A74

#AE9A74
(174,154,116)
#B5A380
(181,163,128)
#BCAC8C
(188,172,140)
#C3B598
(195,181,152)
#CABEA4
(202,190,164)
#D1C7B0
(209,199,176)
#D8D0BC
(216,208,188)
#DFD9C8
(223,217,200)
#E6E2D4
(230,226,212)
#EDEBE0
(237,235,224)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9A74 color. Also use rgb(174,154,116) instead hex code.

Text Font Color

.myTextColor { color: #AE9A74; }

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

This text font color is #AE9A74.


Background Color

.myBgColor { background-color: #AE9A74; }

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

This div background color is #AE9A74.


Border color

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

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

This div border color is #AE9A74.


Opacity

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

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

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

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

This text has shadow with #AE9A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9A74 on black background.


Color preview on white background

This text has color #AE9A74 on white background.



Black color preview on #AE9A74 background

This text has black color on #AE9A74 background.


White color preview on #AE9A74 background

This text has white color on #AE9A74 background.