COLOR #AEA1A1

HEX: #AEA1A1 RGB: (174,161,161)

Color info

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

RGB color model

#AEA1A1 color RGB value is (174,161,161).

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

RGB channels and saturation

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

174
161
161

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

Portions of RGB colors in percentages

R + G + B = 174 + 161 + 161 = 496 (100%)
R 174 of 496 ~ 35.08%
G 161 of 496 ~ 32.46%
B 161 of 496 ~ 32.46'%

%35.08
%32.46
%32.46

CMYK color model

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

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

CMYK: (0,7,7,32)
C0M7Y7K32 (0%, 7%, 7%, 32%)
(0.00 / 0.07 / 0.07 / 0.32)

CMYK percentages

%0
%7.47
%7.47
%31.76

Codes

Color #AEA1A1 in popluar color models

AE A1 A1
RGB 174 161 161
HSL 7.43% 65.69%
HSB/HSV 7.47% 68.24%
CMYK 0.00% 7.47% 7.47%
31.76%

Color #AEA1A1 in popluar number systems.

HEX AE A1 A1
Decimal 174 161 161
Binary 10101110 10100001 10100001
Octal 256 241 241

Shades and tints

Shades of #AEA1A1

#AEA1A1
(174,161,161)
#9F9393
(159,147,147)
#908585
(144,133,133)
#817777
(129,119,119)
#726969
(114,105,105)
#635B5B
(99,91,91)
#544D4D
(84,77,77)
#453F3F
(69,63,63)
#363131
(54,49,49)
#272323
(39,35,35)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEA1A1

#AEA1A1
(174,161,161)
#B5A9A9
(181,169,169)
#BCB1B1
(188,177,177)
#C3B9B9
(195,185,185)
#CAC1C1
(202,193,193)
#D1C9C9
(209,201,201)
#D8D1D1
(216,209,209)
#DFD9D9
(223,217,217)
#E6E1E1
(230,225,225)
#EDE9E9
(237,233,233)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA1A1; }

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

This text font color is #AEA1A1.

Background Color

.myBgColor { background-color: #AEA1A1; }

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

This div background color is #AEA1A1.

Border color

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

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

This div border color is #AEA1A1.

Opacity

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

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

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

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

This text has shadow with #AEA1A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA1A1.

Preview

Color preview on black background

This text has color #AEA1A1 on black background.


Color preview on white background

This text has color #AEA1A1 on white background.


Black color preview on #AEA1A1 background

This text has black color on #AEA1A1 background.


White color preview on #AEA1A1 background

This text has white color on #AEA1A1 background.


Related colors

Complementary color

Complementary color for #hex is #515E5E.


I love getcolorcode.com