COLOR #AE8E82

HEX: #AE8E82
RGB: (174,142,130)

Color info

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

RGB color model

#AE8E82 color RGB value is (174,142,130).

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

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 130 of 255 = 51%

174
142
130

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

Portions of RGB colors in percentages

R + G + B =
174 + 142 + 130 = 446 (100%)
R 174 of 446 ~ 39.01%
G 142 of 446 ~ 31.84%
B 130 of 446 ~ 29.15%

%39.01
%31.84
%29.15

CMYK color model

#AE8E82 color CMYK value is (0,18,25,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 25.29%
  • key color value is 31.76%
CMYK:
(0,18,25,32)
C0M18Y25K32 
(0%,18%,25%,32%)
(0.00/0.18/0.25/0.32)	

CMYK percentages

%0
%18.39
%25.29
%31.76

Codes

Color #AE8E82 in popluar color models

AE8E82
RGB174142130
HSL16°21.36%59.61%
HSB/HSV16°25.29%68.24%
CMYK0.00%18.39%25.29%
31.76%

Color #AE8E82 in popluar number systems.

HEXAE8E82
Decimal174142130
Binary101011101000111010000010
Octal256216202

Shades and tints

Shades of #AE8E82

#AE8E82
(174,142,130)
#9F8277
(159,130,119)
#90766C
(144,118,108)
#816A61
(129,106,97)
#725E56
(114,94,86)
#63524B
(99,82,75)
#544640
(84,70,64)
#453A35
(69,58,53)
#362E2A
(54,46,42)
#27221F
(39,34,31)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AE8E82

#AE8E82
(174,142,130)
#B5988D
(181,152,141)
#BCA298
(188,162,152)
#C3ACA3
(195,172,163)
#CAB6AE
(202,182,174)
#D1C0B9
(209,192,185)
#D8CAC4
(216,202,196)
#DFD4CF
(223,212,207)
#E6DEDA
(230,222,218)
#EDE8E5
(237,232,229)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE8E82 color. Also use rgb(174,142,130) instead hex code.

Text Font Color

.myTextColor { color: #AE8E82; }

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

This text font color is #AE8E82.


Background Color

.myBgColor { background-color: #AE8E82; }

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

This div background color is #AE8E82.


Border color

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

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

This div border color is #AE8E82.


Opacity

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

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

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

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

This text has shadow with #AE8E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8E82 on black background.


Color preview on white background

This text has color #AE8E82 on white background.



Black color preview on #AE8E82 background

This text has black color on #AE8E82 background.


White color preview on #AE8E82 background

This text has white color on #AE8E82 background.