COLOR #A9986C

HEX: #A9986C
RGB: (169,152,108)

Color info

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

RGB color model

#A9986C color RGB value is (169,152,108).

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

RGB channels and saturation

R 169 of 255 = 66%
G 152 of 255 = 60%
B 108 of 255 = 42%

169
152
108

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

Portions of RGB colors in percentages

R + G + B =
169 + 152 + 108 = 429 (100%)
R 169 of 429 ~ 39.39%
G 152 of 429 ~ 35.43%
B 108 of 429 ~ 25.17%

%39.39
%35.43
%25.17

CMYK color model

#A9986C color CMYK value is (0,10,36,34).

  • cyan value is 0.00%
  • magenta value is 10.06%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK:
(0,10,36,34)
C0M10Y36K34 
(0%,10%,36%,34%)
(0.00/0.10/0.36/0.34)	

CMYK percentages

%0
%10.06
%36.09
%33.73

Codes

Color #A9986C in popluar color models

A9986C
RGB169152108
HSL43°26.18%54.31%
HSB/HSV43°36.09%66.27%
CMYK0.00%10.06%36.09%
33.73%

Color #A9986C in popluar number systems.

HEXA9986C
Decimal169152108
Binary10101001100110001101100
Octal251230154

Shades and tints

Shades of #A9986C

#A9986C
(169,152,108)
#9A8B63
(154,139,99)
#8B7E5A
(139,126,90)
#7C7151
(124,113,81)
#6D6448
(109,100,72)
#5E573F
(94,87,63)
#4F4A36
(79,74,54)
#403D2D
(64,61,45)
#313024
(49,48,36)
#22231B
(34,35,27)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #A9986C

#A9986C
(169,152,108)
#B0A179
(176,161,121)
#B7AA86
(183,170,134)
#BEB393
(190,179,147)
#C5BCA0
(197,188,160)
#CCC5AD
(204,197,173)
#D3CEBA
(211,206,186)
#DAD7C7
(218,215,199)
#E1E0D4
(225,224,212)
#E8E9E1
(232,233,225)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9986C; }

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

This text font color is #A9986C.


Background Color

.myBgColor { background-color: #A9986C; }

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

This div background color is #A9986C.


Border color

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

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

This div border color is #A9986C.


Opacity

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

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

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

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

This text has shadow with #A9986C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9986C on black background.


Color preview on white background

This text has color #A9986C on white background.



Black color preview on #A9986C background

This text has black color on #A9986C background.


White color preview on #A9986C background

This text has white color on #A9986C background.