COLOR #A96373

HEX: #A96373
RGB: (169,99,115)

Color info

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

RGB color model

#A96373 color RGB value is (169,99,115).

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

RGB channels and saturation

R 169 of 255 = 66%
G 99 of 255 = 39%
B 115 of 255 = 45%

169
99
115

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

Portions of RGB colors in percentages

R + G + B =
169 + 99 + 115 = 383 (100%)
R 169 of 383 ~ 44.13%
G 99 of 383 ~ 25.85%
B 115 of 383 ~ 30.03%

%44.13
%25.85
%30.03

CMYK color model

#A96373 color CMYK value is (0,41,32,34).

  • cyan value is 0.00%
  • magenta value is 41.42%
  • yellow value is 31.95%
  • key color value is 33.73%
CMYK:
(0,41,32,34)
C0M41Y32K34 
(0%,41%,32%,34%)
(0.00/0.41/0.32/0.34)	

CMYK percentages

%0
%41.42
%31.95
%33.73

Codes

Color #A96373 in popluar color models

A96373
RGB16999115
HSL346°28.93%52.55%
HSB/HSV346°41.42%66.27%
CMYK0.00%41.42%31.95%
33.73%

Color #A96373 in popluar number systems.

HEXA96373
Decimal16999115
Binary1010100111000111110011
Octal251143163

Shades and tints

Shades of #A96373

#A96373
(169,99,115)
#9A5A69
(154,90,105)
#8B515F
(139,81,95)
#7C4855
(124,72,85)
#6D3F4B
(109,63,75)
#5E3641
(94,54,65)
#4F2D37
(79,45,55)
#40242D
(64,36,45)
#311B23
(49,27,35)
#221219
(34,18,25)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #A96373

#A96373
(169,99,115)
#B0717F
(176,113,127)
#B77F8B
(183,127,139)
#BE8D97
(190,141,151)
#C59BA3
(197,155,163)
#CCA9AF
(204,169,175)
#D3B7BB
(211,183,187)
#DAC5C7
(218,197,199)
#E1D3D3
(225,211,211)
#E8E1DF
(232,225,223)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A96373; }

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

This text font color is #A96373.


Background Color

.myBgColor { background-color: #A96373; }

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

This div background color is #A96373.


Border color

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

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

This div border color is #A96373.


Opacity

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

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

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

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

This text has shadow with #A96373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96373 on black background.


Color preview on white background

This text has color #A96373 on white background.



Black color preview on #A96373 background

This text has black color on #A96373 background.


White color preview on #A96373 background

This text has white color on #A96373 background.