COLOR #A9936F

HEX: #A9936F
RGB: (169,147,111)

Color info

#A9936F contains red, green and blue colors in about the same proportion. Web safe color of #A9936F is #999966 (or #996).

RGB color model

#A9936F color RGB value is (169,147,111).

  • red value is 169;
  • green value is 147;
  • blue value is 111.
RGB:
(169,147,111)
(66%,58%,44%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 111 of 255 = 44%

169
147
111

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

Portions of RGB colors in percentages

R + G + B =
169 + 147 + 111 = 427 (100%)
R 169 of 427 ~ 39.58%
G 147 of 427 ~ 34.43%
B 111 of 427 ~ 26%

%39.58
%34.43
%26

CMYK color model

#A9936F color CMYK value is (0,13,34,34).

  • cyan value is 0.00%
  • magenta value is 13.02%
  • yellow value is 34.32%
  • key color value is 33.73%
CMYK:
(0,13,34,34)
C0M13Y34K34 
(0%,13%,34%,34%)
(0.00/0.13/0.34/0.34)	

CMYK percentages

%0
%13.02
%34.32
%33.73

Codes

Color #A9936F in popluar color models

A9936F
RGB169147111
HSL37°25.22%54.90%
HSB/HSV37°34.32%66.27%
CMYK0.00%13.02%34.32%
33.73%

Color #A9936F in popluar number systems.

HEXA9936F
Decimal169147111
Binary10101001100100111101111
Octal251223157

Shades and tints

Shades of #A9936F

#A9936F
(169,147,111)
#9A8665
(154,134,101)
#8B795B
(139,121,91)
#7C6C51
(124,108,81)
#6D5F47
(109,95,71)
#5E523D
(94,82,61)
#4F4533
(79,69,51)
#403829
(64,56,41)
#312B1F
(49,43,31)
#221E15
(34,30,21)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #A9936F

#A9936F
(169,147,111)
#B09C7C
(176,156,124)
#B7A589
(183,165,137)
#BEAE96
(190,174,150)
#C5B7A3
(197,183,163)
#CCC0B0
(204,192,176)
#D3C9BD
(211,201,189)
#DAD2CA
(218,210,202)
#E1DBD7
(225,219,215)
#E8E4E4
(232,228,228)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9936F color. Also use rgb(169,147,111) instead hex code.

Text Font Color

.myTextColor { color: #A9936F; }

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

This text font color is #A9936F.


Background Color

.myBgColor { background-color: #A9936F; }

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

This div background color is #A9936F.


Border color

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

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

This div border color is #A9936F.


Opacity

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

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

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

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

This text has shadow with #A9936F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9936F on black background.


Color preview on white background

This text has color #A9936F on white background.



Black color preview on #A9936F background

This text has black color on #A9936F background.


White color preview on #A9936F background

This text has white color on #A9936F background.