COLOR #A96D78

HEX: #A96D78
RGB: (169,109,120)

Color info

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

RGB color model

#A96D78 color RGB value is (169,109,120).

  • red value is 169;
  • green value is 109;
  • blue value is 120.
RGB:
(169,109,120)
(66%,43%,47%)

RGB channels and saturation

R 169 of 255 = 66%
G 109 of 255 = 43%
B 120 of 255 = 47%

169
109
120

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

Portions of RGB colors in percentages

R + G + B =
169 + 109 + 120 = 398 (100%)
R 169 of 398 ~ 42.46%
G 109 of 398 ~ 27.39%
B 120 of 398 ~ 30.15%

%42.46
%27.39
%30.15

CMYK color model

#A96D78 color CMYK value is (0,36,29,34).

  • cyan value is 0.00%
  • magenta value is 35.50%
  • yellow value is 28.99%
  • key color value is 33.73%
CMYK:
(0,36,29,34)
C0M36Y29K34 
(0%,36%,29%,34%)
(0.00/0.36/0.29/0.34)	

CMYK percentages

%0
%35.5
%28.99
%33.73

Codes

Color #A96D78 in popluar color models

A96D78
RGB169109120
HSL349°25.86%54.51%
HSB/HSV349°35.50%66.27%
CMYK0.00%35.50%28.99%
33.73%

Color #A96D78 in popluar number systems.

HEXA96D78
Decimal169109120
Binary1010100111011011111000
Octal251155170

Shades and tints

Shades of #A96D78

#A96D78
(169,109,120)
#9A646E
(154,100,110)
#8B5B64
(139,91,100)
#7C525A
(124,82,90)
#6D4950
(109,73,80)
#5E4046
(94,64,70)
#4F373C
(79,55,60)
#402E32
(64,46,50)
#312528
(49,37,40)
#221C1E
(34,28,30)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #A96D78

#A96D78
(169,109,120)
#B07A84
(176,122,132)
#B78790
(183,135,144)
#BE949C
(190,148,156)
#C5A1A8
(197,161,168)
#CCAEB4
(204,174,180)
#D3BBC0
(211,187,192)
#DAC8CC
(218,200,204)
#E1D5D8
(225,213,216)
#E8E2E4
(232,226,228)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96D78 color. Also use rgb(169,109,120) instead hex code.

Text Font Color

.myTextColor { color: #A96D78; }

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

This text font color is #A96D78.


Background Color

.myBgColor { background-color: #A96D78; }

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

This div background color is #A96D78.


Border color

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

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

This div border color is #A96D78.


Opacity

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

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

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

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

This text has shadow with #A96D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96D78 on black background.


Color preview on white background

This text has color #A96D78 on white background.



Black color preview on #A96D78 background

This text has black color on #A96D78 background.


White color preview on #A96D78 background

This text has white color on #A96D78 background.