COLOR #A4967B

HEX: #A4967B
RGB: (164,150,123)

Color info

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

RGB color model

#A4967B color RGB value is (164,150,123).

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

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 123 of 255 = 48%

164
150
123

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 123 = 437 (100%)
R 164 of 437 ~ 37.53%
G 150 of 437 ~ 34.32%
B 123 of 437 ~ 28.15%

%37.53
%34.32
%28.15

CMYK color model

#A4967B color CMYK value is (0,9,25,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 25.00%
  • key color value is 35.69%
CMYK:
(0,9,25,36)
C0M9Y25K36 
(0%,9%,25%,36%)
(0.00/0.09/0.25/0.36)	

CMYK percentages

%0
%8.54
%25
%35.69

Codes

Color #A4967B in popluar color models

A4967B
RGB164150123
HSL40°18.39%56.27%
HSB/HSV40°25.00%64.31%
CMYK0.00%8.54%25.00%
35.69%

Color #A4967B in popluar number systems.

HEXA4967B
Decimal164150123
Binary10100100100101101111011
Octal244226173

Shades and tints

Shades of #A4967B

#A4967B
(164,150,123)
#968970
(150,137,112)
#887C65
(136,124,101)
#7A6F5A
(122,111,90)
#6C624F
(108,98,79)
#5E5544
(94,85,68)
#504839
(80,72,57)
#423B2E
(66,59,46)
#342E23
(52,46,35)
#262118
(38,33,24)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #A4967B

#A4967B
(164,150,123)
#AC9F87
(172,159,135)
#B4A893
(180,168,147)
#BCB19F
(188,177,159)
#C4BAAB
(196,186,171)
#CCC3B7
(204,195,183)
#D4CCC3
(212,204,195)
#DCD5CF
(220,213,207)
#E4DEDB
(228,222,219)
#ECE7E7
(236,231,231)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4967B; }

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

This text font color is #A4967B.


Background Color

.myBgColor { background-color: #A4967B; }

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

This div background color is #A4967B.


Border color

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

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

This div border color is #A4967B.


Opacity

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

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

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

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

This text has shadow with #A4967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4967B on black background.


Color preview on white background

This text has color #A4967B on white background.



Black color preview on #A4967B background

This text has black color on #A4967B background.


White color preview on #A4967B background

This text has white color on #A4967B background.