COLOR #A96C7C

HEX: #A96C7C
RGB: (169,108,124)

Color info

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

RGB color model

#A96C7C color RGB value is (169,108,124).

  • red value is 169;
  • green value is 108;
  • blue value is 124.
RGB:
(169,108,124)
(66%,42%,49%)

RGB channels and saturation

R 169 of 255 = 66%
G 108 of 255 = 42%
B 124 of 255 = 49%

169
108
124

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

Portions of RGB colors in percentages

R + G + B =
169 + 108 + 124 = 401 (100%)
R 169 of 401 ~ 42.14%
G 108 of 401 ~ 26.93%
B 124 of 401 ~ 30.92%

%42.14
%26.93
%30.92

CMYK color model

#A96C7C color CMYK value is (0,36,27,34).

  • cyan value is 0.00%
  • magenta value is 36.09%
  • yellow value is 26.63%
  • key color value is 33.73%
CMYK:
(0,36,27,34)
C0M36Y27K34 
(0%,36%,27%,34%)
(0.00/0.36/0.27/0.34)	

CMYK percentages

%0
%36.09
%26.63
%33.73

Codes

Color #A96C7C in popluar color models

A96C7C
RGB169108124
HSL344°26.18%54.31%
HSB/HSV344°36.09%66.27%
CMYK0.00%36.09%26.63%
33.73%

Color #A96C7C in popluar number systems.

HEXA96C7C
Decimal169108124
Binary1010100111011001111100
Octal251154174

Shades and tints

Shades of #A96C7C

#A96C7C
(169,108,124)
#9A6371
(154,99,113)
#8B5A66
(139,90,102)
#7C515B
(124,81,91)
#6D4850
(109,72,80)
#5E3F45
(94,63,69)
#4F363A
(79,54,58)
#402D2F
(64,45,47)
#312424
(49,36,36)
#221B19
(34,27,25)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #A96C7C

#A96C7C
(169,108,124)
#B07987
(176,121,135)
#B78692
(183,134,146)
#BE939D
(190,147,157)
#C5A0A8
(197,160,168)
#CCADB3
(204,173,179)
#D3BABE
(211,186,190)
#DAC7C9
(218,199,201)
#E1D4D4
(225,212,212)
#E8E1DF
(232,225,223)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96C7C color. Also use rgb(169,108,124) instead hex code.

Text Font Color

.myTextColor { color: #A96C7C; }

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

This text font color is #A96C7C.


Background Color

.myBgColor { background-color: #A96C7C; }

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

This div background color is #A96C7C.


Border color

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

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

This div border color is #A96C7C.


Opacity

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

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

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

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

This text has shadow with #A96C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96C7C on black background.


Color preview on white background

This text has color #A96C7C on white background.



Black color preview on #A96C7C background

This text has black color on #A96C7C background.


White color preview on #A96C7C background

This text has white color on #A96C7C background.