COLOR #AEA1A3

HEX: #AEA1A3 RGB: (174,161,163)

Color info

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

RGB color model

#AEA1A3 color RGB value is (174,161,163).

RGB: (174,161,163) (68%, 63%, 64%)

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 163 of 255 = 64%

174
161
163

R + G + B ~ 65%. #AEA1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 161 + 163 = 498 (100%)
R 174 of 498 ~ 34.94%
G 161 of 498 ~ 32.33%
B 163 of 498 ~ 32.73'%

%34.94
%32.33
%32.73

CMYK color model

#AEA1A3 color CMYK value is (0,7,6,32).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 6.32%
  • key color value is 31.76%

CMYK: (0,7,6,32)
C0M7Y6K32 (0%, 7%, 6%, 32%)
(0.00 / 0.07 / 0.06 / 0.32)

CMYK percentages

%0
%7.47
%6.32
%31.76

Codes

Color #AEA1A3 in popluar color models

AE A1 A3
RGB 174 161 163
HSL 351° 7.43% 65.69%
HSB/HSV 351° 7.47% 68.24%
CMYK 0.00% 7.47% 6.32%
31.76%

Color #AEA1A3 in popluar number systems.

HEX AE A1 A3
Decimal 174 161 163
Binary 10101110 10100001 10100011
Octal 256 241 243

Shades and tints

Shades of #AEA1A3

#AEA1A3
(174,161,163)
#9F9395
(159,147,149)
#908587
(144,133,135)
#817779
(129,119,121)
#72696B
(114,105,107)
#635B5D
(99,91,93)
#544D4F
(84,77,79)
#453F41
(69,63,65)
#363133
(54,49,51)
#272325
(39,35,37)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #AEA1A3

#AEA1A3
(174,161,163)
#B5A9AB
(181,169,171)
#BCB1B3
(188,177,179)
#C3B9BB
(195,185,187)
#CAC1C3
(202,193,195)
#D1C9CB
(209,201,203)
#D8D1D3
(216,209,211)
#DFD9DB
(223,217,219)
#E6E1E3
(230,225,227)
#EDE9EB
(237,233,235)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA1A3; }

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

This text font color is #AEA1A3.

Background Color

.myBgColor { background-color: #AEA1A3; }

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

This div background color is #AEA1A3.

Border color

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

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

This div border color is #AEA1A3.

Opacity

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

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

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

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

This text has shadow with #AEA1A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA1A3.

Preview

Color preview on black background

This text has color #AEA1A3 on black background.


Color preview on white background

This text has color #AEA1A3 on white background.


Black color preview on #AEA1A3 background

This text has black color on #AEA1A3 background.


White color preview on #AEA1A3 background

This text has white color on #AEA1A3 background.


Related colors

Complementary color

Complementary color for #hex is #515E5C.


I love getcolorcode.com

Triadic colors

1 #A3AEA1 and #A1A3AE with #AEA1A3 are triadic colors.

2 #A3A1AE and #A1AEA3 with #AEA1A3 are triadic colors.