COLOR #AE7F7D

HEX: #AE7F7D
RGB: (174,127,125)

Color info

#AE7F7D contains red, green and blue colors in about the same proportion. Web safe color of #AE7F7D is #996666 (or #966).

RGB color model

#AE7F7D color RGB value is (174,127,125).

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

RGB channels and saturation

R 174 of 255 = 68%
G 127 of 255 = 50%
B 125 of 255 = 49%

174
127
125

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

Portions of RGB colors in percentages

R + G + B =
174 + 127 + 125 = 426 (100%)
R 174 of 426 ~ 40.85%
G 127 of 426 ~ 29.81%
B 125 of 426 ~ 29.34%

%40.85
%29.81
%29.34

CMYK color model

#AE7F7D color CMYK value is (0,27,28,32).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 28.16%
  • key color value is 31.76%
CMYK:
(0,27,28,32)
C0M27Y28K32 
(0%,27%,28%,32%)
(0.00/0.27/0.28/0.32)	

CMYK percentages

%0
%27.01
%28.16
%31.76

Codes

Color #AE7F7D in popluar color models

AE7F7D
RGB174127125
HSL23.22%58.63%
HSB/HSV28.16%68.24%
CMYK0.00%27.01%28.16%
31.76%

Color #AE7F7D in popluar number systems.

HEXAE7F7D
Decimal174127125
Binary1010111011111111111101
Octal256177175

Shades and tints

Shades of #AE7F7D

#AE7F7D
(174,127,125)
#9F7472
(159,116,114)
#906967
(144,105,103)
#815E5C
(129,94,92)
#725351
(114,83,81)
#634846
(99,72,70)
#543D3B
(84,61,59)
#453230
(69,50,48)
#362725
(54,39,37)
#271C1A
(39,28,26)
#18110F
(24,17,15)
#000000
(0,0,0)

Tints of #AE7F7D

#AE7F7D
(174,127,125)
#B58A88
(181,138,136)
#BC9593
(188,149,147)
#C3A09E
(195,160,158)
#CAABA9
(202,171,169)
#D1B6B4
(209,182,180)
#D8C1BF
(216,193,191)
#DFCCCA
(223,204,202)
#E6D7D5
(230,215,213)
#EDE2E0
(237,226,224)
#F4EDEB
(244,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7F7D; }

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

This text font color is #AE7F7D.


Background Color

.myBgColor { background-color: #AE7F7D; }

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

This div background color is #AE7F7D.


Border color

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

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

This div border color is #AE7F7D.


Opacity

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

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

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

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

This text has shadow with #AE7F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7F7D on black background.


Color preview on white background

This text has color #AE7F7D on white background.



Black color preview on #AE7F7D background

This text has black color on #AE7F7D background.


White color preview on #AE7F7D background

This text has white color on #AE7F7D background.