COLOR #AE7677

HEX: #AE7677
RGB: (174,118,119)

Color info

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

RGB color model

#AE7677 color RGB value is (174,118,119).

  • red value is 174;
  • green value is 118;
  • blue value is 119.
RGB:
(174,118,119)
(68%,46%,47%)

RGB channels and saturation

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

174
118
119

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

Portions of RGB colors in percentages

R + G + B =
174 + 118 + 119 = 411 (100%)
R 174 of 411 ~ 42.34%
G 118 of 411 ~ 28.71%
B 119 of 411 ~ 28.95%

%42.34
%28.71
%28.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.18%
  • 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
%32.18
%31.61
%31.76

Codes

Color #AE7677 in popluar color models

AE7677
RGB174118119
HSL359°25.69%57.25%
HSB/HSV359°32.18%68.24%
CMYK0.00%32.18%31.61%
31.76%

Color #AE7677 in popluar number systems.

HEXAE7677
Decimal174118119
Binary1010111011101101110111
Octal256166167

Shades and tints

Shades of #AE7677

#AE7677
(174,118,119)
#9F6C6D
(159,108,109)
#906263
(144,98,99)
#815859
(129,88,89)
#724E4F
(114,78,79)
#634445
(99,68,69)
#543A3B
(84,58,59)
#453031
(69,48,49)
#362627
(54,38,39)
#271C1D
(39,28,29)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AE7677

#AE7677
(174,118,119)
#B58283
(181,130,131)
#BC8E8F
(188,142,143)
#C39A9B
(195,154,155)
#CAA6A7
(202,166,167)
#D1B2B3
(209,178,179)
#D8BEBF
(216,190,191)
#DFCACB
(223,202,203)
#E6D6D7
(230,214,215)
#EDE2E3
(237,226,227)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7677; }

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

This text font color is #AE7677.


Background Color

.myBgColor { background-color: #AE7677; }

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

This div background color is #AE7677.


Border color

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

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

This div border color is #AE7677.


Opacity

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

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

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

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

This text has shadow with #AE7677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7677 on black background.


Color preview on white background

This text has color #AE7677 on white background.



Black color preview on #AE7677 background

This text has black color on #AE7677 background.


White color preview on #AE7677 background

This text has white color on #AE7677 background.