COLOR #AE8E92

HEX: #AE8E92
RGB: (174,142,146)

Color info

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

RGB color model

#AE8E92 color RGB value is (174,142,146).

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

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 146 of 255 = 57%

174
142
146

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

Portions of RGB colors in percentages

R + G + B =
174 + 142 + 146 = 462 (100%)
R 174 of 462 ~ 37.66%
G 142 of 462 ~ 30.74%
B 146 of 462 ~ 31.6%

%37.66
%30.74
%31.6

CMYK color model

#AE8E92 color CMYK value is (0,18,16,32).

  • cyan value is 0.00%
  • magenta value is 18.39%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(0,18,16,32)
C0M18Y16K32 
(0%,18%,16%,32%)
(0.00/0.18/0.16/0.32)	

CMYK percentages

%0
%18.39
%16.09
%31.76

Codes

Color #AE8E92 in popluar color models

AE8E92
RGB174142146
HSL353°16.49%61.96%
HSB/HSV353°18.39%68.24%
CMYK0.00%18.39%16.09%
31.76%

Color #AE8E92 in popluar number systems.

HEXAE8E92
Decimal174142146
Binary101011101000111010010010
Octal256216222

Shades and tints

Shades of #AE8E92

#AE8E92
(174,142,146)
#9F8285
(159,130,133)
#907678
(144,118,120)
#816A6B
(129,106,107)
#725E5E
(114,94,94)
#635251
(99,82,81)
#544644
(84,70,68)
#453A37
(69,58,55)
#362E2A
(54,46,42)
#27221D
(39,34,29)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #AE8E92

#AE8E92
(174,142,146)
#B5989B
(181,152,155)
#BCA2A4
(188,162,164)
#C3ACAD
(195,172,173)
#CAB6B6
(202,182,182)
#D1C0BF
(209,192,191)
#D8CAC8
(216,202,200)
#DFD4D1
(223,212,209)
#E6DEDA
(230,222,218)
#EDE8E3
(237,232,227)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8E92; }

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

This text font color is #AE8E92.


Background Color

.myBgColor { background-color: #AE8E92; }

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

This div background color is #AE8E92.


Border color

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

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

This div border color is #AE8E92.


Opacity

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

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

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

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

This text has shadow with #AE8E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8E92 on black background.


Color preview on white background

This text has color #AE8E92 on white background.



Black color preview on #AE8E92 background

This text has black color on #AE8E92 background.


White color preview on #AE8E92 background

This text has white color on #AE8E92 background.