COLOR #AE9293

HEX: #AE9293
RGB: (174,146,147)

Color info

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

RGB color model

#AE9293 color RGB value is (174,146,147).

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

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 147 of 255 = 58%

174
146
147

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

Portions of RGB colors in percentages

R + G + B =
174 + 146 + 147 = 467 (100%)
R 174 of 467 ~ 37.26%
G 146 of 467 ~ 31.26%
B 147 of 467 ~ 31.48%

%37.26
%31.26
%31.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 15.52%
  • key color value is 31.76%
CMYK:
(0,16,16,32)
C0M16Y16K32 
(0%,16%,16%,32%)
(0.00/0.16/0.16/0.32)	

CMYK percentages

%0
%16.09
%15.52
%31.76

Codes

Color #AE9293 in popluar color models

AE9293
RGB174146147
HSL358°14.74%62.75%
HSB/HSV358°16.09%68.24%
CMYK0.00%16.09%15.52%
31.76%

Color #AE9293 in popluar number systems.

HEXAE9293
Decimal174146147
Binary101011101001001010010011
Octal256222223

Shades and tints

Shades of #AE9293

#AE9293
(174,146,147)
#9F8586
(159,133,134)
#907879
(144,120,121)
#816B6C
(129,107,108)
#725E5F
(114,94,95)
#635152
(99,81,82)
#544445
(84,68,69)
#453738
(69,55,56)
#362A2B
(54,42,43)
#271D1E
(39,29,30)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #AE9293

#AE9293
(174,146,147)
#B59B9C
(181,155,156)
#BCA4A5
(188,164,165)
#C3ADAE
(195,173,174)
#CAB6B7
(202,182,183)
#D1BFC0
(209,191,192)
#D8C8C9
(216,200,201)
#DFD1D2
(223,209,210)
#E6DADB
(230,218,219)
#EDE3E4
(237,227,228)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9293; }

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

This text font color is #AE9293.


Background Color

.myBgColor { background-color: #AE9293; }

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

This div background color is #AE9293.


Border color

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

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

This div border color is #AE9293.


Opacity

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

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

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

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

This text has shadow with #AE9293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9293 on black background.


Color preview on white background

This text has color #AE9293 on white background.



Black color preview on #AE9293 background

This text has black color on #AE9293 background.


White color preview on #AE9293 background

This text has white color on #AE9293 background.