COLOR #AEAC9D

HEX: #AEAC9D RGB: (174,172,157)

Color info

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

RGB color model

#AEAC9D color RGB value is (174,172,157).

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

RGB channels and saturation

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

174
172
157

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

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 157 = 503 (100%)
R 174 of 503 ~ 34.59%
G 172 of 503 ~ 34.19%
B 157 of 503 ~ 31.21'%

%34.59
%34.19
%31.21

CMYK color model

#AEAC9D color CMYK value is (0,1,10,32).

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

CMYK: (0,1,10,32)
C0M1Y10K32 (0%, 1%, 10%, 32%)
(0.00 / 0.01 / 0.10 / 0.32)

CMYK percentages

%0
%1.15
%9.77
%31.76

Codes

Color #AEAC9D in popluar color models

AE AC 9D
RGB 174 172 157
HSL 53° 9.50% 64.90%
HSB/HSV 53° 9.77% 68.24%
CMYK 0.00% 1.15% 9.77%
31.76%

Color #AEAC9D in popluar number systems.

HEX AE AC 9D
Decimal 174 172 157
Binary 10101110 10101100 10011101
Octal 256 254 235

Shades and tints

Shades of #AEAC9D

#AEAC9D
(174,172,157)
#9F9D8F
(159,157,143)
#908E81
(144,142,129)
#817F73
(129,127,115)
#727065
(114,112,101)
#636157
(99,97,87)
#545249
(84,82,73)
#45433B
(69,67,59)
#36342D
(54,52,45)
#27251F
(39,37,31)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AEAC9D

#AEAC9D
(174,172,157)
#B5B3A5
(181,179,165)
#BCBAAD
(188,186,173)
#C3C1B5
(195,193,181)
#CAC8BD
(202,200,189)
#D1CFC5
(209,207,197)
#D8D6CD
(216,214,205)
#DFDDD5
(223,221,213)
#E6E4DD
(230,228,221)
#EDEBE5
(237,235,229)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC9D; }

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

This text font color is #AEAC9D.

Background Color

.myBgColor { background-color: #AEAC9D; }

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

This div background color is #AEAC9D.

Border color

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

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

This div border color is #AEAC9D.

Opacity

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

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

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

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

This text has shadow with #AEAC9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAC9D.

Preview

Color preview on black background

This text has color #AEAC9D on black background.


Color preview on white background

This text has color #AEAC9D on white background.


Black color preview on #AEAC9D background

This text has black color on #AEAC9D background.


White color preview on #AEAC9D background

This text has white color on #AEAC9D background.


Related colors

Complementary color

Complementary color for #hex is #515362.


I love getcolorcode.com

Triadic colors

1 #9DAEAC and #AC9DAE with #AEAC9D are triadic colors.

2 #9DACAE and #ACAE9D with #AEAC9D are triadic colors.