COLOR #AEAC88

HEX: #AEAC88 RGB: (174,172,136)

Color info

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

RGB color model

#AEAC88 color RGB value is (174,172,136).

RGB: (174,172,136) (68%, 67%, 53%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 136 of 255 = 53%

174
172
136

R + G + B ~ 63%. #AEAC88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 136 = 482 (100%)
R 174 of 482 ~ 36.1%
G 172 of 482 ~ 35.68%
B 136 of 482 ~ 28.22'%

%36.1
%35.68
%28.22

CMYK color model

#AEAC88 color CMYK value is (0,1,22,32).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 21.84%
  • key color value is 31.76%
CMYK: (0,1,22,32) C0M1Y22K32 (0%,1%,22%,32%) (0.00/0.01/0.22/0.32) 

CMYK percentages

%0
%1.15
%21.84
%31.76

Codes

Color #AEAC88 in popluar color models

AE AC 88
RGB 174 172 136
HSL 57° 19.00% 60.78%
HSB/HSV 57° 21.84% 68.24%
CMYK 0.00% 1.15% 21.84%
31.76%

Color #AEAC88 in popluar number systems.

HEX AE AC 88
Decimal 174 172 136
Binary 10101110 10101100 10001000
Octal 256 254 210

Shades and tints

Shades of #AEAC88

#AEAC88
(174,172,136)
#9F9D7C
(159,157,124)
#908E70
(144,142,112)
#817F64
(129,127,100)
#727058
(114,112,88)
#63614C
(99,97,76)
#545240
(84,82,64)
#454334
(69,67,52)
#363428
(54,52,40)
#27251C
(39,37,28)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AEAC88

#AEAC88
(174,172,136)
#B5B392
(181,179,146)
#BCBA9C
(188,186,156)
#C3C1A6
(195,193,166)
#CAC8B0
(202,200,176)
#D1CFBA
(209,207,186)
#D8D6C4
(216,214,196)
#DFDDCE
(223,221,206)
#E6E4D8
(230,228,216)
#EDEBE2
(237,235,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC88; }

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

This text font color is #AEAC88.

Background Color

.myBgColor { background-color: #AEAC88; }

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

This div background color is #AEAC88.

Border color

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

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

This div border color is #AEAC88.

Opacity

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

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

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

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

This text has shadow with #AEAC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAC88.

Preview

Color preview on black background

This text has color #AEAC88 on black background.


Color preview on white background

This text has color #AEAC88 on white background.


Black color preview on #AEAC88 background

This text has black color on #AEAC88 background.


White color preview on #AEAC88 background

This text has white color on #AEAC88 background.


Related colors

Complementary color

Complementary color for #hex is #515377.


I love getcolorcode.com

Triadic colors

1 #88AEAC and #AC88AE with #AEAC88 are triadic colors.

2 #88ACAE and #ACAE88 with #AEAC88 are triadic colors.