COLOR #AE917C

HEX: #AE917C
RGB: (174,145,124)

Color info

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

RGB color model

#AE917C color RGB value is (174,145,124).

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

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 124 of 255 = 49%

174
145
124

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

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 124 = 443 (100%)
R 174 of 443 ~ 39.28%
G 145 of 443 ~ 32.73%
B 124 of 443 ~ 27.99%

%39.28
%32.73
%27.99

CMYK color model

#AE917C color CMYK value is (0,17,29,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 28.74%
  • key color value is 31.76%
CMYK:
(0,17,29,32)
C0M17Y29K32 
(0%,17%,29%,32%)
(0.00/0.17/0.29/0.32)	

CMYK percentages

%0
%16.67
%28.74
%31.76

Codes

Color #AE917C in popluar color models

AE917C
RGB174145124
HSL25°23.58%58.43%
HSB/HSV25°28.74%68.24%
CMYK0.00%16.67%28.74%
31.76%

Color #AE917C in popluar number systems.

HEXAE917C
Decimal174145124
Binary10101110100100011111100
Octal256221174

Shades and tints

Shades of #AE917C

#AE917C
(174,145,124)
#9F8471
(159,132,113)
#907766
(144,119,102)
#816A5B
(129,106,91)
#725D50
(114,93,80)
#635045
(99,80,69)
#54433A
(84,67,58)
#45362F
(69,54,47)
#362924
(54,41,36)
#271C19
(39,28,25)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #AE917C

#AE917C
(174,145,124)
#B59B87
(181,155,135)
#BCA592
(188,165,146)
#C3AF9D
(195,175,157)
#CAB9A8
(202,185,168)
#D1C3B3
(209,195,179)
#D8CDBE
(216,205,190)
#DFD7C9
(223,215,201)
#E6E1D4
(230,225,212)
#EDEBDF
(237,235,223)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE917C; }

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

This text font color is #AE917C.


Background Color

.myBgColor { background-color: #AE917C; }

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

This div background color is #AE917C.


Border color

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

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

This div border color is #AE917C.


Opacity

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

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

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

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

This text has shadow with #AE917C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE917C on black background.


Color preview on white background

This text has color #AE917C on white background.



Black color preview on #AE917C background

This text has black color on #AE917C background.


White color preview on #AE917C background

This text has white color on #AE917C background.