COLOR #AEA7A0

HEX: #AEA7A0 RGB: (174,167,160)

Color info

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

RGB color model

#AEA7A0 color RGB value is (174,167,160).

RGB: (174,167,160) (68%, 65%, 63%)

RGB channels and saturation

R 174 of 255 = 68%
G 167 of 255 = 65%
B 160 of 255 = 63%

174
167
160

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

Portions of RGB colors in percentages

R + G + B = 174 + 167 + 160 = 501 (100%)
R 174 of 501 ~ 34.73%
G 167 of 501 ~ 33.33%
B 160 of 501 ~ 31.94'%

%34.73
%33.33
%31.94

CMYK color model

#AEA7A0 color CMYK value is (0,4,8,32).

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

CMYK: (0,4,8,32)
C0M4Y8K32 (0%, 4%, 8%, 32%)
(0.00 / 0.04 / 0.08 / 0.32)

CMYK percentages

%0
%4.02
%8.05
%31.76

Codes

Color #AEA7A0 in popluar color models

AE A7 A0
RGB 174 167 160
HSL 30° 7.95% 65.49%
HSB/HSV 30° 8.05% 68.24%
CMYK 0.00% 4.02% 8.05%
31.76%

Color #AEA7A0 in popluar number systems.

HEX AE A7 A0
Decimal 174 167 160
Binary 10101110 10100111 10100000
Octal 256 247 240

Shades and tints

Shades of #AEA7A0

#AEA7A0
(174,167,160)
#9F9892
(159,152,146)
#908984
(144,137,132)
#817A76
(129,122,118)
#726B68
(114,107,104)
#635C5A
(99,92,90)
#544D4C
(84,77,76)
#453E3E
(69,62,62)
#362F30
(54,47,48)
#272022
(39,32,34)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #AEA7A0

#AEA7A0
(174,167,160)
#B5AFA8
(181,175,168)
#BCB7B0
(188,183,176)
#C3BFB8
(195,191,184)
#CAC7C0
(202,199,192)
#D1CFC8
(209,207,200)
#D8D7D0
(216,215,208)
#DFDFD8
(223,223,216)
#E6E7E0
(230,231,224)
#EDEFE8
(237,239,232)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA7A0; }

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

This text font color is #AEA7A0.

Background Color

.myBgColor { background-color: #AEA7A0; }

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

This div background color is #AEA7A0.

Border color

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

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

This div border color is #AEA7A0.

Opacity

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

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

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

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

This text has shadow with #AEA7A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA7A0.

Preview

Color preview on black background

This text has color #AEA7A0 on black background.


Color preview on white background

This text has color #AEA7A0 on white background.


Black color preview on #AEA7A0 background

This text has black color on #AEA7A0 background.


White color preview on #AEA7A0 background

This text has white color on #AEA7A0 background.


Related colors

Complementary color

Complementary color for #hex is #51585F.


I love getcolorcode.com

Triadic colors

1 #A0AEA7 and #A7A0AE with #AEA7A0 are triadic colors.

2 #A0A7AE and #A7AEA0 with #AEA7A0 are triadic colors.