COLOR #AE9494

HEX: #AE9494
RGB: (174,148,148)

Color info

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

RGB color model

#AE9494 color RGB value is (174,148,148).

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

RGB channels and saturation

R 174 of 255 = 68%
G 148 of 255 = 58%
B 148 of 255 = 58%

174
148
148

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

Portions of RGB colors in percentages

R + G + B =
174 + 148 + 148 = 470 (100%)
R 174 of 470 ~ 37.02%
G 148 of 470 ~ 31.49%
B 148 of 470 ~ 31.49%

%37.02
%31.49
%31.49

CMYK color model

#AE9494 color CMYK value is (0,15,15,32).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 14.94%
  • key color value is 31.76%
CMYK:
(0,15,15,32)
C0M15Y15K32 
(0%,15%,15%,32%)
(0.00/0.15/0.15/0.32)	

CMYK percentages

%0
%14.94
%14.94
%31.76

Codes

Color #AE9494 in popluar color models

AE9494
RGB174148148
HSL13.83%63.14%
HSB/HSV14.94%68.24%
CMYK0.00%14.94%14.94%
31.76%

Color #AE9494 in popluar number systems.

HEXAE9494
Decimal174148148
Binary101011101001010010010100
Octal256224224

Shades and tints

Shades of #AE9494

#AE9494
(174,148,148)
#9F8787
(159,135,135)
#907A7A
(144,122,122)
#816D6D
(129,109,109)
#726060
(114,96,96)
#635353
(99,83,83)
#544646
(84,70,70)
#453939
(69,57,57)
#362C2C
(54,44,44)
#271F1F
(39,31,31)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE9494

#AE9494
(174,148,148)
#B59D9D
(181,157,157)
#BCA6A6
(188,166,166)
#C3AFAF
(195,175,175)
#CAB8B8
(202,184,184)
#D1C1C1
(209,193,193)
#D8CACA
(216,202,202)
#DFD3D3
(223,211,211)
#E6DCDC
(230,220,220)
#EDE5E5
(237,229,229)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9494; }

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

This text font color is #AE9494.


Background Color

.myBgColor { background-color: #AE9494; }

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

This div background color is #AE9494.


Border color

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

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

This div border color is #AE9494.


Opacity

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

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

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

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

This text has shadow with #AE9494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9494 on black background.


Color preview on white background

This text has color #AE9494 on white background.



Black color preview on #AE9494 background

This text has black color on #AE9494 background.


White color preview on #AE9494 background

This text has white color on #AE9494 background.