COLOR #A7957B

HEX: #A7957B
RGB: (167,149,123)

Color info

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

RGB color model

#A7957B color RGB value is (167,149,123).

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

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 123 of 255 = 48%

167
149
123

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

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 123 = 439 (100%)
R 167 of 439 ~ 38.04%
G 149 of 439 ~ 33.94%
B 123 of 439 ~ 28.02%

%38.04
%33.94
%28.02

CMYK color model

#A7957B color CMYK value is (0,11,26,35).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 26.35%
  • key color value is 34.51%
CMYK:
(0,11,26,35)
C0M11Y26K35 
(0%,11%,26%,35%)
(0.00/0.11/0.26/0.35)	

CMYK percentages

%0
%10.78
%26.35
%34.51

Codes

Color #A7957B in popluar color models

A7957B
RGB167149123
HSL35°20.00%56.86%
HSB/HSV35°26.35%65.49%
CMYK0.00%10.78%26.35%
34.51%

Color #A7957B in popluar number systems.

HEXA7957B
Decimal167149123
Binary10100111100101011111011
Octal247225173

Shades and tints

Shades of #A7957B

#A7957B
(167,149,123)
#988870
(152,136,112)
#897B65
(137,123,101)
#7A6E5A
(122,110,90)
#6B614F
(107,97,79)
#5C5444
(92,84,68)
#4D4739
(77,71,57)
#3E3A2E
(62,58,46)
#2F2D23
(47,45,35)
#202018
(32,32,24)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #A7957B

#A7957B
(167,149,123)
#AF9E87
(175,158,135)
#B7A793
(183,167,147)
#BFB09F
(191,176,159)
#C7B9AB
(199,185,171)
#CFC2B7
(207,194,183)
#D7CBC3
(215,203,195)
#DFD4CF
(223,212,207)
#E7DDDB
(231,221,219)
#EFE6E7
(239,230,231)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7957B; }

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

This text font color is #A7957B.


Background Color

.myBgColor { background-color: #A7957B; }

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

This div background color is #A7957B.


Border color

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

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

This div border color is #A7957B.


Opacity

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

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

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

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

This text has shadow with #A7957B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7957B on black background.


Color preview on white background

This text has color #A7957B on white background.



Black color preview on #A7957B background

This text has black color on #A7957B background.


White color preview on #A7957B background

This text has white color on #A7957B background.