COLOR #A96386

HEX: #A96386
RGB: (169,99,134)

Color info

#A96386 contains mainly red and blue colors. Web safe color of #A96386 is #996699 (or #969).

RGB color model

#A96386 color RGB value is (169,99,134).

  • red value is 169;
  • green value is 99;
  • blue value is 134.
RGB:
(169,99,134)
(66%,39%,53%)

RGB channels and saturation

R 169 of 255 = 66%
G 99 of 255 = 39%
B 134 of 255 = 53%

169
99
134

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

Portions of RGB colors in percentages

R + G + B =
169 + 99 + 134 = 402 (100%)
R 169 of 402 ~ 42.04%
G 99 of 402 ~ 24.63%
B 134 of 402 ~ 33.33%

%42.04
%24.63
%33.33

CMYK color model

#A96386 color CMYK value is (0,41,21,34).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 20.71%
  • key color value is 33.73%
CMYK:
(0,41,21,34)
C0M41Y21K34 
(0%,41%,21%,34%)
(0.00/0.41/0.21/0.34)	

CMYK percentages

%0
%41.42
%20.71
%33.73

Codes

Color #A96386 in popluar color models

A96386
RGB16999134
HSL330°28.93%52.55%
HSB/HSV330°41.42%66.27%
CMYK0.00%41.42%20.71%
33.73%

Color #A96386 in popluar number systems.

HEXA96386
Decimal16999134
Binary10101001110001110000110
Octal251143206

Shades and tints

Shades of #A96386

#A96386
(169,99,134)
#9A5A7A
(154,90,122)
#8B516E
(139,81,110)
#7C4862
(124,72,98)
#6D3F56
(109,63,86)
#5E364A
(94,54,74)
#4F2D3E
(79,45,62)
#402432
(64,36,50)
#311B26
(49,27,38)
#22121A
(34,18,26)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #A96386

#A96386
(169,99,134)
#B07191
(176,113,145)
#B77F9C
(183,127,156)
#BE8DA7
(190,141,167)
#C59BB2
(197,155,178)
#CCA9BD
(204,169,189)
#D3B7C8
(211,183,200)
#DAC5D3
(218,197,211)
#E1D3DE
(225,211,222)
#E8E1E9
(232,225,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96386 color. Also use rgb(169,99,134) instead hex code.

Text Font Color

.myTextColor { color: #A96386; }

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

This text font color is #A96386.


Background Color

.myBgColor { background-color: #A96386; }

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

This div background color is #A96386.


Border color

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

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

This div border color is #A96386.


Opacity

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

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

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

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

This text has shadow with #A96386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96386 on black background.


Color preview on white background

This text has color #A96386 on white background.



Black color preview on #A96386 background

This text has black color on #A96386 background.


White color preview on #A96386 background

This text has white color on #A96386 background.