COLOR #AE9798

HEX: #AE9798
RGB: (174,151,152)

Color info

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

RGB color model

#AE9798 color RGB value is (174,151,152).

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

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 152 of 255 = 60%

174
151
152

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

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 152 = 477 (100%)
R 174 of 477 ~ 36.48%
G 151 of 477 ~ 31.66%
B 152 of 477 ~ 31.87%

%36.48
%31.66
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 12.64%
  • key color value is 31.76%
CMYK:
(0,13,13,32)
C0M13Y13K32 
(0%,13%,13%,32%)
(0.00/0.13/0.13/0.32)	

CMYK percentages

%0
%13.22
%12.64
%31.76

Codes

Color #AE9798 in popluar color models

AE9798
RGB174151152
HSL357°12.43%63.73%
HSB/HSV357°13.22%68.24%
CMYK0.00%13.22%12.64%
31.76%

Color #AE9798 in popluar number systems.

HEXAE9798
Decimal174151152
Binary101011101001011110011000
Octal256227230

Shades and tints

Shades of #AE9798

#AE9798
(174,151,152)
#9F8A8B
(159,138,139)
#907D7E
(144,125,126)
#817071
(129,112,113)
#726364
(114,99,100)
#635657
(99,86,87)
#54494A
(84,73,74)
#453C3D
(69,60,61)
#362F30
(54,47,48)
#272223
(39,34,35)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #AE9798

#AE9798
(174,151,152)
#B5A0A1
(181,160,161)
#BCA9AA
(188,169,170)
#C3B2B3
(195,178,179)
#CABBBC
(202,187,188)
#D1C4C5
(209,196,197)
#D8CDCE
(216,205,206)
#DFD6D7
(223,214,215)
#E6DFE0
(230,223,224)
#EDE8E9
(237,232,233)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9798; }

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

This text font color is #AE9798.


Background Color

.myBgColor { background-color: #AE9798; }

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

This div background color is #AE9798.


Border color

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

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

This div border color is #AE9798.


Opacity

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

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

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

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

This text has shadow with #AE9798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9798 on black background.


Color preview on white background

This text has color #AE9798 on white background.



Black color preview on #AE9798 background

This text has black color on #AE9798 background.


White color preview on #AE9798 background

This text has white color on #AE9798 background.