COLOR #AE9F92

HEX: #AE9F92
RGB: (174,159,146)

Color info

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

RGB color model

#AE9F92 color RGB value is (174,159,146).

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

RGB channels and saturation

R 174 of 255 = 68%
G 159 of 255 = 62%
B 146 of 255 = 57%

174
159
146

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

Portions of RGB colors in percentages

R + G + B =
174 + 159 + 146 = 479 (100%)
R 174 of 479 ~ 36.33%
G 159 of 479 ~ 33.19%
B 146 of 479 ~ 30.48%

%36.33
%33.19
%30.48

CMYK color model

#AE9F92 color CMYK value is (0,9,16,32).

  • cyan value is 0.00%
  • magenta value is 8.62%
  • yellow value is 16.09%
  • key color value is 31.76%
CMYK:
(0,9,16,32)
C0M9Y16K32 
(0%,9%,16%,32%)
(0.00/0.09/0.16/0.32)	

CMYK percentages

%0
%8.62
%16.09
%31.76

Codes

Color #AE9F92 in popluar color models

AE9F92
RGB174159146
HSL28°14.74%62.75%
HSB/HSV28°16.09%68.24%
CMYK0.00%8.62%16.09%
31.76%

Color #AE9F92 in popluar number systems.

HEXAE9F92
Decimal174159146
Binary101011101001111110010010
Octal256237222

Shades and tints

Shades of #AE9F92

#AE9F92
(174,159,146)
#9F9185
(159,145,133)
#908378
(144,131,120)
#81756B
(129,117,107)
#72675E
(114,103,94)
#635951
(99,89,81)
#544B44
(84,75,68)
#453D37
(69,61,55)
#362F2A
(54,47,42)
#27211D
(39,33,29)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #AE9F92

#AE9F92
(174,159,146)
#B5A79B
(181,167,155)
#BCAFA4
(188,175,164)
#C3B7AD
(195,183,173)
#CABFB6
(202,191,182)
#D1C7BF
(209,199,191)
#D8CFC8
(216,207,200)
#DFD7D1
(223,215,209)
#E6DFDA
(230,223,218)
#EDE7E3
(237,231,227)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE9F92; }

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

This text font color is #AE9F92.


Background Color

.myBgColor { background-color: #AE9F92; }

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

This div background color is #AE9F92.


Border color

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

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

This div border color is #AE9F92.


Opacity

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

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

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

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

This text has shadow with #AE9F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE9F92 on black background.


Color preview on white background

This text has color #AE9F92 on white background.



Black color preview on #AE9F92 background

This text has black color on #AE9F92 background.


White color preview on #AE9F92 background

This text has white color on #AE9F92 background.