COLOR #AEA1AF

HEX: #AEA1AF
RGB: (174,161,175)

Color info

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

RGB color model

#AEA1AF color RGB value is (174,161,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 175 of 255 = 69%

174
161
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 161 + 175 = 510 (100%)
R 174 of 510 ~ 34.12%
G 161 of 510 ~ 31.57%
B 175 of 510 ~ 34.31%

%34.12
%31.57
%34.31

CMYK color model

#AEA1AF color CMYK value is (1,8,0,31).

  • cyan value is 0.57%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,8,0,31)
C1M8Y0K31 
(1%,8%,0%,31%)
(0.01/0.08/0.00/0.31)	

CMYK percentages

%0.57
%8
%0
%31.37

Codes

Color #AEA1AF in popluar color models

AEA1AF
RGB174161175
HSL296°8.05%65.88%
HSB/HSV296°8.00%68.63%
CMYK0.57%8.00%0.00%
31.37%

Color #AEA1AF in popluar number systems.

HEXAEA1AF
Decimal174161175
Binary101011101010000110101111
Octal256241257

Shades and tints

Shades of #AEA1AF

#AEA1AF
(174,161,175)
#9F93A0
(159,147,160)
#908591
(144,133,145)
#817782
(129,119,130)
#726973
(114,105,115)
#635B64
(99,91,100)
#544D55
(84,77,85)
#453F46
(69,63,70)
#363137
(54,49,55)
#272328
(39,35,40)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #AEA1AF

#AEA1AF
(174,161,175)
#B5A9B6
(181,169,182)
#BCB1BD
(188,177,189)
#C3B9C4
(195,185,196)
#CAC1CB
(202,193,203)
#D1C9D2
(209,201,210)
#D8D1D9
(216,209,217)
#DFD9E0
(223,217,224)
#E6E1E7
(230,225,231)
#EDE9EE
(237,233,238)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA1AF; }

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

This text font color is #AEA1AF.


Background Color

.myBgColor { background-color: #AEA1AF; }

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

This div background color is #AEA1AF.


Border color

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

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

This div border color is #AEA1AF.


Opacity

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

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

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

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

This text has shadow with #AEA1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA1AF on black background.


Color preview on white background

This text has color #AEA1AF on white background.



Black color preview on #AEA1AF background

This text has black color on #AEA1AF background.


White color preview on #AEA1AF background

This text has white color on #AEA1AF background.