COLOR #AEAC9E

HEX: #AEAC9E RGB: (174,172,158)

Color info

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

RGB color model

#AEAC9E color RGB value is (174,172,158).

RGB: (174,172,158) (68%, 67%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 158 of 255 = 62%

174
172
158

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

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 158 = 504 (100%)
R 174 of 504 ~ 34.52%
G 172 of 504 ~ 34.13%
B 158 of 504 ~ 31.35'%

%34.52
%34.13
%31.35

CMYK color model

#AEAC9E color CMYK value is (0,1,9,32).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 9.20%
  • key color value is 31.76%

CMYK: (0,1,9,32)
C0M1Y9K32 (0%, 1%, 9%, 32%)
(0.00 / 0.01 / 0.09 / 0.32)

CMYK percentages

%0
%1.15
%9.2
%31.76

Codes

Color #AEAC9E in popluar color models

AE AC 9E
RGB 174 172 158
HSL 53° 8.99% 65.10%
HSB/HSV 53° 9.20% 68.24%
CMYK 0.00% 1.15% 9.20%
31.76%

Color #AEAC9E in popluar number systems.

HEX AE AC 9E
Decimal 174 172 158
Binary 10101110 10101100 10011110
Octal 256 254 236

Shades and tints

Shades of #AEAC9E

#AEAC9E
(174,172,158)
#9F9D90
(159,157,144)
#908E82
(144,142,130)
#817F74
(129,127,116)
#727066
(114,112,102)
#636158
(99,97,88)
#54524A
(84,82,74)
#45433C
(69,67,60)
#36342E
(54,52,46)
#272520
(39,37,32)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #AEAC9E

#AEAC9E
(174,172,158)
#B5B3A6
(181,179,166)
#BCBAAE
(188,186,174)
#C3C1B6
(195,193,182)
#CAC8BE
(202,200,190)
#D1CFC6
(209,207,198)
#D8D6CE
(216,214,206)
#DFDDD6
(223,221,214)
#E6E4DE
(230,228,222)
#EDEBE6
(237,235,230)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC9E; }

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

This text font color is #AEAC9E.

Background Color

.myBgColor { background-color: #AEAC9E; }

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

This div background color is #AEAC9E.

Border color

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

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

This div border color is #AEAC9E.

Opacity

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

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

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

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

This text has shadow with #AEAC9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAC9E.

Preview

Color preview on black background

This text has color #AEAC9E on black background.


Color preview on white background

This text has color #AEAC9E on white background.


Black color preview on #AEAC9E background

This text has black color on #AEAC9E background.


White color preview on #AEAC9E background

This text has white color on #AEAC9E background.


Related colors

Complementary color

Complementary color for #hex is #515361.


I love getcolorcode.com

Triadic colors

1 #9EAEAC and #AC9EAE with #AEAC9E are triadic colors.

2 #9EACAE and #ACAE9E with #AEAC9E are triadic colors.