COLOR #AE9178

HEX: #AE9178 RGB: (174,145,120)

Color info

#AE9178 contains red, green and blue colors in about the same proportion. Web safe color of #AE9178 is #999966 (or #996).

RGB color model

#AE9178 color RGB value is (174,145,120).

RGB: (174,145,120) (68%, 57%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 120 of 255 = 47%

174
145
120

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

Portions of RGB colors in percentages

R + G + B = 174 + 145 + 120 = 439 (100%)
R 174 of 439 ~ 39.64%
G 145 of 439 ~ 33.03%
B 120 of 439 ~ 27.33'%

%39.64
%33.03
%27.33

CMYK color model

#AE9178 color CMYK value is (0,17,31,32).

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

CMYK: (0,17,31,32)
C0M17Y31K32 (0%, 17%, 31%, 32%)
(0.00 / 0.17 / 0.31 / 0.32)

CMYK percentages

%0
%16.67
%31.03
%31.76

Codes

Color #AE9178 in popluar color models

AE 91 78
RGB 174 145 120
HSL 28° 25.00% 57.65%
HSB/HSV 28° 31.03% 68.24%
CMYK 0.00% 16.67% 31.03%
31.76%

Color #AE9178 in popluar number systems.

HEX AE 91 78
Decimal 174 145 120
Binary 10101110 10010001 1111000
Octal 256 221 170

Shades and tints

Shades of #AE9178

#AE9178
(174,145,120)
#9F846E
(159,132,110)
#907764
(144,119,100)
#816A5A
(129,106,90)
#725D50
(114,93,80)
#635046
(99,80,70)
#54433C
(84,67,60)
#453632
(69,54,50)
#362928
(54,41,40)
#271C1E
(39,28,30)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE9178

#AE9178
(174,145,120)
#B59B84
(181,155,132)
#BCA590
(188,165,144)
#C3AF9C
(195,175,156)
#CAB9A8
(202,185,168)
#D1C3B4
(209,195,180)
#D8CDC0
(216,205,192)
#DFD7CC
(223,215,204)
#E6E1D8
(230,225,216)
#EDEBE4
(237,235,228)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9178; }

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

This text font color is #AE9178.

Background Color

.myBgColor { background-color: #AE9178; }

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

This div background color is #AE9178.

Border color

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

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

This div border color is #AE9178.

Opacity

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

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

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

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

This text has shadow with #AE9178 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9178.

Preview

Color preview on black background

This text has color #AE9178 on black background.


Color preview on white background

This text has color #AE9178 on white background.


Black color preview on #AE9178 background

This text has black color on #AE9178 background.


White color preview on #AE9178 background

This text has white color on #AE9178 background.


Related colors

Complementary color

Complementary color for #hex is #516E87.


I love getcolorcode.com

Triadic colors

1 #78AE91 and #9178AE with #AE9178 are triadic colors.

2 #7891AE and #91AE78 with #AE9178 are triadic colors.