COLOR #AE8F81

HEX: #AE8F81
RGB: (174,143,129)

Color info

#AE8F81 contains red, green and blue colors in about the same proportion. Web safe color of #AE8F81 is #999999 (or #999).

RGB color model

#AE8F81 color RGB value is (174,143,129).

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

RGB channels and saturation

R 174 of 255 = 68%
G 143 of 255 = 56%
B 129 of 255 = 51%

174
143
129

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

Portions of RGB colors in percentages

R + G + B =
174 + 143 + 129 = 446 (100%)
R 174 of 446 ~ 39.01%
G 143 of 446 ~ 32.06%
B 129 of 446 ~ 28.92%

%39.01
%32.06
%28.92

CMYK color model

#AE8F81 color CMYK value is (0,18,26,32).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 25.86%
  • key color value is 31.76%
CMYK:
(0,18,26,32)
C0M18Y26K32 
(0%,18%,26%,32%)
(0.00/0.18/0.26/0.32)	

CMYK percentages

%0
%17.82
%25.86
%31.76

Codes

Color #AE8F81 in popluar color models

AE8F81
RGB174143129
HSL19°21.74%59.41%
HSB/HSV19°25.86%68.24%
CMYK0.00%17.82%25.86%
31.76%

Color #AE8F81 in popluar number systems.

HEXAE8F81
Decimal174143129
Binary101011101000111110000001
Octal256217201

Shades and tints

Shades of #AE8F81

#AE8F81
(174,143,129)
#9F8276
(159,130,118)
#90756B
(144,117,107)
#816860
(129,104,96)
#725B55
(114,91,85)
#634E4A
(99,78,74)
#54413F
(84,65,63)
#453434
(69,52,52)
#362729
(54,39,41)
#271A1E
(39,26,30)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #AE8F81

#AE8F81
(174,143,129)
#B5998C
(181,153,140)
#BCA397
(188,163,151)
#C3ADA2
(195,173,162)
#CAB7AD
(202,183,173)
#D1C1B8
(209,193,184)
#D8CBC3
(216,203,195)
#DFD5CE
(223,213,206)
#E6DFD9
(230,223,217)
#EDE9E4
(237,233,228)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8F81; }

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

This text font color is #AE8F81.


Background Color

.myBgColor { background-color: #AE8F81; }

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

This div background color is #AE8F81.


Border color

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

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

This div border color is #AE8F81.


Opacity

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

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

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

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

This text has shadow with #AE8F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8F81 on black background.


Color preview on white background

This text has color #AE8F81 on white background.



Black color preview on #AE8F81 background

This text has black color on #AE8F81 background.


White color preview on #AE8F81 background

This text has white color on #AE8F81 background.