COLOR #AE7F81

HEX: #AE7F81 RGB: (174,127,129)

Color info

#AE7F81 contains red, green and blue colors in about the same proportion. Web safe color of #AE7F81 is #996699 (or #969).

RGB color model

#AE7F81 color RGB value is (174,127,129).

RGB: (174,127,129) (68%, 50%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 127 of 255 = 50%
B 129 of 255 = 51%

174
127
129

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

Portions of RGB colors in percentages

R + G + B = 174 + 127 + 129 = 430 (100%)
R 174 of 430 ~ 40.47%
G 127 of 430 ~ 29.53%
B 129 of 430 ~ 30'%

%40.47
%29.53
%30

CMYK color model

#AE7F81 color CMYK value is (0,27,26,32).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 25.86%
  • key color value is 31.76%

CMYK: (0,27,26,32)
C0M27Y26K32 (0%, 27%, 26%, 32%)
(0.00 / 0.27 / 0.26 / 0.32)

CMYK percentages

%0
%27.01
%25.86
%31.76

Codes

Color #AE7F81 in popluar color models

AE 7F 81
RGB 174 127 129
HSL 357° 22.49% 59.02%
HSB/HSV 357° 27.01% 68.24%
CMYK 0.00% 27.01% 25.86%
31.76%

Color #AE7F81 in popluar number systems.

HEX AE 7F 81
Decimal 174 127 129
Binary 10101110 1111111 10000001
Octal 256 177 201

Shades and tints

Shades of #AE7F81

#AE7F81
(174,127,129)
#9F7476
(159,116,118)
#90696B
(144,105,107)
#815E60
(129,94,96)
#725355
(114,83,85)
#63484A
(99,72,74)
#543D3F
(84,61,63)
#453234
(69,50,52)
#362729
(54,39,41)
#271C1E
(39,28,30)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AE7F81

#AE7F81
(174,127,129)
#B58A8C
(181,138,140)
#BC9597
(188,149,151)
#C3A0A2
(195,160,162)
#CAABAD
(202,171,173)
#D1B6B8
(209,182,184)
#D8C1C3
(216,193,195)
#DFCCCE
(223,204,206)
#E6D7D9
(230,215,217)
#EDE2E4
(237,226,228)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7F81; }

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

This text font color is #AE7F81.

Background Color

.myBgColor { background-color: #AE7F81; }

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

This div background color is #AE7F81.

Border color

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

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

This div border color is #AE7F81.

Opacity

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

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

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

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

This text has shadow with #AE7F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7F81.

Preview

Color preview on black background

This text has color #AE7F81 on black background.


Color preview on white background

This text has color #AE7F81 on white background.


Black color preview on #AE7F81 background

This text has black color on #AE7F81 background.


White color preview on #AE7F81 background

This text has white color on #AE7F81 background.


Related colors

Complementary color

Complementary color for #hex is #51807E.


I love getcolorcode.com

Triadic colors

1 #81AE7F and #7F81AE with #AE7F81 are triadic colors.

2 #817FAE and #7FAE81 with #AE7F81 are triadic colors.