COLOR #AE726C

HEX: #AE726C RGB: (174,114,108)

Color info

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

RGB color model

#AE726C color RGB value is (174,114,108).

RGB: (174,114,108) (68%, 45%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 114 of 255 = 45%
B 108 of 255 = 42%

174
114
108

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

Portions of RGB colors in percentages

R + G + B = 174 + 114 + 108 = 396 (100%)
R 174 of 396 ~ 43.94%
G 114 of 396 ~ 28.79%
B 108 of 396 ~ 27.27'%

%43.94
%28.79
%27.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.48%
  • yellow value is 37.93%
  • key color value is 31.76%

CMYK: (0,34,38,32)
C0M34Y38K32 (0%, 34%, 38%, 32%)
(0.00 / 0.34 / 0.38 / 0.32)

CMYK percentages

%0
%34.48
%37.93
%31.76

Codes

Color #AE726C in popluar color models

AE 72 6C
RGB 174 114 108
HSL 28.95% 55.29%
HSB/HSV 37.93% 68.24%
CMYK 0.00% 34.48% 37.93%
31.76%

Color #AE726C in popluar number systems.

HEX AE 72 6C
Decimal 174 114 108
Binary 10101110 1110010 1101100
Octal 256 162 154

Shades and tints

Shades of #AE726C

#AE726C
(174,114,108)
#9F6863
(159,104,99)
#905E5A
(144,94,90)
#815451
(129,84,81)
#724A48
(114,74,72)
#63403F
(99,64,63)
#543636
(84,54,54)
#452C2D
(69,44,45)
#362224
(54,34,36)
#27181B
(39,24,27)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #AE726C

#AE726C
(174,114,108)
#B57E79
(181,126,121)
#BC8A86
(188,138,134)
#C39693
(195,150,147)
#CAA2A0
(202,162,160)
#D1AEAD
(209,174,173)
#D8BABA
(216,186,186)
#DFC6C7
(223,198,199)
#E6D2D4
(230,210,212)
#EDDEE1
(237,222,225)
#F4EAEE
(244,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE726C; }

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

This text font color is #AE726C.

Background Color

.myBgColor { background-color: #AE726C; }

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

This div background color is #AE726C.

Border color

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

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

This div border color is #AE726C.

Opacity

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

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

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

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

This text has shadow with #AE726C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE726C.

Preview

Color preview on black background

This text has color #AE726C on black background.


Color preview on white background

This text has color #AE726C on white background.


Black color preview on #AE726C background

This text has black color on #AE726C background.


White color preview on #AE726C background

This text has white color on #AE726C background.


Related colors

Complementary color

Complementary color for #hex is #518D93.


I love getcolorcode.com

Triadic colors

1 #6CAE72 and #726CAE with #AE726C are triadic colors.

2 #6C72AE and #72AE6C with #AE726C are triadic colors.