COLOR #AE918A

HEX: #AE918A RGB: (174,145,138)

Color info

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

RGB color model

#AE918A color RGB value is (174,145,138).

RGB: (174,145,138) (68%, 57%, 54%)

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 138 of 255 = 54%

174
145
138

R + G + B ~ 60%. #AE918A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 145 + 138 = 457 (100%)
R 174 of 457 ~ 38.07%
G 145 of 457 ~ 31.73%
B 138 of 457 ~ 30.2'%

%38.07
%31.73
%30.2

CMYK color model

#AE918A color CMYK value is (0,17,21,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 20.69%
  • key color value is 31.76%

CMYK: (0,17,21,32)
C0M17Y21K32 (0%, 17%, 21%, 32%)
(0.00 / 0.17 / 0.21 / 0.32)

CMYK percentages

%0
%16.67
%20.69
%31.76

Codes

Color #AE918A in popluar color models

AE 91 8A
RGB 174 145 138
HSL 12° 18.18% 61.18%
HSB/HSV 12° 20.69% 68.24%
CMYK 0.00% 16.67% 20.69%
31.76%

Color #AE918A in popluar number systems.

HEX AE 91 8A
Decimal 174 145 138
Binary 10101110 10010001 10001010
Octal 256 221 212

Shades and tints

Shades of #AE918A

#AE918A
(174,145,138)
#9F847E
(159,132,126)
#907772
(144,119,114)
#816A66
(129,106,102)
#725D5A
(114,93,90)
#63504E
(99,80,78)
#544342
(84,67,66)
#453636
(69,54,54)
#36292A
(54,41,42)
#271C1E
(39,28,30)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #AE918A

#AE918A
(174,145,138)
#B59B94
(181,155,148)
#BCA59E
(188,165,158)
#C3AFA8
(195,175,168)
#CAB9B2
(202,185,178)
#D1C3BC
(209,195,188)
#D8CDC6
(216,205,198)
#DFD7D0
(223,215,208)
#E6E1DA
(230,225,218)
#EDEBE4
(237,235,228)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE918A color. Also use rgb(174,145,138) instead hex code.

Text Font Color

.myTextColor { color: #AE918A; }

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

This text font color is #AE918A.

Background Color

.myBgColor { background-color: #AE918A; }

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

This div background color is #AE918A.

Border color

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

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

This div border color is #AE918A.

Opacity

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

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

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

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

This text has shadow with #AE918A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE918A.

Preview

Color preview on black background

This text has color #AE918A on black background.


Color preview on white background

This text has color #AE918A on white background.


Black color preview on #AE918A background

This text has black color on #AE918A background.


White color preview on #AE918A background

This text has white color on #AE918A background.


Related colors

Complementary color

Complementary color for #hex is #516E75.


I love getcolorcode.com

Triadic colors

1 #8AAE91 and #918AAE with #AE918A are triadic colors.

2 #8A91AE and #91AE8A with #AE918A are triadic colors.