COLOR #A9786E

HEX: #A9786E
RGB: (169,120,110)

Color info

#A9786E contains red, green and blue colors in about the same proportion. Web safe color of #A9786E is #996666 (or #966).

RGB color model

#A9786E color RGB value is (169,120,110).

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

RGB channels and saturation

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

169
120
110

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

Portions of RGB colors in percentages

R + G + B =
169 + 120 + 110 = 399 (100%)
R 169 of 399 ~ 42.36%
G 120 of 399 ~ 30.08%
B 110 of 399 ~ 27.57%

%42.36
%30.08
%27.57

CMYK color model

#A9786E color CMYK value is (0,29,35,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 34.91%
  • key color value is 33.73%
CMYK:
(0,29,35,34)
C0M29Y35K34 
(0%,29%,35%,34%)
(0.00/0.29/0.35/0.34)	

CMYK percentages

%0
%28.99
%34.91
%33.73

Codes

Color #A9786E in popluar color models

A9786E
RGB169120110
HSL10°25.54%54.71%
HSB/HSV10°34.91%66.27%
CMYK0.00%28.99%34.91%
33.73%

Color #A9786E in popluar number systems.

HEXA9786E
Decimal169120110
Binary1010100111110001101110
Octal251170156

Shades and tints

Shades of #A9786E

#A9786E
(169,120,110)
#9A6E64
(154,110,100)
#8B645A
(139,100,90)
#7C5A50
(124,90,80)
#6D5046
(109,80,70)
#5E463C
(94,70,60)
#4F3C32
(79,60,50)
#403228
(64,50,40)
#31281E
(49,40,30)
#221E14
(34,30,20)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #A9786E

#A9786E
(169,120,110)
#B0847B
(176,132,123)
#B79088
(183,144,136)
#BE9C95
(190,156,149)
#C5A8A2
(197,168,162)
#CCB4AF
(204,180,175)
#D3C0BC
(211,192,188)
#DACCC9
(218,204,201)
#E1D8D6
(225,216,214)
#E8E4E3
(232,228,227)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9786E; }

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

This text font color is #A9786E.


Background Color

.myBgColor { background-color: #A9786E; }

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

This div background color is #A9786E.


Border color

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

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

This div border color is #A9786E.


Opacity

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

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

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

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

This text has shadow with #A9786E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9786E on black background.


Color preview on white background

This text has color #A9786E on white background.



Black color preview on #A9786E background

This text has black color on #A9786E background.


White color preview on #A9786E background

This text has white color on #A9786E background.