COLOR #AEAAAF

HEX: #AEAAAF
RGB: (174,170,175)

Color info

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

RGB color model

#AEAAAF color RGB value is (174,170,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 175 of 255 = 69%

174
170
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 175 = 519 (100%)
R 174 of 519 ~ 33.53%
G 170 of 519 ~ 32.76%
B 175 of 519 ~ 33.72%

%33.53
%32.76
%33.72

CMYK color model

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

  • cyan value is 0.57%
  • magenta value is 2.86%
  • 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
%2.86
%0
%31.37

Codes

Color #AEAAAF in popluar color models

AEAAAF
RGB174170175
HSL288°3.03%67.65%
HSB/HSV288°2.86%68.63%
CMYK0.57%2.86%0.00%
31.37%

Color #AEAAAF in popluar number systems.

HEXAEAAAF
Decimal174170175
Binary101011101010101010101111
Octal256252257

Shades and tints

Shades of #AEAAAF

#AEAAAF
(174,170,175)
#9F9BA0
(159,155,160)
#908C91
(144,140,145)
#817D82
(129,125,130)
#726E73
(114,110,115)
#635F64
(99,95,100)
#545055
(84,80,85)
#454146
(69,65,70)
#363237
(54,50,55)
#272328
(39,35,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #AEAAAF

#AEAAAF
(174,170,175)
#B5B1B6
(181,177,182)
#BCB8BD
(188,184,189)
#C3BFC4
(195,191,196)
#CAC6CB
(202,198,203)
#D1CDD2
(209,205,210)
#D8D4D9
(216,212,217)
#DFDBE0
(223,219,224)
#E6E2E7
(230,226,231)
#EDE9EE
(237,233,238)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAAF; }

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

This text font color is #AEAAAF.


Background Color

.myBgColor { background-color: #AEAAAF; }

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

This div background color is #AEAAAF.


Border color

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

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

This div border color is #AEAAAF.


Opacity

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

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

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

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

This text has shadow with #AEAAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAAAF on black background.


Color preview on white background

This text has color #AEAAAF on white background.



Black color preview on #AEAAAF background

This text has black color on #AEAAAF background.


White color preview on #AEAAAF background

This text has white color on #AEAAAF background.