COLOR #AE7370

HEX: #AE7370 RGB: (174,115,112)

Color info

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

RGB color model

#AE7370 color RGB value is (174,115,112).

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

RGB channels and saturation

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

174
115
112

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

Portions of RGB colors in percentages

R + G + B = 174 + 115 + 112 = 401 (100%)
R 174 of 401 ~ 43.39%
G 115 of 401 ~ 28.68%
B 112 of 401 ~ 27.93'%

%43.39
%28.68
%27.93

CMYK color model

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

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

CMYK: (0,34,36,32)
C0M34Y36K32 (0%, 34%, 36%, 32%)
(0.00 / 0.34 / 0.36 / 0.32)

CMYK percentages

%0
%33.91
%35.63
%31.76

Codes

Color #AE7370 in popluar color models

AE 73 70
RGB 174 115 112
HSL 27.68% 56.08%
HSB/HSV 35.63% 68.24%
CMYK 0.00% 33.91% 35.63%
31.76%

Color #AE7370 in popluar number systems.

HEX AE 73 70
Decimal 174 115 112
Binary 10101110 1110011 1110000
Octal 256 163 160

Shades and tints

Shades of #AE7370

#AE7370
(174,115,112)
#9F6966
(159,105,102)
#905F5C
(144,95,92)
#815552
(129,85,82)
#724B48
(114,75,72)
#63413E
(99,65,62)
#543734
(84,55,52)
#452D2A
(69,45,42)
#362320
(54,35,32)
#271916
(39,25,22)
#180F0C
(24,15,12)
#000000
(0,0,0)

Tints of #AE7370

#AE7370
(174,115,112)
#B57F7D
(181,127,125)
#BC8B8A
(188,139,138)
#C39797
(195,151,151)
#CAA3A4
(202,163,164)
#D1AFB1
(209,175,177)
#D8BBBE
(216,187,190)
#DFC7CB
(223,199,203)
#E6D3D8
(230,211,216)
#EDDFE5
(237,223,229)
#F4EBF2
(244,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7370; }

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

This text font color is #AE7370.

Background Color

.myBgColor { background-color: #AE7370; }

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

This div background color is #AE7370.

Border color

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

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

This div border color is #AE7370.

Opacity

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

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

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

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

This text has shadow with #AE7370 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7370.

Preview

Color preview on black background

This text has color #AE7370 on black background.


Color preview on white background

This text has color #AE7370 on white background.


Black color preview on #AE7370 background

This text has black color on #AE7370 background.


White color preview on #AE7370 background

This text has white color on #AE7370 background.


Related colors

Complementary color

Complementary color for #hex is #518C8F.


I love getcolorcode.com

Triadic colors

1 #70AE73 and #7370AE with #AE7370 are triadic colors.

2 #7073AE and #73AE70 with #AE7370 are triadic colors.