COLOR #AE907F

HEX: #AE907F
RGB: (174,144,127)

Color info

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

RGB color model

#AE907F color RGB value is (174,144,127).

  • red value is 174;
  • green value is 144;
  • blue value is 127.
RGB:
(174,144,127)
(68%,56%,50%)

RGB channels and saturation

R 174 of 255 = 68%
G 144 of 255 = 56%
B 127 of 255 = 50%

174
144
127

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

Portions of RGB colors in percentages

R + G + B =
174 + 144 + 127 = 445 (100%)
R 174 of 445 ~ 39.1%
G 144 of 445 ~ 32.36%
B 127 of 445 ~ 28.54%

%39.1
%32.36
%28.54

CMYK color model

#AE907F color CMYK value is (0,17,27,32).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(0,17,27,32)
C0M17Y27K32 
(0%,17%,27%,32%)
(0.00/0.17/0.27/0.32)	

CMYK percentages

%0
%17.24
%27.01
%31.76

Codes

Color #AE907F in popluar color models

AE907F
RGB174144127
HSL22°22.49%59.02%
HSB/HSV22°27.01%68.24%
CMYK0.00%17.24%27.01%
31.76%

Color #AE907F in popluar number systems.

HEXAE907F
Decimal174144127
Binary10101110100100001111111
Octal256220177

Shades and tints

Shades of #AE907F

#AE907F
(174,144,127)
#9F8374
(159,131,116)
#907669
(144,118,105)
#81695E
(129,105,94)
#725C53
(114,92,83)
#634F48
(99,79,72)
#54423D
(84,66,61)
#453532
(69,53,50)
#362827
(54,40,39)
#271B1C
(39,27,28)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #AE907F

#AE907F
(174,144,127)
#B59A8A
(181,154,138)
#BCA495
(188,164,149)
#C3AEA0
(195,174,160)
#CAB8AB
(202,184,171)
#D1C2B6
(209,194,182)
#D8CCC1
(216,204,193)
#DFD6CC
(223,214,204)
#E6E0D7
(230,224,215)
#EDEAE2
(237,234,226)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE907F color. Also use rgb(174,144,127) instead hex code.

Text Font Color

.myTextColor { color: #AE907F; }

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

This text font color is #AE907F.


Background Color

.myBgColor { background-color: #AE907F; }

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

This div background color is #AE907F.


Border color

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

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

This div border color is #AE907F.


Opacity

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

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

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

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

This text has shadow with #AE907F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE907F on black background.


Color preview on white background

This text has color #AE907F on white background.



Black color preview on #AE907F background

This text has black color on #AE907F background.


White color preview on #AE907F background

This text has white color on #AE907F background.