COLOR #AE7376

HEX: #AE7376 RGB: (174,115,118)

Color info

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

RGB color model

#AE7376 color RGB value is (174,115,118).

RGB: (174,115,118) (68%, 45%, 46%)

RGB channels and saturation

R 174 of 255 = 68%
G 115 of 255 = 45%
B 118 of 255 = 46%

174
115
118

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

Portions of RGB colors in percentages

R + G + B = 174 + 115 + 118 = 407 (100%)
R 174 of 407 ~ 42.75%
G 115 of 407 ~ 28.26%
B 118 of 407 ~ 28.99'%

%42.75
%28.26
%28.99

CMYK color model

#AE7376 color CMYK value is (0,34,32,32).

  • cyan value is 0.00%
  • magenta value is 33.91%
  • yellow value is 32.18%
  • key color value is 31.76%

CMYK: (0,34,32,32)
C0M34Y32K32 (0%, 34%, 32%, 32%)
(0.00 / 0.34 / 0.32 / 0.32)

CMYK percentages

%0
%33.91
%32.18
%31.76

Codes

Color #AE7376 in popluar color models

AE 73 76
RGB 174 115 118
HSL 357° 26.70% 56.67%
HSB/HSV 357° 33.91% 68.24%
CMYK 0.00% 33.91% 32.18%
31.76%

Color #AE7376 in popluar number systems.

HEX AE 73 76
Decimal 174 115 118
Binary 10101110 1110011 1110110
Octal 256 163 166

Shades and tints

Shades of #AE7376

#AE7376
(174,115,118)
#9F696C
(159,105,108)
#905F62
(144,95,98)
#815558
(129,85,88)
#724B4E
(114,75,78)
#634144
(99,65,68)
#54373A
(84,55,58)
#452D30
(69,45,48)
#362326
(54,35,38)
#27191C
(39,25,28)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #AE7376

#AE7376
(174,115,118)
#B57F82
(181,127,130)
#BC8B8E
(188,139,142)
#C3979A
(195,151,154)
#CAA3A6
(202,163,166)
#D1AFB2
(209,175,178)
#D8BBBE
(216,187,190)
#DFC7CA
(223,199,202)
#E6D3D6
(230,211,214)
#EDDFE2
(237,223,226)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7376; }

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

This text font color is #AE7376.

Background Color

.myBgColor { background-color: #AE7376; }

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

This div background color is #AE7376.

Border color

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

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

This div border color is #AE7376.

Opacity

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

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

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

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

This text has shadow with #AE7376 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7376.

Preview

Color preview on black background

This text has color #AE7376 on black background.


Color preview on white background

This text has color #AE7376 on white background.


Black color preview on #AE7376 background

This text has black color on #AE7376 background.


White color preview on #AE7376 background

This text has white color on #AE7376 background.


Related colors

Complementary color

Complementary color for #hex is #518C89.


I love getcolorcode.com

Triadic colors

1 #76AE73 and #7376AE with #AE7376 are triadic colors.

2 #7673AE and #73AE76 with #AE7376 are triadic colors.