COLOR #AEA8AF

HEX: #AEA8AF
RGB: (174,168,175)

Color info

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

RGB color model

#AEA8AF color RGB value is (174,168,175).

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

RGB channels and saturation

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

174
168
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 175 = 517 (100%)
R 174 of 517 ~ 33.66%
G 168 of 517 ~ 32.5%
B 175 of 517 ~ 33.85%

%33.66
%32.5
%33.85

CMYK color model

#AEA8AF color CMYK value is (1,4,0,31).

  • cyan value is 0.57%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,4,0,31)
C1M4Y0K31 
(1%,4%,0%,31%)
(0.01/0.04/0.00/0.31)	

CMYK percentages

%0.57
%4
%0
%31.37

Codes

Color #AEA8AF in popluar color models

AEA8AF
RGB174168175
HSL291°4.19%67.25%
HSB/HSV291°4.00%68.63%
CMYK0.57%4.00%0.00%
31.37%

Color #AEA8AF in popluar number systems.

HEXAEA8AF
Decimal174168175
Binary101011101010100010101111
Octal256250257

Shades and tints

Shades of #AEA8AF

#AEA8AF
(174,168,175)
#9F99A0
(159,153,160)
#908A91
(144,138,145)
#817B82
(129,123,130)
#726C73
(114,108,115)
#635D64
(99,93,100)
#544E55
(84,78,85)
#453F46
(69,63,70)
#363037
(54,48,55)
#272128
(39,33,40)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #AEA8AF

#AEA8AF
(174,168,175)
#B5AFB6
(181,175,182)
#BCB6BD
(188,182,189)
#C3BDC4
(195,189,196)
#CAC4CB
(202,196,203)
#D1CBD2
(209,203,210)
#D8D2D9
(216,210,217)
#DFD9E0
(223,217,224)
#E6E0E7
(230,224,231)
#EDE7EE
(237,231,238)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8AF; }

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

This text font color is #AEA8AF.


Background Color

.myBgColor { background-color: #AEA8AF; }

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

This div background color is #AEA8AF.


Border color

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

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

This div border color is #AEA8AF.


Opacity

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

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

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

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

This text has shadow with #AEA8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA8AF on black background.


Color preview on white background

This text has color #AEA8AF on white background.



Black color preview on #AEA8AF background

This text has black color on #AEA8AF background.


White color preview on #AEA8AF background

This text has white color on #AEA8AF background.