COLOR #A9876B

HEX: #A9876B
RGB: (169,135,107)

Color info

#A9876B contains mainly red and green colors. Web safe color of #A9876B is #999966 (or #996).

RGB color model

#A9876B color RGB value is (169,135,107).

  • red value is 169;
  • green value is 135;
  • blue value is 107.
RGB:
(169,135,107)
(66%,53%,42%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 107 of 255 = 42%

169
135
107

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

Portions of RGB colors in percentages

R + G + B =
169 + 135 + 107 = 411 (100%)
R 169 of 411 ~ 41.12%
G 135 of 411 ~ 32.85%
B 107 of 411 ~ 26.03%

%41.12
%32.85
%26.03

CMYK color model

#A9876B color CMYK value is (0,20,37,34).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 36.69%
  • key color value is 33.73%
CMYK:
(0,20,37,34)
C0M20Y37K34 
(0%,20%,37%,34%)
(0.00/0.20/0.37/0.34)	

CMYK percentages

%0
%20.12
%36.69
%33.73

Codes

Color #A9876B in popluar color models

A9876B
RGB169135107
HSL27°26.50%54.12%
HSB/HSV27°36.69%66.27%
CMYK0.00%20.12%36.69%
33.73%

Color #A9876B in popluar number systems.

HEXA9876B
Decimal169135107
Binary10101001100001111101011
Octal251207153

Shades and tints

Shades of #A9876B

#A9876B
(169,135,107)
#9A7B62
(154,123,98)
#8B6F59
(139,111,89)
#7C6350
(124,99,80)
#6D5747
(109,87,71)
#5E4B3E
(94,75,62)
#4F3F35
(79,63,53)
#40332C
(64,51,44)
#312723
(49,39,35)
#221B1A
(34,27,26)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #A9876B

#A9876B
(169,135,107)
#B09178
(176,145,120)
#B79B85
(183,155,133)
#BEA592
(190,165,146)
#C5AF9F
(197,175,159)
#CCB9AC
(204,185,172)
#D3C3B9
(211,195,185)
#DACDC6
(218,205,198)
#E1D7D3
(225,215,211)
#E8E1E0
(232,225,224)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9876B color. Also use rgb(169,135,107) instead hex code.

Text Font Color

.myTextColor { color: #A9876B; }

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

This text font color is #A9876B.


Background Color

.myBgColor { background-color: #A9876B; }

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

This div background color is #A9876B.


Border color

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

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

This div border color is #A9876B.


Opacity

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

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

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

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

This text has shadow with #A9876B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9876B on black background.


Color preview on white background

This text has color #A9876B on white background.



Black color preview on #A9876B background

This text has black color on #A9876B background.


White color preview on #A9876B background

This text has white color on #A9876B background.