COLOR #AE7777

HEX: #AE7777 RGB: (174,119,119)

Color info

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

RGB color model

#AE7777 color RGB value is (174,119,119).

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

RGB channels and saturation

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

174
119
119

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

Portions of RGB colors in percentages

R + G + B = 174 + 119 + 119 = 412 (100%)
R 174 of 412 ~ 42.23%
G 119 of 412 ~ 28.88%
B 119 of 412 ~ 28.88'%

%42.23
%28.88
%28.88

CMYK color model

#AE7777 color CMYK value is (0,32,32,32).

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

CMYK: (0,32,32,32)
C0M32Y32K32 (0%, 32%, 32%, 32%)
(0.00 / 0.32 / 0.32 / 0.32)

CMYK percentages

%0
%31.61
%31.61
%31.76

Codes

Color #AE7777 in popluar color models

AE 77 77
RGB 174 119 119
HSL 25.35% 57.45%
HSB/HSV 31.61% 68.24%
CMYK 0.00% 31.61% 31.61%
31.76%

Color #AE7777 in popluar number systems.

HEX AE 77 77
Decimal 174 119 119
Binary 10101110 1110111 1110111
Octal 256 167 167

Shades and tints

Shades of #AE7777

#AE7777
(174,119,119)
#9F6D6D
(159,109,109)
#906363
(144,99,99)
#815959
(129,89,89)
#724F4F
(114,79,79)
#634545
(99,69,69)
#543B3B
(84,59,59)
#453131
(69,49,49)
#362727
(54,39,39)
#271D1D
(39,29,29)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #AE7777

#AE7777
(174,119,119)
#B58383
(181,131,131)
#BC8F8F
(188,143,143)
#C39B9B
(195,155,155)
#CAA7A7
(202,167,167)
#D1B3B3
(209,179,179)
#D8BFBF
(216,191,191)
#DFCBCB
(223,203,203)
#E6D7D7
(230,215,215)
#EDE3E3
(237,227,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7777; }

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

This text font color is #AE7777.

Background Color

.myBgColor { background-color: #AE7777; }

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

This div background color is #AE7777.

Border color

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

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

This div border color is #AE7777.

Opacity

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

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

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

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

This text has shadow with #AE7777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7777.

Preview

Color preview on black background

This text has color #AE7777 on black background.


Color preview on white background

This text has color #AE7777 on white background.


Black color preview on #AE7777 background

This text has black color on #AE7777 background.


White color preview on #AE7777 background

This text has white color on #AE7777 background.


Related colors

Complementary color

Complementary color for #hex is #518888.


I love getcolorcode.com