COLOR #AE9797

HEX: #AE9797
RGB: (174,151,151)

Color info

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

RGB color model

#AE9797 color RGB value is (174,151,151).

  • red value is 174;
  • green value is 151;
  • blue value is 151.
RGB:
(174,151,151)
(68%,59%,59%)

RGB channels and saturation

R 174 of 255 = 68%
G 151 of 255 = 59%
B 151 of 255 = 59%

174
151
151

R + G + B ~ 62%. #AE9797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 151 = 476 (100%)
R 174 of 476 ~ 36.55%
G 151 of 476 ~ 31.72%
B 151 of 476 ~ 31.72%

%36.55
%31.72
%31.72

CMYK color model

#AE9797 color CMYK value is (0,13,13,32).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK:
(0,13,13,32)
C0M13Y13K32 
(0%,13%,13%,32%)
(0.00/0.13/0.13/0.32)	

CMYK percentages

%0
%13.22
%13.22
%31.76

Codes

Color #AE9797 in popluar color models

AE9797
RGB174151151
HSL12.43%63.73%
HSB/HSV13.22%68.24%
CMYK0.00%13.22%13.22%
31.76%

Color #AE9797 in popluar number systems.

HEXAE9797
Decimal174151151
Binary101011101001011110010111
Octal256227227

Shades and tints

Shades of #AE9797

#AE9797
(174,151,151)
#9F8A8A
(159,138,138)
#907D7D
(144,125,125)
#817070
(129,112,112)
#726363
(114,99,99)
#635656
(99,86,86)
#544949
(84,73,73)
#453C3C
(69,60,60)
#362F2F
(54,47,47)
#272222
(39,34,34)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AE9797

#AE9797
(174,151,151)
#B5A0A0
(181,160,160)
#BCA9A9
(188,169,169)
#C3B2B2
(195,178,178)
#CABBBB
(202,187,187)
#D1C4C4
(209,196,196)
#D8CDCD
(216,205,205)
#DFD6D6
(223,214,214)
#E6DFDF
(230,223,223)
#EDE8E8
(237,232,232)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9797; }

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

This text font color is #AE9797.


Background Color

.myBgColor { background-color: #AE9797; }

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

This div background color is #AE9797.


Border color

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

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

This div border color is #AE9797.


Opacity

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

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

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

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

This text has shadow with #AE9797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9797 on black background.


Color preview on white background

This text has color #AE9797 on white background.



Black color preview on #AE9797 background

This text has black color on #AE9797 background.


White color preview on #AE9797 background

This text has white color on #AE9797 background.