COLOR #AEA2A3

HEX: #AEA2A3 RGB: (174,162,163)

Color info

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

RGB color model

#AEA2A3 color RGB value is (174,162,163).

RGB: (174,162,163) (68%, 64%, 64%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 163 of 255 = 64%

174
162
163

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

Portions of RGB colors in percentages

R + G + B = 174 + 162 + 163 = 499 (100%)
R 174 of 499 ~ 34.87%
G 162 of 499 ~ 32.46%
B 163 of 499 ~ 32.67'%

%34.87
%32.46
%32.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.90%
  • 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
%6.9
%6.32
%31.76

Codes

Color #AEA2A3 in popluar color models

AE A2 A3
RGB 174 162 163
HSL 355° 6.90% 65.88%
HSB/HSV 355° 6.90% 68.24%
CMYK 0.00% 6.90% 6.32%
31.76%

Color #AEA2A3 in popluar number systems.

HEX AE A2 A3
Decimal 174 162 163
Binary 10101110 10100010 10100011
Octal 256 242 243

Shades and tints

Shades of #AEA2A3

#AEA2A3
(174,162,163)
#9F9495
(159,148,149)
#908687
(144,134,135)
#817879
(129,120,121)
#726A6B
(114,106,107)
#635C5D
(99,92,93)
#544E4F
(84,78,79)
#454041
(69,64,65)
#363233
(54,50,51)
#272425
(39,36,37)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AEA2A3

#AEA2A3
(174,162,163)
#B5AAAB
(181,170,171)
#BCB2B3
(188,178,179)
#C3BABB
(195,186,187)
#CAC2C3
(202,194,195)
#D1CACB
(209,202,203)
#D8D2D3
(216,210,211)
#DFDADB
(223,218,219)
#E6E2E3
(230,226,227)
#EDEAEB
(237,234,235)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA2A3; }

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

This text font color is #AEA2A3.

Background Color

.myBgColor { background-color: #AEA2A3; }

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

This div background color is #AEA2A3.

Border color

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

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

This div border color is #AEA2A3.

Opacity

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

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

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

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

This text has shadow with #AEA2A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA2A3.

Preview

Color preview on black background

This text has color #AEA2A3 on black background.


Color preview on white background

This text has color #AEA2A3 on white background.


Black color preview on #AEA2A3 background

This text has black color on #AEA2A3 background.


White color preview on #AEA2A3 background

This text has white color on #AEA2A3 background.


Related colors

Complementary color

Complementary color for #hex is #515D5C.


I love getcolorcode.com

Triadic colors

1 #A3AEA2 and #A2A3AE with #AEA2A3 are triadic colors.

2 #A3A2AE and #A2AEA3 with #AEA2A3 are triadic colors.