COLOR #AEA9AB

HEX: #AEA9AB
RGB: (174,169,171)

Color info

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

RGB color model

#AEA9AB color RGB value is (174,169,171).

  • red value is 174;
  • green value is 169;
  • blue value is 171.
RGB:
(174,169,171)
(68%,66%,67%)

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 171 of 255 = 67%

174
169
171

R + G + B ~ 67%. #AEA9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 171 = 514 (100%)
R 174 of 514 ~ 33.85%
G 169 of 514 ~ 32.88%
B 171 of 514 ~ 33.27%

%33.85
%32.88
%33.27

CMYK color model

#AEA9AB color CMYK value is (0,3,2,32).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 1.72%
  • key color value is 31.76%
CMYK:
(0,3,2,32)
C0M3Y2K32 
(0%,3%,2%,32%)
(0.00/0.03/0.02/0.32)	

CMYK percentages

%0
%2.87
%1.72
%31.76

Codes

Color #AEA9AB in popluar color models

AEA9AB
RGB174169171
HSL336°2.99%67.25%
HSB/HSV336°2.87%68.24%
CMYK0.00%2.87%1.72%
31.76%

Color #AEA9AB in popluar number systems.

HEXAEA9AB
Decimal174169171
Binary101011101010100110101011
Octal256251253

Shades and tints

Shades of #AEA9AB

#AEA9AB
(174,169,171)
#9F9A9C
(159,154,156)
#908B8D
(144,139,141)
#817C7E
(129,124,126)
#726D6F
(114,109,111)
#635E60
(99,94,96)
#544F51
(84,79,81)
#454042
(69,64,66)
#363133
(54,49,51)
#272224
(39,34,36)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEA9AB

#AEA9AB
(174,169,171)
#B5B0B2
(181,176,178)
#BCB7B9
(188,183,185)
#C3BEC0
(195,190,192)
#CAC5C7
(202,197,199)
#D1CCCE
(209,204,206)
#D8D3D5
(216,211,213)
#DFDADC
(223,218,220)
#E6E1E3
(230,225,227)
#EDE8EA
(237,232,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA9AB; }

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

This text font color is #AEA9AB.


Background Color

.myBgColor { background-color: #AEA9AB; }

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

This div background color is #AEA9AB.


Border color

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

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

This div border color is #AEA9AB.


Opacity

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

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

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

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

This text has shadow with #AEA9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA9AB on black background.


Color preview on white background

This text has color #AEA9AB on white background.



Black color preview on #AEA9AB background

This text has black color on #AEA9AB background.


White color preview on #AEA9AB background

This text has white color on #AEA9AB background.