COLOR #AE7862

HEX: #AE7862
RGB: (174,120,98)

Color info

#AE7862 contains mainly red and green colors. Web safe color of #AE7862 is #996666 (or #966).

RGB color model

#AE7862 color RGB value is (174,120,98).

  • red value is 174;
  • green value is 120;
  • blue value is 98.
RGB:
(174,120,98)
(68%,47%,38%)

RGB channels and saturation

R 174 of 255 = 68%
G 120 of 255 = 47%
B 98 of 255 = 38%

174
120
98

R + G + B ~ 51%. #AE7862 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 120 + 98 = 392 (100%)
R 174 of 392 ~ 44.39%
G 120 of 392 ~ 30.61%
B 98 of 392 ~ 25%

%44.39
%30.61
%25

CMYK color model

#AE7862 color CMYK value is (0,31,44,32).

  • cyan value is 0.00%
  • magenta value is 31.03%
  • yellow value is 43.68%
  • key color value is 31.76%
CMYK:
(0,31,44,32)
C0M31Y44K32 
(0%,31%,44%,32%)
(0.00/0.31/0.44/0.32)	

CMYK percentages

%0
%31.03
%43.68
%31.76

Codes

Color #AE7862 in popluar color models

AE7862
RGB17412098
HSL17°31.93%53.33%
HSB/HSV17°43.68%68.24%
CMYK0.00%31.03%43.68%
31.76%

Color #AE7862 in popluar number systems.

HEXAE7862
Decimal17412098
Binary1010111011110001100010
Octal256170142

Shades and tints

Shades of #AE7862

#AE7862
(174,120,98)
#9F6E5A
(159,110,90)
#906452
(144,100,82)
#815A4A
(129,90,74)
#725042
(114,80,66)
#63463A
(99,70,58)
#543C32
(84,60,50)
#45322A
(69,50,42)
#362822
(54,40,34)
#271E1A
(39,30,26)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #AE7862

#AE7862
(174,120,98)
#B58470
(181,132,112)
#BC907E
(188,144,126)
#C39C8C
(195,156,140)
#CAA89A
(202,168,154)
#D1B4A8
(209,180,168)
#D8C0B6
(216,192,182)
#DFCCC4
(223,204,196)
#E6D8D2
(230,216,210)
#EDE4E0
(237,228,224)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE7862; }

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

This text font color is #AE7862.


Background Color

.myBgColor { background-color: #AE7862; }

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

This div background color is #AE7862.


Border color

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

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

This div border color is #AE7862.


Opacity

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

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

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

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

This text has shadow with #AE7862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7862 on black background.


Color preview on white background

This text has color #AE7862 on white background.



Black color preview on #AE7862 background

This text has black color on #AE7862 background.


White color preview on #AE7862 background

This text has white color on #AE7862 background.