COLOR #AE7074

HEX: #AE7074 RGB: (174,112,116)

Color info

#AE7074 contains mainly red and blue colors. Web safe color of #AE7074 is #996666 (or #966).

RGB color model

#AE7074 color RGB value is (174,112,116).

RGB: (174,112,116) (68%, 44%, 45%)

RGB channels and saturation

R 174 of 255 = 68%
G 112 of 255 = 44%
B 116 of 255 = 45%

174
112
116

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

Portions of RGB colors in percentages

R + G + B = 174 + 112 + 116 = 402 (100%)
R 174 of 402 ~ 43.28%
G 112 of 402 ~ 27.86%
B 116 of 402 ~ 28.86'%

%43.28
%27.86
%28.86

CMYK color model

#AE7074 color CMYK value is (0,36,33,32).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 33.33%
  • key color value is 31.76%

CMYK: (0,36,33,32)
C0M36Y33K32 (0%, 36%, 33%, 32%)
(0.00 / 0.36 / 0.33 / 0.32)

CMYK percentages

%0
%35.63
%33.33
%31.76

Codes

Color #AE7074 in popluar color models

AE 70 74
RGB 174 112 116
HSL 356° 27.68% 56.08%
HSB/HSV 356° 35.63% 68.24%
CMYK 0.00% 35.63% 33.33%
31.76%

Color #AE7074 in popluar number systems.

HEX AE 70 74
Decimal 174 112 116
Binary 10101110 1110000 1110100
Octal 256 160 164

Shades and tints

Shades of #AE7074

#AE7074
(174,112,116)
#9F666A
(159,102,106)
#905C60
(144,92,96)
#815256
(129,82,86)
#72484C
(114,72,76)
#633E42
(99,62,66)
#543438
(84,52,56)
#452A2E
(69,42,46)
#362024
(54,32,36)
#27161A
(39,22,26)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #AE7074

#AE7074
(174,112,116)
#B57D80
(181,125,128)
#BC8A8C
(188,138,140)
#C39798
(195,151,152)
#CAA4A4
(202,164,164)
#D1B1B0
(209,177,176)
#D8BEBC
(216,190,188)
#DFCBC8
(223,203,200)
#E6D8D4
(230,216,212)
#EDE5E0
(237,229,224)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7074; }

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

This text font color is #AE7074.

Background Color

.myBgColor { background-color: #AE7074; }

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

This div background color is #AE7074.

Border color

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

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

This div border color is #AE7074.

Opacity

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

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

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

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

This text has shadow with #AE7074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7074.

Preview

Color preview on black background

This text has color #AE7074 on black background.


Color preview on white background

This text has color #AE7074 on white background.


Black color preview on #AE7074 background

This text has black color on #AE7074 background.


White color preview on #AE7074 background

This text has white color on #AE7074 background.


Related colors

Complementary color

Complementary color for #hex is #518F8B.


I love getcolorcode.com

Triadic colors

1 #74AE70 and #7074AE with #AE7074 are triadic colors.

2 #7470AE and #70AE74 with #AE7074 are triadic colors.