COLOR #A36E86

HEX: #A36E86
RGB: (163,110,134)

Color info

#A36E86 contains red, green and blue colors in about the same proportion. Web safe color of #A36E86 is #996699 (or #969).

RGB color model

#A36E86 color RGB value is (163,110,134).

  • red value is 163;
  • green value is 110;
  • blue value is 134.
RGB:
(163,110,134)
(64%,43%,53%)

RGB channels and saturation

R 163 of 255 = 64%
G 110 of 255 = 43%
B 134 of 255 = 53%

163
110
134

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

Portions of RGB colors in percentages

R + G + B =
163 + 110 + 134 = 407 (100%)
R 163 of 407 ~ 40.05%
G 110 of 407 ~ 27.03%
B 134 of 407 ~ 32.92%

%40.05
%27.03
%32.92

CMYK color model

#A36E86 color CMYK value is (0,33,18,36).

  • cyan value is 0.00%
  • magenta value is 32.52%
  • yellow value is 17.79%
  • key color value is 36.08%
CMYK:
(0,33,18,36)
C0M33Y18K36 
(0%,33%,18%,36%)
(0.00/0.33/0.18/0.36)	

CMYK percentages

%0
%32.52
%17.79
%36.08

Codes

Color #A36E86 in popluar color models

A36E86
RGB163110134
HSL333°22.36%53.53%
HSB/HSV333°32.52%63.92%
CMYK0.00%32.52%17.79%
36.08%

Color #A36E86 in popluar number systems.

HEXA36E86
Decimal163110134
Binary10100011110111010000110
Octal243156206

Shades and tints

Shades of #A36E86

#A36E86
(163,110,134)
#95647A
(149,100,122)
#875A6E
(135,90,110)
#795062
(121,80,98)
#6B4656
(107,70,86)
#5D3C4A
(93,60,74)
#4F323E
(79,50,62)
#412832
(65,40,50)
#331E26
(51,30,38)
#25141A
(37,20,26)
#170A0E
(23,10,14)
#000000
(0,0,0)

Tints of #A36E86

#A36E86
(163,110,134)
#AB7B91
(171,123,145)
#B3889C
(179,136,156)
#BB95A7
(187,149,167)
#C3A2B2
(195,162,178)
#CBAFBD
(203,175,189)
#D3BCC8
(211,188,200)
#DBC9D3
(219,201,211)
#E3D6DE
(227,214,222)
#EBE3E9
(235,227,233)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36E86 color. Also use rgb(163,110,134) instead hex code.

Text Font Color

.myTextColor { color: #A36E86; }

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

This text font color is #A36E86.


Background Color

.myBgColor { background-color: #A36E86; }

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

This div background color is #A36E86.


Border color

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

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

This div border color is #A36E86.


Opacity

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

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

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

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

This text has shadow with #A36E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36E86 on black background.


Color preview on white background

This text has color #A36E86 on white background.



Black color preview on #A36E86 background

This text has black color on #A36E86 background.


White color preview on #A36E86 background

This text has white color on #A36E86 background.