COLOR #AE8692

HEX: #AE8692
RGB: (174,134,146)

Color info

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

RGB color model

#AE8692 color RGB value is (174,134,146).

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

RGB channels and saturation

R 174 of 255 = 68%
G 134 of 255 = 53%
B 146 of 255 = 57%

174
134
146

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

Portions of RGB colors in percentages

R + G + B =
174 + 134 + 146 = 454 (100%)
R 174 of 454 ~ 38.33%
G 134 of 454 ~ 29.52%
B 146 of 454 ~ 32.16%

%38.33
%29.52
%32.16

CMYK color model

#AE8692 color CMYK value is (0,23,16,32).

  • cyan value is 0.00%
  • magenta value is 22.99%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(0,23,16,32)
C0M23Y16K32 
(0%,23%,16%,32%)
(0.00/0.23/0.16/0.32)	

CMYK percentages

%0
%22.99
%16.09
%31.76

Codes

Color #AE8692 in popluar color models

AE8692
RGB174134146
HSL342°19.80%60.39%
HSB/HSV342°22.99%68.24%
CMYK0.00%22.99%16.09%
31.76%

Color #AE8692 in popluar number systems.

HEXAE8692
Decimal174134146
Binary101011101000011010010010
Octal256206222

Shades and tints

Shades of #AE8692

#AE8692
(174,134,146)
#9F7A85
(159,122,133)
#906E78
(144,110,120)
#81626B
(129,98,107)
#72565E
(114,86,94)
#634A51
(99,74,81)
#543E44
(84,62,68)
#453237
(69,50,55)
#36262A
(54,38,42)
#271A1D
(39,26,29)
#180E10
(24,14,16)
#000000
(0,0,0)

Tints of #AE8692

#AE8692
(174,134,146)
#B5919B
(181,145,155)
#BC9CA4
(188,156,164)
#C3A7AD
(195,167,173)
#CAB2B6
(202,178,182)
#D1BDBF
(209,189,191)
#D8C8C8
(216,200,200)
#DFD3D1
(223,211,209)
#E6DEDA
(230,222,218)
#EDE9E3
(237,233,227)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8692; }

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

This text font color is #AE8692.


Background Color

.myBgColor { background-color: #AE8692; }

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

This div background color is #AE8692.


Border color

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

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

This div border color is #AE8692.


Opacity

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

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

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

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

This text has shadow with #AE8692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8692 on black background.


Color preview on white background

This text has color #AE8692 on white background.



Black color preview on #AE8692 background

This text has black color on #AE8692 background.


White color preview on #AE8692 background

This text has white color on #AE8692 background.