COLOR #A7967D

HEX: #A7967D
RGB: (167,150,125)

Color info

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

RGB color model

#A7967D color RGB value is (167,150,125).

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

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 125 of 255 = 49%

167
150
125

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

Portions of RGB colors in percentages

R + G + B =
167 + 150 + 125 = 442 (100%)
R 167 of 442 ~ 37.78%
G 150 of 442 ~ 33.94%
B 125 of 442 ~ 28.28%

%37.78
%33.94
%28.28

CMYK color model

#A7967D color CMYK value is (0,10,25,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 25.15%
  • key color value is 34.51%
CMYK:
(0,10,25,35)
C0M10Y25K35 
(0%,10%,25%,35%)
(0.00/0.10/0.25/0.35)	

CMYK percentages

%0
%10.18
%25.15
%34.51

Codes

Color #A7967D in popluar color models

A7967D
RGB167150125
HSL36°19.27%57.25%
HSB/HSV36°25.15%65.49%
CMYK0.00%10.18%25.15%
34.51%

Color #A7967D in popluar number systems.

HEXA7967D
Decimal167150125
Binary10100111100101101111101
Octal247226175

Shades and tints

Shades of #A7967D

#A7967D
(167,150,125)
#988972
(152,137,114)
#897C67
(137,124,103)
#7A6F5C
(122,111,92)
#6B6251
(107,98,81)
#5C5546
(92,85,70)
#4D483B
(77,72,59)
#3E3B30
(62,59,48)
#2F2E25
(47,46,37)
#20211A
(32,33,26)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A7967D

#A7967D
(167,150,125)
#AF9F88
(175,159,136)
#B7A893
(183,168,147)
#BFB19E
(191,177,158)
#C7BAA9
(199,186,169)
#CFC3B4
(207,195,180)
#D7CCBF
(215,204,191)
#DFD5CA
(223,213,202)
#E7DED5
(231,222,213)
#EFE7E0
(239,231,224)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7967D; }

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

This text font color is #A7967D.


Background Color

.myBgColor { background-color: #A7967D; }

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

This div background color is #A7967D.


Border color

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

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

This div border color is #A7967D.


Opacity

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

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

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

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

This text has shadow with #A7967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7967D on black background.


Color preview on white background

This text has color #A7967D on white background.



Black color preview on #A7967D background

This text has black color on #A7967D background.


White color preview on #A7967D background

This text has white color on #A7967D background.