COLOR #AE8F6C

HEX: #AE8F6C
RGB: (174,143,108)

Color info

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

RGB color model

#AE8F6C color RGB value is (174,143,108).

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

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 108 of 255 = 42%

174
143
108

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

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 108 = 425 (100%)
R 174 of 425 ~ 40.94%
G 143 of 425 ~ 33.65%
B 108 of 425 ~ 25.41%

%40.94
%33.65
%25.41

CMYK color model

#AE8F6C color CMYK value is (0,18,38,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 37.93%
  • key color value is 31.76%
CMYK:
(0,18,38,32)
C0M18Y38K32 
(0%,18%,38%,32%)
(0.00/0.18/0.38/0.32)	

CMYK percentages

%0
%17.82
%37.93
%31.76

Codes

Color #AE8F6C in popluar color models

AE8F6C
RGB174143108
HSL32°28.95%55.29%
HSB/HSV32°37.93%68.24%
CMYK0.00%17.82%37.93%
31.76%

Color #AE8F6C in popluar number systems.

HEXAE8F6C
Decimal174143108
Binary10101110100011111101100
Octal256217154

Shades and tints

Shades of #AE8F6C

#AE8F6C
(174,143,108)
#9F8263
(159,130,99)
#90755A
(144,117,90)
#816851
(129,104,81)
#725B48
(114,91,72)
#634E3F
(99,78,63)
#544136
(84,65,54)
#45342D
(69,52,45)
#362724
(54,39,36)
#271A1B
(39,26,27)
#180D12
(24,13,18)
#000000
(0,0,0)

Tints of #AE8F6C

#AE8F6C
(174,143,108)
#B59979
(181,153,121)
#BCA386
(188,163,134)
#C3AD93
(195,173,147)
#CAB7A0
(202,183,160)
#D1C1AD
(209,193,173)
#D8CBBA
(216,203,186)
#DFD5C7
(223,213,199)
#E6DFD4
(230,223,212)
#EDE9E1
(237,233,225)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8F6C; }

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

This text font color is #AE8F6C.


Background Color

.myBgColor { background-color: #AE8F6C; }

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

This div background color is #AE8F6C.


Border color

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

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

This div border color is #AE8F6C.


Opacity

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

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

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

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

This text has shadow with #AE8F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8F6C on black background.


Color preview on white background

This text has color #AE8F6C on white background.



Black color preview on #AE8F6C background

This text has black color on #AE8F6C background.


White color preview on #AE8F6C background

This text has white color on #AE8F6C background.