COLOR #AE9A78

HEX: #AE9A78
RGB: (174,154,120)

Color info

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

RGB color model

#AE9A78 color RGB value is (174,154,120).

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

RGB channels and saturation

R 174 of 255 = 68%
G 154 of 255 = 60%
B 120 of 255 = 47%

174
154
120

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

Portions of RGB colors in percentages

R + G + B =
174 + 154 + 120 = 448 (100%)
R 174 of 448 ~ 38.84%
G 154 of 448 ~ 34.38%
B 120 of 448 ~ 26.79%

%38.84
%34.38
%26.79

CMYK color model

#AE9A78 color CMYK value is (0,11,31,32).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 31.03%
  • key color value is 31.76%
CMYK:
(0,11,31,32)
C0M11Y31K32 
(0%,11%,31%,32%)
(0.00/0.11/0.31/0.32)	

CMYK percentages

%0
%11.49
%31.03
%31.76

Codes

Color #AE9A78 in popluar color models

AE9A78
RGB174154120
HSL38°25.00%57.65%
HSB/HSV38°31.03%68.24%
CMYK0.00%11.49%31.03%
31.76%

Color #AE9A78 in popluar number systems.

HEXAE9A78
Decimal174154120
Binary10101110100110101111000
Octal256232170

Shades and tints

Shades of #AE9A78

#AE9A78
(174,154,120)
#9F8C6E
(159,140,110)
#907E64
(144,126,100)
#81705A
(129,112,90)
#726250
(114,98,80)
#635446
(99,84,70)
#54463C
(84,70,60)
#453832
(69,56,50)
#362A28
(54,42,40)
#271C1E
(39,28,30)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #AE9A78

#AE9A78
(174,154,120)
#B5A384
(181,163,132)
#BCAC90
(188,172,144)
#C3B59C
(195,181,156)
#CABEA8
(202,190,168)
#D1C7B4
(209,199,180)
#D8D0C0
(216,208,192)
#DFD9CC
(223,217,204)
#E6E2D8
(230,226,216)
#EDEBE4
(237,235,228)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9A78; }

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

This text font color is #AE9A78.


Background Color

.myBgColor { background-color: #AE9A78; }

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

This div background color is #AE9A78.


Border color

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

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

This div border color is #AE9A78.


Opacity

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

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

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

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

This text has shadow with #AE9A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9A78 on black background.


Color preview on white background

This text has color #AE9A78 on white background.



Black color preview on #AE9A78 background

This text has black color on #AE9A78 background.


White color preview on #AE9A78 background

This text has white color on #AE9A78 background.