COLOR #AE9BA0

HEX: #AE9BA0
RGB: (174,155,160)

Color info

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

RGB color model

#AE9BA0 color RGB value is (174,155,160).

  • red value is 174;
  • green value is 155;
  • blue value is 160.
RGB:
(174,155,160)
(68%,61%,63%)

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 160 of 255 = 63%

174
155
160

R + G + B ~ 64%. #AE9BA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 160 = 489 (100%)
R 174 of 489 ~ 35.58%
G 155 of 489 ~ 31.7%
B 160 of 489 ~ 32.72%

%35.58
%31.7
%32.72

CMYK color model

#AE9BA0 color CMYK value is (0,11,8,32).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 8.05%
  • key color value is 31.76%
CMYK:
(0,11,8,32)
C0M11Y8K32 
(0%,11%,8%,32%)
(0.00/0.11/0.08/0.32)	

CMYK percentages

%0
%10.92
%8.05
%31.76

Codes

Color #AE9BA0 in popluar color models

AE9BA0
RGB174155160
HSL344°10.50%64.51%
HSB/HSV344°10.92%68.24%
CMYK0.00%10.92%8.05%
31.76%

Color #AE9BA0 in popluar number systems.

HEXAE9BA0
Decimal174155160
Binary101011101001101110100000
Octal256233240

Shades and tints

Shades of #AE9BA0

#AE9BA0
(174,155,160)
#9F8D92
(159,141,146)
#907F84
(144,127,132)
#817176
(129,113,118)
#726368
(114,99,104)
#63555A
(99,85,90)
#54474C
(84,71,76)
#45393E
(69,57,62)
#362B30
(54,43,48)
#271D22
(39,29,34)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #AE9BA0

#AE9BA0
(174,155,160)
#B5A4A8
(181,164,168)
#BCADB0
(188,173,176)
#C3B6B8
(195,182,184)
#CABFC0
(202,191,192)
#D1C8C8
(209,200,200)
#D8D1D0
(216,209,208)
#DFDAD8
(223,218,216)
#E6E3E0
(230,227,224)
#EDECE8
(237,236,232)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE9BA0 color. Also use rgb(174,155,160) instead hex code.

Text Font Color

.myTextColor { color: #AE9BA0; }

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

This text font color is #AE9BA0.


Background Color

.myBgColor { background-color: #AE9BA0; }

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

This div background color is #AE9BA0.


Border color

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

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

This div border color is #AE9BA0.


Opacity

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

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

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

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

This text has shadow with #AE9BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9BA0 on black background.


Color preview on white background

This text has color #AE9BA0 on white background.



Black color preview on #AE9BA0 background

This text has black color on #AE9BA0 background.


White color preview on #AE9BA0 background

This text has white color on #AE9BA0 background.