COLOR #AEA8A0

HEX: #AEA8A0 RGB: (174,168,160)

Color info

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

RGB color model

#AEA8A0 color RGB value is (174,168,160).

RGB: (174,168,160) (68%, 66%, 63%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 160 of 255 = 63%

174
168
160

R + G + B ~ 66%. #AEA8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 168 + 160 = 502 (100%)
R 174 of 502 ~ 34.66%
G 168 of 502 ~ 33.47%
B 160 of 502 ~ 31.87'%

%34.66
%33.47
%31.87

CMYK color model

#AEA8A0 color CMYK value is (0,3,8,32).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 8.05%
  • key color value is 31.76%

CMYK: (0,3,8,32)
C0M3Y8K32 (0%, 3%, 8%, 32%)
(0.00 / 0.03 / 0.08 / 0.32)

CMYK percentages

%0
%3.45
%8.05
%31.76

Codes

Color #AEA8A0 in popluar color models

AE A8 A0
RGB 174 168 160
HSL 34° 7.95% 65.49%
HSB/HSV 34° 8.05% 68.24%
CMYK 0.00% 3.45% 8.05%
31.76%

Color #AEA8A0 in popluar number systems.

HEX AE A8 A0
Decimal 174 168 160
Binary 10101110 10101000 10100000
Octal 256 250 240

Shades and tints

Shades of #AEA8A0

#AEA8A0
(174,168,160)
#9F9992
(159,153,146)
#908A84
(144,138,132)
#817B76
(129,123,118)
#726C68
(114,108,104)
#635D5A
(99,93,90)
#544E4C
(84,78,76)
#453F3E
(69,63,62)
#363030
(54,48,48)
#272122
(39,33,34)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #AEA8A0

#AEA8A0
(174,168,160)
#B5AFA8
(181,175,168)
#BCB6B0
(188,182,176)
#C3BDB8
(195,189,184)
#CAC4C0
(202,196,192)
#D1CBC8
(209,203,200)
#D8D2D0
(216,210,208)
#DFD9D8
(223,217,216)
#E6E0E0
(230,224,224)
#EDE7E8
(237,231,232)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA8A0; }

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

This text font color is #AEA8A0.

Background Color

.myBgColor { background-color: #AEA8A0; }

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

This div background color is #AEA8A0.

Border color

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

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

This div border color is #AEA8A0.

Opacity

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

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

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

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

This text has shadow with #AEA8A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA8A0.

Preview

Color preview on black background

This text has color #AEA8A0 on black background.


Color preview on white background

This text has color #AEA8A0 on white background.


Black color preview on #AEA8A0 background

This text has black color on #AEA8A0 background.


White color preview on #AEA8A0 background

This text has white color on #AEA8A0 background.


Related colors

Complementary color

Complementary color for #hex is #51575F.


I love getcolorcode.com

Triadic colors

1 #A0AEA8 and #A8A0AE with #AEA8A0 are triadic colors.

2 #A0A8AE and #A8AEA0 with #AEA8A0 are triadic colors.