COLOR #AE8378

HEX: #AE8378
RGB: (174,131,120)

Color info

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

RGB color model

#AE8378 color RGB value is (174,131,120).

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

RGB channels and saturation

R 174 of 255 = 68%
G 131 of 255 = 51%
B 120 of 255 = 47%

174
131
120

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

Portions of RGB colors in percentages

R + G + B =
174 + 131 + 120 = 425 (100%)
R 174 of 425 ~ 40.94%
G 131 of 425 ~ 30.82%
B 120 of 425 ~ 28.24%

%40.94
%30.82
%28.24

CMYK color model

#AE8378 color CMYK value is (0,25,31,32).

  • cyan value is 0.00%
  • magenta value is 24.71%
  • yellow value is 31.03%
  • key color value is 31.76%
CMYK:
(0,25,31,32)
C0M25Y31K32 
(0%,25%,31%,32%)
(0.00/0.25/0.31/0.32)	

CMYK percentages

%0
%24.71
%31.03
%31.76

Codes

Color #AE8378 in popluar color models

AE8378
RGB174131120
HSL12°25.00%57.65%
HSB/HSV12°31.03%68.24%
CMYK0.00%24.71%31.03%
31.76%

Color #AE8378 in popluar number systems.

HEXAE8378
Decimal174131120
Binary10101110100000111111000
Octal256203170

Shades and tints

Shades of #AE8378

#AE8378
(174,131,120)
#9F786E
(159,120,110)
#906D64
(144,109,100)
#81625A
(129,98,90)
#725750
(114,87,80)
#634C46
(99,76,70)
#54413C
(84,65,60)
#453632
(69,54,50)
#362B28
(54,43,40)
#27201E
(39,32,30)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AE8378

#AE8378
(174,131,120)
#B58E84
(181,142,132)
#BC9990
(188,153,144)
#C3A49C
(195,164,156)
#CAAFA8
(202,175,168)
#D1BAB4
(209,186,180)
#D8C5C0
(216,197,192)
#DFD0CC
(223,208,204)
#E6DBD8
(230,219,216)
#EDE6E4
(237,230,228)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8378; }

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

This text font color is #AE8378.


Background Color

.myBgColor { background-color: #AE8378; }

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

This div background color is #AE8378.


Border color

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

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

This div border color is #AE8378.


Opacity

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

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

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

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

This text has shadow with #AE8378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8378 on black background.


Color preview on white background

This text has color #AE8378 on white background.



Black color preview on #AE8378 background

This text has black color on #AE8378 background.


White color preview on #AE8378 background

This text has white color on #AE8378 background.