COLOR #AE99A1

HEX: #AE99A1
RGB: (174,153,161)

Color info

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

RGB color model

#AE99A1 color RGB value is (174,153,161).

  • red value is 174;
  • green value is 153;
  • blue value is 161.
RGB:
(174,153,161)
(68%,60%,63%)

RGB channels and saturation

R 174 of 255 = 68%
G 153 of 255 = 60%
B 161 of 255 = 63%

174
153
161

R + G + B ~ 64%. #AE99A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 153 + 161 = 488 (100%)
R 174 of 488 ~ 35.66%
G 153 of 488 ~ 31.35%
B 161 of 488 ~ 32.99%

%35.66
%31.35
%32.99

CMYK color model

#AE99A1 color CMYK value is (0,12,7,32).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 7.47%
  • key color value is 31.76%
CMYK:
(0,12,7,32)
C0M12Y7K32 
(0%,12%,7%,32%)
(0.00/0.12/0.07/0.32)	

CMYK percentages

%0
%12.07
%7.47
%31.76

Codes

Color #AE99A1 in popluar color models

AE99A1
RGB174153161
HSL337°11.48%64.12%
HSB/HSV337°12.07%68.24%
CMYK0.00%12.07%7.47%
31.76%

Color #AE99A1 in popluar number systems.

HEXAE99A1
Decimal174153161
Binary101011101001100110100001
Octal256231241

Shades and tints

Shades of #AE99A1

#AE99A1
(174,153,161)
#9F8C93
(159,140,147)
#907F85
(144,127,133)
#817277
(129,114,119)
#726569
(114,101,105)
#63585B
(99,88,91)
#544B4D
(84,75,77)
#453E3F
(69,62,63)
#363131
(54,49,49)
#272423
(39,36,35)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AE99A1

#AE99A1
(174,153,161)
#B5A2A9
(181,162,169)
#BCABB1
(188,171,177)
#C3B4B9
(195,180,185)
#CABDC1
(202,189,193)
#D1C6C9
(209,198,201)
#D8CFD1
(216,207,209)
#DFD8D9
(223,216,217)
#E6E1E1
(230,225,225)
#EDEAE9
(237,234,233)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE99A1; }

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

This text font color is #AE99A1.


Background Color

.myBgColor { background-color: #AE99A1; }

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

This div background color is #AE99A1.


Border color

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

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

This div border color is #AE99A1.


Opacity

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

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

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

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

This text has shadow with #AE99A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE99A1 on black background.


Color preview on white background

This text has color #AE99A1 on white background.



Black color preview on #AE99A1 background

This text has black color on #AE99A1 background.


White color preview on #AE99A1 background

This text has white color on #AE99A1 background.