COLOR #AE7270

HEX: #AE7270 RGB: (174,114,112)

Color info

#AE7270 contains mainly red color. Web safe color of #AE7270 is #996666 (or #966).

RGB color model

#AE7270 color RGB value is (174,114,112).

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

RGB channels and saturation

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

174
114
112

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

Portions of RGB colors in percentages

R + G + B = 174 + 114 + 112 = 400 (100%)
R 174 of 400 ~ 43.5%
G 114 of 400 ~ 28.5%
B 112 of 400 ~ 28'%

%43.5
%28.5
%28

CMYK color model

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

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

Codes

Color #AE7270 in popluar color models

AE 72 70
RGB 174 114 112
HSL 27.68% 56.08%
HSB/HSV 35.63% 68.24%
CMYK 0.00% 34.48% 35.63%
31.76%

Color #AE7270 in popluar number systems.

HEX AE 72 70
Decimal 174 114 112
Binary 10101110 1110010 1110000
Octal 256 162 160

Shades and tints

Shades of #AE7270

#AE7270
(174,114,112)
#9F6866
(159,104,102)
#905E5C
(144,94,92)
#815452
(129,84,82)
#724A48
(114,74,72)
#63403E
(99,64,62)
#543634
(84,54,52)
#452C2A
(69,44,42)
#362220
(54,34,32)
#271816
(39,24,22)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #AE7270

#AE7270
(174,114,112)
#B57E7D
(181,126,125)
#BC8A8A
(188,138,138)
#C39697
(195,150,151)
#CAA2A4
(202,162,164)
#D1AEB1
(209,174,177)
#D8BABE
(216,186,190)
#DFC6CB
(223,198,203)
#E6D2D8
(230,210,216)
#EDDEE5
(237,222,229)
#F4EAF2
(244,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7270; }

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

This text font color is #AE7270.

Background Color

.myBgColor { background-color: #AE7270; }

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

This div background color is #AE7270.

Border color

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

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

This div border color is #AE7270.

Opacity

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

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

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

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

This text has shadow with #AE7270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7270.

Preview

Color preview on black background

This text has color #AE7270 on black background.


Color preview on white background

This text has color #AE7270 on white background.


Black color preview on #AE7270 background

This text has black color on #AE7270 background.


White color preview on #AE7270 background

This text has white color on #AE7270 background.


Related colors

Complementary color

Complementary color for #hex is #518D8F.


I love getcolorcode.com

Triadic colors

1 #70AE72 and #7270AE with #AE7270 are triadic colors.

2 #7072AE and #72AE70 with #AE7270 are triadic colors.