COLOR #AE8063

HEX: #AE8063
RGB: (174,128,99)

Color info

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

RGB color model

#AE8063 color RGB value is (174,128,99).

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

RGB channels and saturation

R 174 of 255 = 68%
G 128 of 255 = 50%
B 99 of 255 = 39%

174
128
99

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

Portions of RGB colors in percentages

R + G + B =
174 + 128 + 99 = 401 (100%)
R 174 of 401 ~ 43.39%
G 128 of 401 ~ 31.92%
B 99 of 401 ~ 24.69%

%43.39
%31.92
%24.69

CMYK color model

#AE8063 color CMYK value is (0,26,43,32).

  • cyan value is 0.00%
  • magenta value is 26.44%
  • yellow value is 43.10%
  • key color value is 31.76%
CMYK:
(0,26,43,32)
C0M26Y43K32 
(0%,26%,43%,32%)
(0.00/0.26/0.43/0.32)	

CMYK percentages

%0
%26.44
%43.1
%31.76

Codes

Color #AE8063 in popluar color models

AE8063
RGB17412899
HSL23°31.65%53.53%
HSB/HSV23°43.10%68.24%
CMYK0.00%26.44%43.10%
31.76%

Color #AE8063 in popluar number systems.

HEXAE8063
Decimal17412899
Binary10101110100000001100011
Octal256200143

Shades and tints

Shades of #AE8063

#AE8063
(174,128,99)
#9F755A
(159,117,90)
#906A51
(144,106,81)
#815F48
(129,95,72)
#72543F
(114,84,63)
#634936
(99,73,54)
#543E2D
(84,62,45)
#453324
(69,51,36)
#36281B
(54,40,27)
#271D12
(39,29,18)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #AE8063

#AE8063
(174,128,99)
#B58B71
(181,139,113)
#BC967F
(188,150,127)
#C3A18D
(195,161,141)
#CAAC9B
(202,172,155)
#D1B7A9
(209,183,169)
#D8C2B7
(216,194,183)
#DFCDC5
(223,205,197)
#E6D8D3
(230,216,211)
#EDE3E1
(237,227,225)
#F4EEEF
(244,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8063; }

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

This text font color is #AE8063.


Background Color

.myBgColor { background-color: #AE8063; }

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

This div background color is #AE8063.


Border color

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

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

This div border color is #AE8063.


Opacity

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

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

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

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

This text has shadow with #AE8063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8063 on black background.


Color preview on white background

This text has color #AE8063 on white background.



Black color preview on #AE8063 background

This text has black color on #AE8063 background.


White color preview on #AE8063 background

This text has white color on #AE8063 background.