COLOR #AE8F6D

HEX: #AE8F6D
RGB: (174,143,109)

Color info

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

RGB color model

#AE8F6D color RGB value is (174,143,109).

  • red value is 174;
  • green value is 143;
  • blue value is 109.
RGB:
(174,143,109)
(68%,56%,43%)

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 109 of 255 = 43%

174
143
109

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

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 109 = 426 (100%)
R 174 of 426 ~ 40.85%
G 143 of 426 ~ 33.57%
B 109 of 426 ~ 25.59%

%40.85
%33.57
%25.59

CMYK color model

#AE8F6D color CMYK value is (0,18,37,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 37.36%
  • key color value is 31.76%
CMYK:
(0,18,37,32)
C0M18Y37K32 
(0%,18%,37%,32%)
(0.00/0.18/0.37/0.32)	

CMYK percentages

%0
%17.82
%37.36
%31.76

Codes

Color #AE8F6D in popluar color models

AE8F6D
RGB174143109
HSL31°28.63%55.49%
HSB/HSV31°37.36%68.24%
CMYK0.00%17.82%37.36%
31.76%

Color #AE8F6D in popluar number systems.

HEXAE8F6D
Decimal174143109
Binary10101110100011111101101
Octal256217155

Shades and tints

Shades of #AE8F6D

#AE8F6D
(174,143,109)
#9F8264
(159,130,100)
#90755B
(144,117,91)
#816852
(129,104,82)
#725B49
(114,91,73)
#634E40
(99,78,64)
#544137
(84,65,55)
#45342E
(69,52,46)
#362725
(54,39,37)
#271A1C
(39,26,28)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #AE8F6D

#AE8F6D
(174,143,109)
#B5997A
(181,153,122)
#BCA387
(188,163,135)
#C3AD94
(195,173,148)
#CAB7A1
(202,183,161)
#D1C1AE
(209,193,174)
#D8CBBB
(216,203,187)
#DFD5C8
(223,213,200)
#E6DFD5
(230,223,213)
#EDE9E2
(237,233,226)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8F6D color. Also use rgb(174,143,109) instead hex code.

Text Font Color

.myTextColor { color: #AE8F6D; }

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

This text font color is #AE8F6D.


Background Color

.myBgColor { background-color: #AE8F6D; }

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

This div background color is #AE8F6D.


Border color

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

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

This div border color is #AE8F6D.


Opacity

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

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

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

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

This text has shadow with #AE8F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8F6D on black background.


Color preview on white background

This text has color #AE8F6D on white background.



Black color preview on #AE8F6D background

This text has black color on #AE8F6D background.


White color preview on #AE8F6D background

This text has white color on #AE8F6D background.