COLOR #AE9792

HEX: #AE9792
RGB: (174,151,146)

Color info

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

RGB color model

#AE9792 color RGB value is (174,151,146).

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

RGB channels and saturation

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

174
151
146

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

Portions of RGB colors in percentages

R + G + B =
174 + 151 + 146 = 471 (100%)
R 174 of 471 ~ 36.94%
G 151 of 471 ~ 32.06%
B 146 of 471 ~ 31%

%36.94
%32.06
%31

CMYK color model

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

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

CMYK percentages

%0
%13.22
%16.09
%31.76

Codes

Color #AE9792 in popluar color models

AE9792
RGB174151146
HSL11°14.74%62.75%
HSB/HSV11°16.09%68.24%
CMYK0.00%13.22%16.09%
31.76%

Color #AE9792 in popluar number systems.

HEXAE9792
Decimal174151146
Binary101011101001011110010010
Octal256227222

Shades and tints

Shades of #AE9792

#AE9792
(174,151,146)
#9F8A85
(159,138,133)
#907D78
(144,125,120)
#81706B
(129,112,107)
#72635E
(114,99,94)
#635651
(99,86,81)
#544944
(84,73,68)
#453C37
(69,60,55)
#362F2A
(54,47,42)
#27221D
(39,34,29)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #AE9792

#AE9792
(174,151,146)
#B5A09B
(181,160,155)
#BCA9A4
(188,169,164)
#C3B2AD
(195,178,173)
#CABBB6
(202,187,182)
#D1C4BF
(209,196,191)
#D8CDC8
(216,205,200)
#DFD6D1
(223,214,209)
#E6DFDA
(230,223,218)
#EDE8E3
(237,232,227)
#F4F1EC
(244,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9792; }

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

This text font color is #AE9792.


Background Color

.myBgColor { background-color: #AE9792; }

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

This div background color is #AE9792.


Border color

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

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

This div border color is #AE9792.


Opacity

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

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

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

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

This text has shadow with #AE9792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9792 on black background.


Color preview on white background

This text has color #AE9792 on white background.



Black color preview on #AE9792 background

This text has black color on #AE9792 background.


White color preview on #AE9792 background

This text has white color on #AE9792 background.