COLOR #AE7D6F

HEX: #AE7D6F RGB: (174,125,111)

Color info

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

RGB color model

#AE7D6F color RGB value is (174,125,111).

RGB: (174,125,111) (68%, 49%, 44%)

RGB channels and saturation

R 174 of 255 = 68%
G 125 of 255 = 49%
B 111 of 255 = 44%

174
125
111

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

Portions of RGB colors in percentages

R + G + B = 174 + 125 + 111 = 410 (100%)
R 174 of 410 ~ 42.44%
G 125 of 410 ~ 30.49%
B 111 of 410 ~ 27.07'%

%42.44
%30.49
%27.07

CMYK color model

#AE7D6F color CMYK value is (0,28,36,32).

  • cyan value is 0.00%
  • magenta value is 28.16%
  • yellow value is 36.21%
  • key color value is 31.76%

CMYK: (0,28,36,32)
C0M28Y36K32 (0%, 28%, 36%, 32%)
(0.00 / 0.28 / 0.36 / 0.32)

CMYK percentages

%0
%28.16
%36.21
%31.76

Codes

Color #AE7D6F in popluar color models

AE 7D 6F
RGB 174 125 111
HSL 13° 28.00% 55.88%
HSB/HSV 13° 36.21% 68.24%
CMYK 0.00% 28.16% 36.21%
31.76%

Color #AE7D6F in popluar number systems.

HEX AE 7D 6F
Decimal 174 125 111
Binary 10101110 1111101 1101111
Octal 256 175 157

Shades and tints

Shades of #AE7D6F

#AE7D6F
(174,125,111)
#9F7265
(159,114,101)
#90675B
(144,103,91)
#815C51
(129,92,81)
#725147
(114,81,71)
#63463D
(99,70,61)
#543B33
(84,59,51)
#453029
(69,48,41)
#36251F
(54,37,31)
#271A15
(39,26,21)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #AE7D6F

#AE7D6F
(174,125,111)
#B5887C
(181,136,124)
#BC9389
(188,147,137)
#C39E96
(195,158,150)
#CAA9A3
(202,169,163)
#D1B4B0
(209,180,176)
#D8BFBD
(216,191,189)
#DFCACA
(223,202,202)
#E6D5D7
(230,213,215)
#EDE0E4
(237,224,228)
#F4EBF1
(244,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7D6F color. Also use rgb(174,125,111) instead hex code.

Text Font Color

.myTextColor { color: #AE7D6F; }

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

This text font color is #AE7D6F.

Background Color

.myBgColor { background-color: #AE7D6F; }

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

This div background color is #AE7D6F.

Border color

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

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

This div border color is #AE7D6F.

Opacity

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

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

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

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

This text has shadow with #AE7D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE7D6F.

Preview

Color preview on black background

This text has color #AE7D6F on black background.


Color preview on white background

This text has color #AE7D6F on white background.


Black color preview on #AE7D6F background

This text has black color on #AE7D6F background.


White color preview on #AE7D6F background

This text has white color on #AE7D6F background.


Related colors

Complementary color

Complementary color for #hex is #518290.


I love getcolorcode.com

Triadic colors

1 #6FAE7D and #7D6FAE with #AE7D6F are triadic colors.

2 #6F7DAE and #7DAE6F with #AE7D6F are triadic colors.