COLOR #AE9296

HEX: #AE9296 RGB: (174,146,150)

Color info

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

RGB color model

#AE9296 color RGB value is (174,146,150).

RGB: (174,146,150) (68%, 57%, 59%)

RGB channels and saturation

R 174 of 255 = 68%
G 146 of 255 = 57%
B 150 of 255 = 59%

174
146
150

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

Portions of RGB colors in percentages

R + G + B = 174 + 146 + 150 = 470 (100%)
R 174 of 470 ~ 37.02%
G 146 of 470 ~ 31.06%
B 150 of 470 ~ 31.91'%

%37.02
%31.06
%31.91

CMYK color model

#AE9296 color CMYK value is (0,16,14,32).

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

CMYK: (0,16,14,32)
C0M16Y14K32 (0%, 16%, 14%, 32%)
(0.00 / 0.16 / 0.14 / 0.32)

CMYK percentages

%0
%16.09
%13.79
%31.76

Codes

Color #AE9296 in popluar color models

AE 92 96
RGB 174 146 150
HSL 351° 14.74% 62.75%
HSB/HSV 351° 16.09% 68.24%
CMYK 0.00% 16.09% 13.79%
31.76%

Color #AE9296 in popluar number systems.

HEX AE 92 96
Decimal 174 146 150
Binary 10101110 10010010 10010110
Octal 256 222 226

Shades and tints

Shades of #AE9296

#AE9296
(174,146,150)
#9F8589
(159,133,137)
#90787C
(144,120,124)
#816B6F
(129,107,111)
#725E62
(114,94,98)
#635155
(99,81,85)
#544448
(84,68,72)
#45373B
(69,55,59)
#362A2E
(54,42,46)
#271D21
(39,29,33)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #AE9296

#AE9296
(174,146,150)
#B59B9F
(181,155,159)
#BCA4A8
(188,164,168)
#C3ADB1
(195,173,177)
#CAB6BA
(202,182,186)
#D1BFC3
(209,191,195)
#D8C8CC
(216,200,204)
#DFD1D5
(223,209,213)
#E6DADE
(230,218,222)
#EDE3E7
(237,227,231)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9296; }

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

This text font color is #AE9296.

Background Color

.myBgColor { background-color: #AE9296; }

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

This div background color is #AE9296.

Border color

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

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

This div border color is #AE9296.

Opacity

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

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

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

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

This text has shadow with #AE9296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE9296.

Preview

Color preview on black background

This text has color #AE9296 on black background.


Color preview on white background

This text has color #AE9296 on white background.


Black color preview on #AE9296 background

This text has black color on #AE9296 background.


White color preview on #AE9296 background

This text has white color on #AE9296 background.


Related colors

Complementary color

Complementary color for #hex is #516D69.


I love getcolorcode.com

Triadic colors

1 #96AE92 and #9296AE with #AE9296 are triadic colors.

2 #9692AE and #92AE96 with #AE9296 are triadic colors.