COLOR #AE9A5D

HEX: #AE9A5D
RGB: (174,154,93)

Color info

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

RGB color model

#AE9A5D color RGB value is (174,154,93).

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

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 93 of 255 = 36%

174
154
93

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

Portions of RGB colors in percentages

R + G + B =
174 + 154 + 93 = 421 (100%)
R 174 of 421 ~ 41.33%
G 154 of 421 ~ 36.58%
B 93 of 421 ~ 22.09%

%41.33
%36.58
%22.09

CMYK color model

#AE9A5D color CMYK value is (0,11,47,32).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 46.55%
  • key color value is 31.76%
CMYK:
(0,11,47,32)
C0M11Y47K32 
(0%,11%,47%,32%)
(0.00/0.11/0.47/0.32)	

CMYK percentages

%0
%11.49
%46.55
%31.76

Codes

Color #AE9A5D in popluar color models

AE9A5D
RGB17415493
HSL45°33.33%52.35%
HSB/HSV45°46.55%68.24%
CMYK0.00%11.49%46.55%
31.76%

Color #AE9A5D in popluar number systems.

HEXAE9A5D
Decimal17415493
Binary10101110100110101011101
Octal256232135

Shades and tints

Shades of #AE9A5D

#AE9A5D
(174,154,93)
#9F8C55
(159,140,85)
#907E4D
(144,126,77)
#817045
(129,112,69)
#72623D
(114,98,61)
#635435
(99,84,53)
#54462D
(84,70,45)
#453825
(69,56,37)
#362A1D
(54,42,29)
#271C15
(39,28,21)
#180E0D
(24,14,13)
#000000
(0,0,0)

Tints of #AE9A5D

#AE9A5D
(174,154,93)
#B5A36B
(181,163,107)
#BCAC79
(188,172,121)
#C3B587
(195,181,135)
#CABE95
(202,190,149)
#D1C7A3
(209,199,163)
#D8D0B1
(216,208,177)
#DFD9BF
(223,217,191)
#E6E2CD
(230,226,205)
#EDEBDB
(237,235,219)
#F4F4E9
(244,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9A5D; }

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

This text font color is #AE9A5D.


Background Color

.myBgColor { background-color: #AE9A5D; }

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

This div background color is #AE9A5D.


Border color

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

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

This div border color is #AE9A5D.


Opacity

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

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

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

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

This text has shadow with #AE9A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9A5D on black background.


Color preview on white background

This text has color #AE9A5D on white background.



Black color preview on #AE9A5D background

This text has black color on #AE9A5D background.


White color preview on #AE9A5D background

This text has white color on #AE9A5D background.