COLOR #AE9287

HEX: #AE9287
RGB: (174,146,135)

Color info

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

RGB color model

#AE9287 color RGB value is (174,146,135).

  • red value is 174;
  • green value is 146;
  • blue value is 135.
RGB:
(174,146,135)
(68%,57%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 135 of 255 = 53%

174
146
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 135 = 455 (100%)
R 174 of 455 ~ 38.24%
G 146 of 455 ~ 32.09%
B 135 of 455 ~ 29.67%

%38.24
%32.09
%29.67

CMYK color model

#AE9287 color CMYK value is (0,16,22,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 22.41%
  • key color value is 31.76%
CMYK:
(0,16,22,32)
C0M16Y22K32 
(0%,16%,22%,32%)
(0.00/0.16/0.22/0.32)	

CMYK percentages

%0
%16.09
%22.41
%31.76

Codes

Color #AE9287 in popluar color models

AE9287
RGB174146135
HSL17°19.40%60.59%
HSB/HSV17°22.41%68.24%
CMYK0.00%16.09%22.41%
31.76%

Color #AE9287 in popluar number systems.

HEXAE9287
Decimal174146135
Binary101011101001001010000111
Octal256222207

Shades and tints

Shades of #AE9287

#AE9287
(174,146,135)
#9F857B
(159,133,123)
#90786F
(144,120,111)
#816B63
(129,107,99)
#725E57
(114,94,87)
#63514B
(99,81,75)
#54443F
(84,68,63)
#453733
(69,55,51)
#362A27
(54,42,39)
#271D1B
(39,29,27)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AE9287

#AE9287
(174,146,135)
#B59B91
(181,155,145)
#BCA49B
(188,164,155)
#C3ADA5
(195,173,165)
#CAB6AF
(202,182,175)
#D1BFB9
(209,191,185)
#D8C8C3
(216,200,195)
#DFD1CD
(223,209,205)
#E6DAD7
(230,218,215)
#EDE3E1
(237,227,225)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9287 color. Also use rgb(174,146,135) instead hex code.

Text Font Color

.myTextColor { color: #AE9287; }

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

This text font color is #AE9287.


Background Color

.myBgColor { background-color: #AE9287; }

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

This div background color is #AE9287.


Border color

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

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

This div border color is #AE9287.


Opacity

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

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

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

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

This text has shadow with #AE9287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9287 on black background.


Color preview on white background

This text has color #AE9287 on white background.



Black color preview on #AE9287 background

This text has black color on #AE9287 background.


White color preview on #AE9287 background

This text has white color on #AE9287 background.