COLOR #AE917E

HEX: #AE917E
RGB: (174,145,126)

Color info

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

RGB color model

#AE917E color RGB value is (174,145,126).

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

RGB channels and saturation

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

174
145
126

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

Portions of RGB colors in percentages

R + G + B =
174 + 145 + 126 = 445 (100%)
R 174 of 445 ~ 39.1%
G 145 of 445 ~ 32.58%
B 126 of 445 ~ 28.31%

%39.1
%32.58
%28.31

CMYK color model

#AE917E color CMYK value is (0,17,28,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 27.59%
  • key color value is 31.76%
CMYK:
(0,17,28,32)
C0M17Y28K32 
(0%,17%,28%,32%)
(0.00/0.17/0.28/0.32)	

CMYK percentages

%0
%16.67
%27.59
%31.76

Codes

Color #AE917E in popluar color models

AE917E
RGB174145126
HSL24°22.86%58.82%
HSB/HSV24°27.59%68.24%
CMYK0.00%16.67%27.59%
31.76%

Color #AE917E in popluar number systems.

HEXAE917E
Decimal174145126
Binary10101110100100011111110
Octal256221176

Shades and tints

Shades of #AE917E

#AE917E
(174,145,126)
#9F8473
(159,132,115)
#907768
(144,119,104)
#816A5D
(129,106,93)
#725D52
(114,93,82)
#635047
(99,80,71)
#54433C
(84,67,60)
#453631
(69,54,49)
#362926
(54,41,38)
#271C1B
(39,28,27)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AE917E

#AE917E
(174,145,126)
#B59B89
(181,155,137)
#BCA594
(188,165,148)
#C3AF9F
(195,175,159)
#CAB9AA
(202,185,170)
#D1C3B5
(209,195,181)
#D8CDC0
(216,205,192)
#DFD7CB
(223,215,203)
#E6E1D6
(230,225,214)
#EDEBE1
(237,235,225)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE917E; }

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

This text font color is #AE917E.


Background Color

.myBgColor { background-color: #AE917E; }

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

This div background color is #AE917E.


Border color

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

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

This div border color is #AE917E.


Opacity

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

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

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

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

This text has shadow with #AE917E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE917E on black background.


Color preview on white background

This text has color #AE917E on white background.



Black color preview on #AE917E background

This text has black color on #AE917E background.


White color preview on #AE917E background

This text has white color on #AE917E background.