COLOR #AE977C

HEX: #AE977C
RGB: (174,151,124)

Color info

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

RGB color model

#AE977C color RGB value is (174,151,124).

  • red value is 174;
  • green value is 151;
  • blue value is 124.
RGB:
(174,151,124)
(68%,59%,49%)

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 124 of 255 = 49%

174
151
124

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

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 124 = 449 (100%)
R 174 of 449 ~ 38.75%
G 151 of 449 ~ 33.63%
B 124 of 449 ~ 27.62%

%38.75
%33.63
%27.62

CMYK color model

#AE977C color CMYK value is (0,13,29,32).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 28.74%
  • key color value is 31.76%
CMYK:
(0,13,29,32)
C0M13Y29K32 
(0%,13%,29%,32%)
(0.00/0.13/0.29/0.32)	

CMYK percentages

%0
%13.22
%28.74
%31.76

Codes

Color #AE977C in popluar color models

AE977C
RGB174151124
HSL32°23.58%58.43%
HSB/HSV32°28.74%68.24%
CMYK0.00%13.22%28.74%
31.76%

Color #AE977C in popluar number systems.

HEXAE977C
Decimal174151124
Binary10101110100101111111100
Octal256227174

Shades and tints

Shades of #AE977C

#AE977C
(174,151,124)
#9F8A71
(159,138,113)
#907D66
(144,125,102)
#81705B
(129,112,91)
#726350
(114,99,80)
#635645
(99,86,69)
#54493A
(84,73,58)
#453C2F
(69,60,47)
#362F24
(54,47,36)
#272219
(39,34,25)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #AE977C

#AE977C
(174,151,124)
#B5A087
(181,160,135)
#BCA992
(188,169,146)
#C3B29D
(195,178,157)
#CABBA8
(202,187,168)
#D1C4B3
(209,196,179)
#D8CDBE
(216,205,190)
#DFD6C9
(223,214,201)
#E6DFD4
(230,223,212)
#EDE8DF
(237,232,223)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE977C color. Also use rgb(174,151,124) instead hex code.

Text Font Color

.myTextColor { color: #AE977C; }

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

This text font color is #AE977C.


Background Color

.myBgColor { background-color: #AE977C; }

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

This div background color is #AE977C.


Border color

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

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

This div border color is #AE977C.


Opacity

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

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

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

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

This text has shadow with #AE977C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE977C on black background.


Color preview on white background

This text has color #AE977C on white background.



Black color preview on #AE977C background

This text has black color on #AE977C background.


White color preview on #AE977C background

This text has white color on #AE977C background.