COLOR #AE8D6F

HEX: #AE8D6F RGB: (174,141,111)

Color info

#AE8D6F contains mainly red and green colors. Web safe color of #AE8D6F is #999966 (or #996).

RGB color model

#AE8D6F color RGB value is (174,141,111).

RGB: (174,141,111) (68%, 55%, 44%)

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 111 of 255 = 44%

174
141
111

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

Portions of RGB colors in percentages

R + G + B = 174 + 141 + 111 = 426 (100%)
R 174 of 426 ~ 40.85%
G 141 of 426 ~ 33.1%
B 111 of 426 ~ 26.06'%

%40.85
%33.1
%26.06

CMYK color model

#AE8D6F color CMYK value is (0,19,36,32).

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

CMYK: (0,19,36,32)
C0M19Y36K32 (0%, 19%, 36%, 32%)
(0.00 / 0.19 / 0.36 / 0.32)

CMYK percentages

%0
%18.97
%36.21
%31.76

Codes

Color #AE8D6F in popluar color models

AE 8D 6F
RGB 174 141 111
HSL 29° 28.00% 55.88%
HSB/HSV 29° 36.21% 68.24%
CMYK 0.00% 18.97% 36.21%
31.76%

Color #AE8D6F in popluar number systems.

HEX AE 8D 6F
Decimal 174 141 111
Binary 10101110 10001101 1101111
Octal 256 215 157

Shades and tints

Shades of #AE8D6F

#AE8D6F
(174,141,111)
#9F8165
(159,129,101)
#90755B
(144,117,91)
#816951
(129,105,81)
#725D47
(114,93,71)
#63513D
(99,81,61)
#544533
(84,69,51)
#453929
(69,57,41)
#362D1F
(54,45,31)
#272115
(39,33,21)
#18150B
(24,21,11)
#000000
(0,0,0)

Tints of #AE8D6F

#AE8D6F
(174,141,111)
#B5977C
(181,151,124)
#BCA189
(188,161,137)
#C3AB96
(195,171,150)
#CAB5A3
(202,181,163)
#D1BFB0
(209,191,176)
#D8C9BD
(216,201,189)
#DFD3CA
(223,211,202)
#E6DDD7
(230,221,215)
#EDE7E4
(237,231,228)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8D6F; }

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

This text font color is #AE8D6F.

Background Color

.myBgColor { background-color: #AE8D6F; }

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

This div background color is #AE8D6F.

Border color

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

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

This div border color is #AE8D6F.

Opacity

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

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

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

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

This text has shadow with #AE8D6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE8D6F.

Preview

Color preview on black background

This text has color #AE8D6F on black background.


Color preview on white background

This text has color #AE8D6F on white background.


Black color preview on #AE8D6F background

This text has black color on #AE8D6F background.


White color preview on #AE8D6F background

This text has white color on #AE8D6F background.


Related colors

Complementary color

Complementary color for #hex is #517290.


I love getcolorcode.com

Triadic colors

1 #6FAE8D and #8D6FAE with #AE8D6F are triadic colors.

2 #6F8DAE and #8DAE6F with #AE8D6F are triadic colors.