COLOR #AE9581

HEX: #AE9581
RGB: (174,149,129)

Color info

#AE9581 contains red, green and blue colors in about the same proportion. Web safe color of #AE9581 is #999999 (or #999).

RGB color model

#AE9581 color RGB value is (174,149,129).

  • red value is 174;
  • green value is 149;
  • blue value is 129.
RGB:
(174,149,129)
(68%,58%,51%)

RGB channels and saturation

R 174 of 255 = 68%
G 149 of 255 = 58%
B 129 of 255 = 51%

174
149
129

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

Portions of RGB colors in percentages

R + G + B =
174 + 149 + 129 = 452 (100%)
R 174 of 452 ~ 38.5%
G 149 of 452 ~ 32.96%
B 129 of 452 ~ 28.54%

%38.5
%32.96
%28.54

CMYK color model

#AE9581 color CMYK value is (0,14,26,32).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 25.86%
  • key color value is 31.76%
CMYK:
(0,14,26,32)
C0M14Y26K32 
(0%,14%,26%,32%)
(0.00/0.14/0.26/0.32)	

CMYK percentages

%0
%14.37
%25.86
%31.76

Codes

Color #AE9581 in popluar color models

AE9581
RGB174149129
HSL27°21.74%59.41%
HSB/HSV27°25.86%68.24%
CMYK0.00%14.37%25.86%
31.76%

Color #AE9581 in popluar number systems.

HEXAE9581
Decimal174149129
Binary101011101001010110000001
Octal256225201

Shades and tints

Shades of #AE9581

#AE9581
(174,149,129)
#9F8876
(159,136,118)
#907B6B
(144,123,107)
#816E60
(129,110,96)
#726155
(114,97,85)
#63544A
(99,84,74)
#54473F
(84,71,63)
#453A34
(69,58,52)
#362D29
(54,45,41)
#27201E
(39,32,30)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #AE9581

#AE9581
(174,149,129)
#B59E8C
(181,158,140)
#BCA797
(188,167,151)
#C3B0A2
(195,176,162)
#CAB9AD
(202,185,173)
#D1C2B8
(209,194,184)
#D8CBC3
(216,203,195)
#DFD4CE
(223,212,206)
#E6DDD9
(230,221,217)
#EDE6E4
(237,230,228)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9581 color. Also use rgb(174,149,129) instead hex code.

Text Font Color

.myTextColor { color: #AE9581; }

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

This text font color is #AE9581.


Background Color

.myBgColor { background-color: #AE9581; }

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

This div background color is #AE9581.


Border color

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

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

This div border color is #AE9581.


Opacity

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

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

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

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

This text has shadow with #AE9581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9581 on black background.


Color preview on white background

This text has color #AE9581 on white background.



Black color preview on #AE9581 background

This text has black color on #AE9581 background.


White color preview on #AE9581 background

This text has white color on #AE9581 background.