COLOR #AE9188

HEX: #AE9188
RGB: (174,145,136)

Color info

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

RGB color model

#AE9188 color RGB value is (174,145,136).

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

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 136 of 255 = 53%

174
145
136

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

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 136 = 455 (100%)
R 174 of 455 ~ 38.24%
G 145 of 455 ~ 31.87%
B 136 of 455 ~ 29.89%

%38.24
%31.87
%29.89

CMYK color model

#AE9188 color CMYK value is (0,17,22,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 21.84%
  • key color value is 31.76%
CMYK:
(0,17,22,32)
C0M17Y22K32 
(0%,17%,22%,32%)
(0.00/0.17/0.22/0.32)	

CMYK percentages

%0
%16.67
%21.84
%31.76

Codes

Color #AE9188 in popluar color models

AE9188
RGB174145136
HSL14°19.00%60.78%
HSB/HSV14°21.84%68.24%
CMYK0.00%16.67%21.84%
31.76%

Color #AE9188 in popluar number systems.

HEXAE9188
Decimal174145136
Binary101011101001000110001000
Octal256221210

Shades and tints

Shades of #AE9188

#AE9188
(174,145,136)
#9F847C
(159,132,124)
#907770
(144,119,112)
#816A64
(129,106,100)
#725D58
(114,93,88)
#63504C
(99,80,76)
#544340
(84,67,64)
#453634
(69,54,52)
#362928
(54,41,40)
#271C1C
(39,28,28)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AE9188

#AE9188
(174,145,136)
#B59B92
(181,155,146)
#BCA59C
(188,165,156)
#C3AFA6
(195,175,166)
#CAB9B0
(202,185,176)
#D1C3BA
(209,195,186)
#D8CDC4
(216,205,196)
#DFD7CE
(223,215,206)
#E6E1D8
(230,225,216)
#EDEBE2
(237,235,226)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9188 color. Also use rgb(174,145,136) instead hex code.

Text Font Color

.myTextColor { color: #AE9188; }

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

This text font color is #AE9188.


Background Color

.myBgColor { background-color: #AE9188; }

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

This div background color is #AE9188.


Border color

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

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

This div border color is #AE9188.


Opacity

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

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

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

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

This text has shadow with #AE9188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9188 on black background.


Color preview on white background

This text has color #AE9188 on white background.



Black color preview on #AE9188 background

This text has black color on #AE9188 background.


White color preview on #AE9188 background

This text has white color on #AE9188 background.