COLOR #AE8062

HEX: #AE8062
RGB: (174,128,98)

Color info

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

RGB color model

#AE8062 color RGB value is (174,128,98).

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

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 98 of 255 = 38%

174
128
98

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

Portions of RGB colors in percentages

R + G + B =
174 + 128 + 98 = 400 (100%)
R 174 of 400 ~ 43.5%
G 128 of 400 ~ 32%
B 98 of 400 ~ 24.5%

%43.5
%32
%24.5

CMYK color model

#AE8062 color CMYK value is (0,26,44,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 43.68%
  • key color value is 31.76%
CMYK:
(0,26,44,32)
C0M26Y44K32 
(0%,26%,44%,32%)
(0.00/0.26/0.44/0.32)	

CMYK percentages

%0
%26.44
%43.68
%31.76

Codes

Color #AE8062 in popluar color models

AE8062
RGB17412898
HSL24°31.93%53.33%
HSB/HSV24°43.68%68.24%
CMYK0.00%26.44%43.68%
31.76%

Color #AE8062 in popluar number systems.

HEXAE8062
Decimal17412898
Binary10101110100000001100010
Octal256200142

Shades and tints

Shades of #AE8062

#AE8062
(174,128,98)
#9F755A
(159,117,90)
#906A52
(144,106,82)
#815F4A
(129,95,74)
#725442
(114,84,66)
#63493A
(99,73,58)
#543E32
(84,62,50)
#45332A
(69,51,42)
#362822
(54,40,34)
#271D1A
(39,29,26)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AE8062

#AE8062
(174,128,98)
#B58B70
(181,139,112)
#BC967E
(188,150,126)
#C3A18C
(195,161,140)
#CAAC9A
(202,172,154)
#D1B7A8
(209,183,168)
#D8C2B6
(216,194,182)
#DFCDC4
(223,205,196)
#E6D8D2
(230,216,210)
#EDE3E0
(237,227,224)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8062; }

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

This text font color is #AE8062.


Background Color

.myBgColor { background-color: #AE8062; }

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

This div background color is #AE8062.


Border color

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

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

This div border color is #AE8062.


Opacity

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

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

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

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

This text has shadow with #AE8062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8062 on black background.


Color preview on white background

This text has color #AE8062 on white background.



Black color preview on #AE8062 background

This text has black color on #AE8062 background.


White color preview on #AE8062 background

This text has white color on #AE8062 background.