COLOR #A4966F

HEX: #A4966F
RGB: (164,150,111)

Color info

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

RGB color model

#A4966F color RGB value is (164,150,111).

  • red value is 164;
  • green value is 150;
  • blue value is 111.
RGB:
(164,150,111)
(64%,59%,44%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 111 of 255 = 44%

164
150
111

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 111 = 425 (100%)
R 164 of 425 ~ 38.59%
G 150 of 425 ~ 35.29%
B 111 of 425 ~ 26.12%

%38.59
%35.29
%26.12

CMYK color model

#A4966F color CMYK value is (0,9,32,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 32.32%
  • key color value is 35.69%
CMYK:
(0,9,32,36)
C0M9Y32K36 
(0%,9%,32%,36%)
(0.00/0.09/0.32/0.36)	

CMYK percentages

%0
%8.54
%32.32
%35.69

Codes

Color #A4966F in popluar color models

A4966F
RGB164150111
HSL44°22.55%53.92%
HSB/HSV44°32.32%64.31%
CMYK0.00%8.54%32.32%
35.69%

Color #A4966F in popluar number systems.

HEXA4966F
Decimal164150111
Binary10100100100101101101111
Octal244226157

Shades and tints

Shades of #A4966F

#A4966F
(164,150,111)
#968965
(150,137,101)
#887C5B
(136,124,91)
#7A6F51
(122,111,81)
#6C6247
(108,98,71)
#5E553D
(94,85,61)
#504833
(80,72,51)
#423B29
(66,59,41)
#342E1F
(52,46,31)
#262115
(38,33,21)
#18140B
(24,20,11)
#000000
(0,0,0)

Tints of #A4966F

#A4966F
(164,150,111)
#AC9F7C
(172,159,124)
#B4A889
(180,168,137)
#BCB196
(188,177,150)
#C4BAA3
(196,186,163)
#CCC3B0
(204,195,176)
#D4CCBD
(212,204,189)
#DCD5CA
(220,213,202)
#E4DED7
(228,222,215)
#ECE7E4
(236,231,228)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4966F color. Also use rgb(164,150,111) instead hex code.

Text Font Color

.myTextColor { color: #A4966F; }

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

This text font color is #A4966F.


Background Color

.myBgColor { background-color: #A4966F; }

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

This div background color is #A4966F.


Border color

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

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

This div border color is #A4966F.


Opacity

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

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

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

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

This text has shadow with #A4966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4966F on black background.


Color preview on white background

This text has color #A4966F on white background.



Black color preview on #A4966F background

This text has black color on #A4966F background.


White color preview on #A4966F background

This text has white color on #A4966F background.