COLOR #AE7780

HEX: #AE7780 RGB: (174,119,128)

Color info

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

RGB color model

#AE7780 color RGB value is (174,119,128).

RGB: (174,119,128) (68%, 47%, 50%)

RGB channels and saturation

R 174 of 255 = 68%
G 119 of 255 = 47%
B 128 of 255 = 50%

174
119
128

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

Portions of RGB colors in percentages

R + G + B = 174 + 119 + 128 = 421 (100%)
R 174 of 421 ~ 41.33%
G 119 of 421 ~ 28.27%
B 128 of 421 ~ 30.4'%

%41.33
%28.27
%30.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.61%
  • yellow value is 26.44%
  • key color value is 31.76%

CMYK: (0,32,26,32)
C0M32Y26K32 (0%, 32%, 26%, 32%)
(0.00 / 0.32 / 0.26 / 0.32)

CMYK percentages

%0
%31.61
%26.44
%31.76

Codes

Color #AE7780 in popluar color models

AE 77 80
RGB 174 119 128
HSL 350° 25.35% 57.45%
HSB/HSV 350° 31.61% 68.24%
CMYK 0.00% 31.61% 26.44%
31.76%

Color #AE7780 in popluar number systems.

HEX AE 77 80
Decimal 174 119 128
Binary 10101110 1110111 10000000
Octal 256 167 200

Shades and tints

Shades of #AE7780

#AE7780
(174,119,128)
#9F6D75
(159,109,117)
#90636A
(144,99,106)
#81595F
(129,89,95)
#724F54
(114,79,84)
#634549
(99,69,73)
#543B3E
(84,59,62)
#453133
(69,49,51)
#362728
(54,39,40)
#271D1D
(39,29,29)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AE7780

#AE7780
(174,119,128)
#B5838B
(181,131,139)
#BC8F96
(188,143,150)
#C39BA1
(195,155,161)
#CAA7AC
(202,167,172)
#D1B3B7
(209,179,183)
#D8BFC2
(216,191,194)
#DFCBCD
(223,203,205)
#E6D7D8
(230,215,216)
#EDE3E3
(237,227,227)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7780 color. Also use rgb(174,119,128) instead hex code.

Text Font Color

.myTextColor { color: #AE7780; }

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

This text font color is #AE7780.

Background Color

.myBgColor { background-color: #AE7780; }

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

This div background color is #AE7780.

Border color

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

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

This div border color is #AE7780.

Opacity

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

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

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

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

This text has shadow with #AE7780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7780.

Preview

Color preview on black background

This text has color #AE7780 on black background.


Color preview on white background

This text has color #AE7780 on white background.


Black color preview on #AE7780 background

This text has black color on #AE7780 background.


White color preview on #AE7780 background

This text has white color on #AE7780 background.


Related colors

Complementary color

Complementary color for #hex is #51887F.


I love getcolorcode.com

Triadic colors

1 #80AE77 and #7780AE with #AE7780 are triadic colors.

2 #8077AE and #77AE80 with #AE7780 are triadic colors.