COLOR #AE9291

HEX: #AE9291
RGB: (174,146,145)

Color info

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

RGB color model

#AE9291 color RGB value is (174,146,145).

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

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 145 of 255 = 57%

174
146
145

R + G + B ~ 61%. #AE9291 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 145 = 465 (100%)
R 174 of 465 ~ 37.42%
G 146 of 465 ~ 31.4%
B 145 of 465 ~ 31.18%

%37.42
%31.4
%31.18

CMYK color model

#AE9291 color CMYK value is (0,16,17,32).

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK:
(0,16,17,32)
C0M16Y17K32 
(0%,16%,17%,32%)
(0.00/0.16/0.17/0.32)	

CMYK percentages

%0
%16.09
%16.67
%31.76

Codes

Color #AE9291 in popluar color models

AE9291
RGB174146145
HSL15.18%62.55%
HSB/HSV16.67%68.24%
CMYK0.00%16.09%16.67%
31.76%

Color #AE9291 in popluar number systems.

HEXAE9291
Decimal174146145
Binary101011101001001010010001
Octal256222221

Shades and tints

Shades of #AE9291

#AE9291
(174,146,145)
#9F8584
(159,133,132)
#907877
(144,120,119)
#816B6A
(129,107,106)
#725E5D
(114,94,93)
#635150
(99,81,80)
#544443
(84,68,67)
#453736
(69,55,54)
#362A29
(54,42,41)
#271D1C
(39,29,28)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #AE9291

#AE9291
(174,146,145)
#B59B9B
(181,155,155)
#BCA4A5
(188,164,165)
#C3ADAF
(195,173,175)
#CAB6B9
(202,182,185)
#D1BFC3
(209,191,195)
#D8C8CD
(216,200,205)
#DFD1D7
(223,209,215)
#E6DAE1
(230,218,225)
#EDE3EB
(237,227,235)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9291; }

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

This text font color is #AE9291.


Background Color

.myBgColor { background-color: #AE9291; }

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

This div background color is #AE9291.


Border color

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

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

This div border color is #AE9291.


Opacity

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

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

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

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

This text has shadow with #AE9291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9291 on black background.


Color preview on white background

This text has color #AE9291 on white background.



Black color preview on #AE9291 background

This text has black color on #AE9291 background.


White color preview on #AE9291 background

This text has white color on #AE9291 background.