COLOR #AE9192

HEX: #AE9192 RGB: (174,145,146)

Color info

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

RGB color model

#AE9192 color RGB value is (174,145,146).

RGB: (174,145,146) (68%, 57%, 57%)

RGB channels and saturation

R 174 of 255 = 68%
G 145 of 255 = 57%
B 146 of 255 = 57%

174
145
146

R + G + B ~ 61%. #AE9192 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 145 + 146 = 465 (100%)
R 174 of 465 ~ 37.42%
G 145 of 465 ~ 31.18%
B 146 of 465 ~ 31.4'%

%37.42
%31.18
%31.4

CMYK color model

#AE9192 color CMYK value is (0,17,16,32).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 16.09%
  • key color value is 31.76%

CMYK: (0,17,16,32)
C0M17Y16K32 (0%, 17%, 16%, 32%)
(0.00 / 0.17 / 0.16 / 0.32)

CMYK percentages

%0
%16.67
%16.09
%31.76

Codes

Color #AE9192 in popluar color models

AE 91 92
RGB 174 145 146
HSL 358° 15.18% 62.55%
HSB/HSV 358° 16.67% 68.24%
CMYK 0.00% 16.67% 16.09%
31.76%

Color #AE9192 in popluar number systems.

HEX AE 91 92
Decimal 174 145 146
Binary 10101110 10010001 10010010
Octal 256 221 222

Shades and tints

Shades of #AE9192

#AE9192
(174,145,146)
#9F8485
(159,132,133)
#907778
(144,119,120)
#816A6B
(129,106,107)
#725D5E
(114,93,94)
#635051
(99,80,81)
#544344
(84,67,68)
#453637
(69,54,55)
#36292A
(54,41,42)
#271C1D
(39,28,29)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AE9192

#AE9192
(174,145,146)
#B59B9B
(181,155,155)
#BCA5A4
(188,165,164)
#C3AFAD
(195,175,173)
#CAB9B6
(202,185,182)
#D1C3BF
(209,195,191)
#D8CDC8
(216,205,200)
#DFD7D1
(223,215,209)
#E6E1DA
(230,225,218)
#EDEBE3
(237,235,227)
#F4F5EC
(244,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9192; }

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

This text font color is #AE9192.

Background Color

.myBgColor { background-color: #AE9192; }

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

This div background color is #AE9192.

Border color

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

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

This div border color is #AE9192.

Opacity

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

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

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

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

This text has shadow with #AE9192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9192.

Preview

Color preview on black background

This text has color #AE9192 on black background.


Color preview on white background

This text has color #AE9192 on white background.


Black color preview on #AE9192 background

This text has black color on #AE9192 background.


White color preview on #AE9192 background

This text has white color on #AE9192 background.


Related colors

Complementary color

Complementary color for #hex is #516E6D.


I love getcolorcode.com

Triadic colors

1 #92AE91 and #9192AE with #AE9192 are triadic colors.

2 #9291AE and #91AE92 with #AE9192 are triadic colors.