COLOR #A9884B

HEX: #A9884B
RGB: (169,136,75)

Color info

#A9884B contains mainly red and green colors. Web safe color of #A9884B is #999933 (or #993).

RGB color model

#A9884B color RGB value is (169,136,75).

  • red value is 169;
  • green value is 136;
  • blue value is 75.
RGB:
(169,136,75)
(66%,53%,29%)

RGB channels and saturation

R 169 of 255 = 66%
G 136 of 255 = 53%
B 75 of 255 = 29%

169
136
75

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

Portions of RGB colors in percentages

R + G + B =
169 + 136 + 75 = 380 (100%)
R 169 of 380 ~ 44.47%
G 136 of 380 ~ 35.79%
B 75 of 380 ~ 19.74%

%44.47
%35.79
%19.74

CMYK color model

#A9884B color CMYK value is (0,20,56,34).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 55.62%
  • key color value is 33.73%
CMYK:
(0,20,56,34)
C0M20Y56K34 
(0%,20%,56%,34%)
(0.00/0.20/0.56/0.34)	

CMYK percentages

%0
%19.53
%55.62
%33.73

Codes

Color #A9884B in popluar color models

A9884B
RGB16913675
HSL39°38.52%47.84%
HSB/HSV39°55.62%66.27%
CMYK0.00%19.53%55.62%
33.73%

Color #A9884B in popluar number systems.

HEXA9884B
Decimal16913675
Binary10101001100010001001011
Octal251210113

Shades and tints

Shades of #A9884B

#A9884B
(169,136,75)
#9A7C45
(154,124,69)
#8B703F
(139,112,63)
#7C6439
(124,100,57)
#6D5833
(109,88,51)
#5E4C2D
(94,76,45)
#4F4027
(79,64,39)
#403421
(64,52,33)
#31281B
(49,40,27)
#221C15
(34,28,21)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #A9884B

#A9884B
(169,136,75)
#B0925B
(176,146,91)
#B79C6B
(183,156,107)
#BEA67B
(190,166,123)
#C5B08B
(197,176,139)
#CCBA9B
(204,186,155)
#D3C4AB
(211,196,171)
#DACEBB
(218,206,187)
#E1D8CB
(225,216,203)
#E8E2DB
(232,226,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9884B color. Also use rgb(169,136,75) instead hex code.

Text Font Color

.myTextColor { color: #A9884B; }

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

This text font color is #A9884B.


Background Color

.myBgColor { background-color: #A9884B; }

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

This div background color is #A9884B.


Border color

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

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

This div border color is #A9884B.


Opacity

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

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

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

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

This text has shadow with #A9884B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9884B on black background.


Color preview on white background

This text has color #A9884B on white background.



Black color preview on #A9884B background

This text has black color on #A9884B background.


White color preview on #A9884B background

This text has white color on #A9884B background.