COLOR #AE9498

HEX: #AE9498
RGB: (174,148,152)

Color info

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

RGB color model

#AE9498 color RGB value is (174,148,152).

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

RGB channels and saturation

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

174
148
152

R + G + B ~ 62%. #AE9498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 148 + 152 = 474 (100%)
R 174 of 474 ~ 36.71%
G 148 of 474 ~ 31.22%
B 152 of 474 ~ 32.07%

%36.71
%31.22
%32.07

CMYK color model

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

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

CMYK percentages

%0
%14.94
%12.64
%31.76

Codes

Color #AE9498 in popluar color models

AE9498
RGB174148152
HSL351°13.83%63.14%
HSB/HSV351°14.94%68.24%
CMYK0.00%14.94%12.64%
31.76%

Color #AE9498 in popluar number systems.

HEXAE9498
Decimal174148152
Binary101011101001010010011000
Octal256224230

Shades and tints

Shades of #AE9498

#AE9498
(174,148,152)
#9F878B
(159,135,139)
#907A7E
(144,122,126)
#816D71
(129,109,113)
#726064
(114,96,100)
#635357
(99,83,87)
#54464A
(84,70,74)
#45393D
(69,57,61)
#362C30
(54,44,48)
#271F23
(39,31,35)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #AE9498

#AE9498
(174,148,152)
#B59DA1
(181,157,161)
#BCA6AA
(188,166,170)
#C3AFB3
(195,175,179)
#CAB8BC
(202,184,188)
#D1C1C5
(209,193,197)
#D8CACE
(216,202,206)
#DFD3D7
(223,211,215)
#E6DCE0
(230,220,224)
#EDE5E9
(237,229,233)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9498; }

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

This text font color is #AE9498.


Background Color

.myBgColor { background-color: #AE9498; }

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

This div background color is #AE9498.


Border color

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

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

This div border color is #AE9498.


Opacity

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

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

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

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

This text has shadow with #AE9498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9498 on black background.


Color preview on white background

This text has color #AE9498 on white background.



Black color preview on #AE9498 background

This text has black color on #AE9498 background.


White color preview on #AE9498 background

This text has white color on #AE9498 background.