COLOR #AE8D82

HEX: #AE8D82
RGB: (174,141,130)

Color info

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

RGB color model

#AE8D82 color RGB value is (174,141,130).

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

RGB channels and saturation

R 174 of 255 = 68%
G 141 of 255 = 55%
B 130 of 255 = 51%

174
141
130

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

Portions of RGB colors in percentages

R + G + B =
174 + 141 + 130 = 445 (100%)
R 174 of 445 ~ 39.1%
G 141 of 445 ~ 31.69%
B 130 of 445 ~ 29.21%

%39.1
%31.69
%29.21

CMYK color model

#AE8D82 color CMYK value is (0,19,25,32).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 25.29%
  • key color value is 31.76%
CMYK:
(0,19,25,32)
C0M19Y25K32 
(0%,19%,25%,32%)
(0.00/0.19/0.25/0.32)	

CMYK percentages

%0
%18.97
%25.29
%31.76

Codes

Color #AE8D82 in popluar color models

AE8D82
RGB174141130
HSL15°21.36%59.61%
HSB/HSV15°25.29%68.24%
CMYK0.00%18.97%25.29%
31.76%

Color #AE8D82 in popluar number systems.

HEXAE8D82
Decimal174141130
Binary101011101000110110000010
Octal256215202

Shades and tints

Shades of #AE8D82

#AE8D82
(174,141,130)
#9F8177
(159,129,119)
#90756C
(144,117,108)
#816961
(129,105,97)
#725D56
(114,93,86)
#63514B
(99,81,75)
#544540
(84,69,64)
#453935
(69,57,53)
#362D2A
(54,45,42)
#27211F
(39,33,31)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AE8D82

#AE8D82
(174,141,130)
#B5978D
(181,151,141)
#BCA198
(188,161,152)
#C3ABA3
(195,171,163)
#CAB5AE
(202,181,174)
#D1BFB9
(209,191,185)
#D8C9C4
(216,201,196)
#DFD3CF
(223,211,207)
#E6DDDA
(230,221,218)
#EDE7E5
(237,231,229)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8D82; }

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

This text font color is #AE8D82.


Background Color

.myBgColor { background-color: #AE8D82; }

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

This div background color is #AE8D82.


Border color

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

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

This div border color is #AE8D82.


Opacity

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

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

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

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

This text has shadow with #AE8D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8D82 on black background.


Color preview on white background

This text has color #AE8D82 on white background.



Black color preview on #AE8D82 background

This text has black color on #AE8D82 background.


White color preview on #AE8D82 background

This text has white color on #AE8D82 background.