COLOR #A4966C

HEX: #A4966C
RGB: (164,150,108)

Color info

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

RGB color model

#A4966C color RGB value is (164,150,108).

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

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 108 of 255 = 42%

164
150
108

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 108 = 422 (100%)
R 164 of 422 ~ 38.86%
G 150 of 422 ~ 35.55%
B 108 of 422 ~ 25.59%

%38.86
%35.55
%25.59

CMYK color model

#A4966C color CMYK value is (0,9,34,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 34.15%
  • key color value is 35.69%
CMYK:
(0,9,34,36)
C0M9Y34K36 
(0%,9%,34%,36%)
(0.00/0.09/0.34/0.36)	

CMYK percentages

%0
%8.54
%34.15
%35.69

Codes

Color #A4966C in popluar color models

A4966C
RGB164150108
HSL45°23.53%53.33%
HSB/HSV45°34.15%64.31%
CMYK0.00%8.54%34.15%
35.69%

Color #A4966C in popluar number systems.

HEXA4966C
Decimal164150108
Binary10100100100101101101100
Octal244226154

Shades and tints

Shades of #A4966C

#A4966C
(164,150,108)
#968963
(150,137,99)
#887C5A
(136,124,90)
#7A6F51
(122,111,81)
#6C6248
(108,98,72)
#5E553F
(94,85,63)
#504836
(80,72,54)
#423B2D
(66,59,45)
#342E24
(52,46,36)
#26211B
(38,33,27)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A4966C

#A4966C
(164,150,108)
#AC9F79
(172,159,121)
#B4A886
(180,168,134)
#BCB193
(188,177,147)
#C4BAA0
(196,186,160)
#CCC3AD
(204,195,173)
#D4CCBA
(212,204,186)
#DCD5C7
(220,213,199)
#E4DED4
(228,222,212)
#ECE7E1
(236,231,225)
#F4F0EE
(244,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4966C; }

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

This text font color is #A4966C.


Background Color

.myBgColor { background-color: #A4966C; }

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

This div background color is #A4966C.


Border color

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

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

This div border color is #A4966C.


Opacity

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

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

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

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

This text has shadow with #A4966C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4966C on black background.


Color preview on white background

This text has color #A4966C on white background.



Black color preview on #A4966C background

This text has black color on #A4966C background.


White color preview on #A4966C background

This text has white color on #A4966C background.