COLOR #AE9378

HEX: #AE9378
RGB: (174,147,120)

Color info

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

RGB color model

#AE9378 color RGB value is (174,147,120).

  • red value is 174;
  • green value is 147;
  • blue value is 120.
RGB:
(174,147,120)
(68%,58%,47%)

RGB channels and saturation

R 174 of 255 = 68%
G 147 of 255 = 58%
B 120 of 255 = 47%

174
147
120

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

Portions of RGB colors in percentages

R + G + B =
174 + 147 + 120 = 441 (100%)
R 174 of 441 ~ 39.46%
G 147 of 441 ~ 33.33%
B 120 of 441 ~ 27.21%

%39.46
%33.33
%27.21

CMYK color model

#AE9378 color CMYK value is (0,16,31,32).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 31.03%
  • key color value is 31.76%
CMYK:
(0,16,31,32)
C0M16Y31K32 
(0%,16%,31%,32%)
(0.00/0.16/0.31/0.32)	

CMYK percentages

%0
%15.52
%31.03
%31.76

Codes

Color #AE9378 in popluar color models

AE9378
RGB174147120
HSL30°25.00%57.65%
HSB/HSV30°31.03%68.24%
CMYK0.00%15.52%31.03%
31.76%

Color #AE9378 in popluar number systems.

HEXAE9378
Decimal174147120
Binary10101110100100111111000
Octal256223170

Shades and tints

Shades of #AE9378

#AE9378
(174,147,120)
#9F866E
(159,134,110)
#907964
(144,121,100)
#816C5A
(129,108,90)
#725F50
(114,95,80)
#635246
(99,82,70)
#54453C
(84,69,60)
#453832
(69,56,50)
#362B28
(54,43,40)
#271E1E
(39,30,30)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #AE9378

#AE9378
(174,147,120)
#B59C84
(181,156,132)
#BCA590
(188,165,144)
#C3AE9C
(195,174,156)
#CAB7A8
(202,183,168)
#D1C0B4
(209,192,180)
#D8C9C0
(216,201,192)
#DFD2CC
(223,210,204)
#E6DBD8
(230,219,216)
#EDE4E4
(237,228,228)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9378; }

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

This text font color is #AE9378.


Background Color

.myBgColor { background-color: #AE9378; }

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

This div background color is #AE9378.


Border color

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

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

This div border color is #AE9378.


Opacity

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

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

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

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

This text has shadow with #AE9378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9378 on black background.


Color preview on white background

This text has color #AE9378 on white background.



Black color preview on #AE9378 background

This text has black color on #AE9378 background.


White color preview on #AE9378 background

This text has white color on #AE9378 background.