COLOR #AE9C7D

HEX: #AE9C7D
RGB: (174,156,125)

Color info

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

RGB color model

#AE9C7D color RGB value is (174,156,125).

  • red value is 174;
  • green value is 156;
  • blue value is 125.
RGB:
(174,156,125)
(68%,61%,49%)

RGB channels and saturation

R 174 of 255 = 68%
G 156 of 255 = 61%
B 125 of 255 = 49%

174
156
125

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

Portions of RGB colors in percentages

R + G + B =
174 + 156 + 125 = 455 (100%)
R 174 of 455 ~ 38.24%
G 156 of 455 ~ 34.29%
B 125 of 455 ~ 27.47%

%38.24
%34.29
%27.47

CMYK color model

#AE9C7D color CMYK value is (0,10,28,32).

  • cyan value is 0.00%
  • magenta value is 10.34%
  • yellow value is 28.16%
  • key color value is 31.76%
CMYK:
(0,10,28,32)
C0M10Y28K32 
(0%,10%,28%,32%)
(0.00/0.10/0.28/0.32)	

CMYK percentages

%0
%10.34
%28.16
%31.76

Codes

Color #AE9C7D in popluar color models

AE9C7D
RGB174156125
HSL38°23.22%58.63%
HSB/HSV38°28.16%68.24%
CMYK0.00%10.34%28.16%
31.76%

Color #AE9C7D in popluar number systems.

HEXAE9C7D
Decimal174156125
Binary10101110100111001111101
Octal256234175

Shades and tints

Shades of #AE9C7D

#AE9C7D
(174,156,125)
#9F8E72
(159,142,114)
#908067
(144,128,103)
#81725C
(129,114,92)
#726451
(114,100,81)
#635646
(99,86,70)
#54483B
(84,72,59)
#453A30
(69,58,48)
#362C25
(54,44,37)
#271E1A
(39,30,26)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AE9C7D

#AE9C7D
(174,156,125)
#B5A588
(181,165,136)
#BCAE93
(188,174,147)
#C3B79E
(195,183,158)
#CAC0A9
(202,192,169)
#D1C9B4
(209,201,180)
#D8D2BF
(216,210,191)
#DFDBCA
(223,219,202)
#E6E4D5
(230,228,213)
#EDEDE0
(237,237,224)
#F4F6EB
(244,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9C7D color. Also use rgb(174,156,125) instead hex code.

Text Font Color

.myTextColor { color: #AE9C7D; }

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

This text font color is #AE9C7D.


Background Color

.myBgColor { background-color: #AE9C7D; }

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

This div background color is #AE9C7D.


Border color

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

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

This div border color is #AE9C7D.


Opacity

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

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

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

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

This text has shadow with #AE9C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9C7D on black background.


Color preview on white background

This text has color #AE9C7D on white background.



Black color preview on #AE9C7D background

This text has black color on #AE9C7D background.


White color preview on #AE9C7D background

This text has white color on #AE9C7D background.