COLOR #AE9B9C

HEX: #AE9B9C
RGB: (174,155,156)

Color info

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

RGB color model

#AE9B9C color RGB value is (174,155,156).

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

RGB channels and saturation

R 174 of 255 = 68%
G 155 of 255 = 61%
B 156 of 255 = 61%

174
155
156

R + G + B ~ 63%. #AE9B9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 155 + 156 = 485 (100%)
R 174 of 485 ~ 35.88%
G 155 of 485 ~ 31.96%
B 156 of 485 ~ 32.16%

%35.88
%31.96
%32.16

CMYK color model

#AE9B9C color CMYK value is (0,11,10,32).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 10.34%
  • key color value is 31.76%
CMYK:
(0,11,10,32)
C0M11Y10K32 
(0%,11%,10%,32%)
(0.00/0.11/0.10/0.32)	

CMYK percentages

%0
%10.92
%10.34
%31.76

Codes

Color #AE9B9C in popluar color models

AE9B9C
RGB174155156
HSL357°10.50%64.51%
HSB/HSV357°10.92%68.24%
CMYK0.00%10.92%10.34%
31.76%

Color #AE9B9C in popluar number systems.

HEXAE9B9C
Decimal174155156
Binary101011101001101110011100
Octal256233234

Shades and tints

Shades of #AE9B9C

#AE9B9C
(174,155,156)
#9F8D8E
(159,141,142)
#907F80
(144,127,128)
#817172
(129,113,114)
#726364
(114,99,100)
#635556
(99,85,86)
#544748
(84,71,72)
#45393A
(69,57,58)
#362B2C
(54,43,44)
#271D1E
(39,29,30)
#180F10
(24,15,16)
#000000
(0,0,0)

Tints of #AE9B9C

#AE9B9C
(174,155,156)
#B5A4A5
(181,164,165)
#BCADAE
(188,173,174)
#C3B6B7
(195,182,183)
#CABFC0
(202,191,192)
#D1C8C9
(209,200,201)
#D8D1D2
(216,209,210)
#DFDADB
(223,218,219)
#E6E3E4
(230,227,228)
#EDECED
(237,236,237)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9B9C; }

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

This text font color is #AE9B9C.


Background Color

.myBgColor { background-color: #AE9B9C; }

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

This div background color is #AE9B9C.


Border color

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

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

This div border color is #AE9B9C.


Opacity

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

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

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

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

This text has shadow with #AE9B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9B9C on black background.


Color preview on white background

This text has color #AE9B9C on white background.



Black color preview on #AE9B9C background

This text has black color on #AE9B9C background.


White color preview on #AE9B9C background

This text has white color on #AE9B9C background.