COLOR #AEA9AF

HEX: #AEA9AF
RGB: (174,169,175)

Color info

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

RGB color model

#AEA9AF color RGB value is (174,169,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 169 of 255 = 66%
B 175 of 255 = 69%

174
169
175

R + G + B ~ 68%. #AEA9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 169 + 175 = 518 (100%)
R 174 of 518 ~ 33.59%
G 169 of 518 ~ 32.63%
B 175 of 518 ~ 33.78%

%33.59
%32.63
%33.78

CMYK color model

#AEA9AF color CMYK value is (1,3,0,31).

  • cyan value is 0.57%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,3,0,31)
C1M3Y0K31 
(1%,3%,0%,31%)
(0.01/0.03/0.00/0.31)	

CMYK percentages

%0.57
%3.43
%0
%31.37

Codes

Color #AEA9AF in popluar color models

AEA9AF
RGB174169175
HSL290°3.61%67.45%
HSB/HSV290°3.43%68.63%
CMYK0.57%3.43%0.00%
31.37%

Color #AEA9AF in popluar number systems.

HEXAEA9AF
Decimal174169175
Binary101011101010100110101111
Octal256251257

Shades and tints

Shades of #AEA9AF

#AEA9AF
(174,169,175)
#9F9AA0
(159,154,160)
#908B91
(144,139,145)
#817C82
(129,124,130)
#726D73
(114,109,115)
#635E64
(99,94,100)
#544F55
(84,79,85)
#454046
(69,64,70)
#363137
(54,49,55)
#272228
(39,34,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #AEA9AF

#AEA9AF
(174,169,175)
#B5B0B6
(181,176,182)
#BCB7BD
(188,183,189)
#C3BEC4
(195,190,196)
#CAC5CB
(202,197,203)
#D1CCD2
(209,204,210)
#D8D3D9
(216,211,217)
#DFDAE0
(223,218,224)
#E6E1E7
(230,225,231)
#EDE8EE
(237,232,238)
#F4EFF5
(244,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA9AF; }

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

This text font color is #AEA9AF.


Background Color

.myBgColor { background-color: #AEA9AF; }

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

This div background color is #AEA9AF.


Border color

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

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

This div border color is #AEA9AF.


Opacity

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

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

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

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

This text has shadow with #AEA9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA9AF on black background.


Color preview on white background

This text has color #AEA9AF on white background.



Black color preview on #AEA9AF background

This text has black color on #AEA9AF background.


White color preview on #AEA9AF background

This text has white color on #AEA9AF background.