COLOR #A7967B

HEX: #A7967B
RGB: (167,150,123)

Color info

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

RGB color model

#A7967B color RGB value is (167,150,123).

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

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 123 of 255 = 48%

167
150
123

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

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 123 = 440 (100%)
R 167 of 440 ~ 37.95%
G 150 of 440 ~ 34.09%
B 123 of 440 ~ 27.95%

%37.95
%34.09
%27.95

CMYK color model

#A7967B color CMYK value is (0,10,26,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 26.35%
  • key color value is 34.51%
CMYK:
(0,10,26,35)
C0M10Y26K35 
(0%,10%,26%,35%)
(0.00/0.10/0.26/0.35)	

CMYK percentages

%0
%10.18
%26.35
%34.51

Codes

Color #A7967B in popluar color models

A7967B
RGB167150123
HSL37°20.00%56.86%
HSB/HSV37°26.35%65.49%
CMYK0.00%10.18%26.35%
34.51%

Color #A7967B in popluar number systems.

HEXA7967B
Decimal167150123
Binary10100111100101101111011
Octal247226173

Shades and tints

Shades of #A7967B

#A7967B
(167,150,123)
#988970
(152,137,112)
#897C65
(137,124,101)
#7A6F5A
(122,111,90)
#6B624F
(107,98,79)
#5C5544
(92,85,68)
#4D4839
(77,72,57)
#3E3B2E
(62,59,46)
#2F2E23
(47,46,35)
#202118
(32,33,24)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #A7967B

#A7967B
(167,150,123)
#AF9F87
(175,159,135)
#B7A893
(183,168,147)
#BFB19F
(191,177,159)
#C7BAAB
(199,186,171)
#CFC3B7
(207,195,183)
#D7CCC3
(215,204,195)
#DFD5CF
(223,213,207)
#E7DEDB
(231,222,219)
#EFE7E7
(239,231,231)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7967B; }

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

This text font color is #A7967B.


Background Color

.myBgColor { background-color: #A7967B; }

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

This div background color is #A7967B.


Border color

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

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

This div border color is #A7967B.


Opacity

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

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

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

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

This text has shadow with #A7967B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7967B on black background.


Color preview on white background

This text has color #A7967B on white background.



Black color preview on #A7967B background

This text has black color on #A7967B background.


White color preview on #A7967B background

This text has white color on #A7967B background.