COLOR #AEAC94

HEX: #AEAC94 RGB: (174,172,148)

Color info

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

RGB color model

#AEAC94 color RGB value is (174,172,148).

RGB: (174,172,148) (68%, 67%, 58%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 148 of 255 = 58%

174
172
148

R + G + B ~ 64%. #AEAC94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 148 = 494 (100%)
R 174 of 494 ~ 35.22%
G 172 of 494 ~ 34.82%
B 148 of 494 ~ 29.96'%

%35.22
%34.82
%29.96

CMYK color model

#AEAC94 color CMYK value is (0,1,15,32).

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

CMYK: (0,1,15,32)
C0M1Y15K32 (0%, 1%, 15%, 32%)
(0.00 / 0.01 / 0.15 / 0.32)

CMYK percentages

%0
%1.15
%14.94
%31.76

Codes

Color #AEAC94 in popluar color models

AE AC 94
RGB 174 172 148
HSL 55° 13.83% 63.14%
HSB/HSV 55° 14.94% 68.24%
CMYK 0.00% 1.15% 14.94%
31.76%

Color #AEAC94 in popluar number systems.

HEX AE AC 94
Decimal 174 172 148
Binary 10101110 10101100 10010100
Octal 256 254 224

Shades and tints

Shades of #AEAC94

#AEAC94
(174,172,148)
#9F9D87
(159,157,135)
#908E7A
(144,142,122)
#817F6D
(129,127,109)
#727060
(114,112,96)
#636153
(99,97,83)
#545246
(84,82,70)
#454339
(69,67,57)
#36342C
(54,52,44)
#27251F
(39,37,31)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #AEAC94

#AEAC94
(174,172,148)
#B5B39D
(181,179,157)
#BCBAA6
(188,186,166)
#C3C1AF
(195,193,175)
#CAC8B8
(202,200,184)
#D1CFC1
(209,207,193)
#D8D6CA
(216,214,202)
#DFDDD3
(223,221,211)
#E6E4DC
(230,228,220)
#EDEBE5
(237,235,229)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC94; }

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

This text font color is #AEAC94.

Background Color

.myBgColor { background-color: #AEAC94; }

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

This div background color is #AEAC94.

Border color

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

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

This div border color is #AEAC94.

Opacity

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

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

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

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

This text has shadow with #AEAC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAC94.

Preview

Color preview on black background

This text has color #AEAC94 on black background.


Color preview on white background

This text has color #AEAC94 on white background.


Black color preview on #AEAC94 background

This text has black color on #AEAC94 background.


White color preview on #AEAC94 background

This text has white color on #AEAC94 background.


Related colors

Complementary color

Complementary color for #hex is #51536B.


I love getcolorcode.com

Triadic colors

1 #94AEAC and #AC94AE with #AEAC94 are triadic colors.

2 #94ACAE and #ACAE94 with #AEAC94 are triadic colors.