COLOR #A7957F

HEX: #A7957F
RGB: (167,149,127)

Color info

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

RGB color model

#A7957F color RGB value is (167,149,127).

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

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 127 of 255 = 50%

167
149
127

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

Portions of RGB colors in percentages

R + G + B =
167 + 149 + 127 = 443 (100%)
R 167 of 443 ~ 37.7%
G 149 of 443 ~ 33.63%
B 127 of 443 ~ 28.67%

%37.7
%33.63
%28.67

CMYK color model

#A7957F color CMYK value is (0,11,24,35).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 23.95%
  • key color value is 34.51%
CMYK:
(0,11,24,35)
C0M11Y24K35 
(0%,11%,24%,35%)
(0.00/0.11/0.24/0.35)	

CMYK percentages

%0
%10.78
%23.95
%34.51

Codes

Color #A7957F in popluar color models

A7957F
RGB167149127
HSL33°18.52%57.65%
HSB/HSV33°23.95%65.49%
CMYK0.00%10.78%23.95%
34.51%

Color #A7957F in popluar number systems.

HEXA7957F
Decimal167149127
Binary10100111100101011111111
Octal247225177

Shades and tints

Shades of #A7957F

#A7957F
(167,149,127)
#988874
(152,136,116)
#897B69
(137,123,105)
#7A6E5E
(122,110,94)
#6B6153
(107,97,83)
#5C5448
(92,84,72)
#4D473D
(77,71,61)
#3E3A32
(62,58,50)
#2F2D27
(47,45,39)
#20201C
(32,32,28)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A7957F

#A7957F
(167,149,127)
#AF9E8A
(175,158,138)
#B7A795
(183,167,149)
#BFB0A0
(191,176,160)
#C7B9AB
(199,185,171)
#CFC2B6
(207,194,182)
#D7CBC1
(215,203,193)
#DFD4CC
(223,212,204)
#E7DDD7
(231,221,215)
#EFE6E2
(239,230,226)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7957F; }

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

This text font color is #A7957F.


Background Color

.myBgColor { background-color: #A7957F; }

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

This div background color is #A7957F.


Border color

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

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

This div border color is #A7957F.


Opacity

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

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

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

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

This text has shadow with #A7957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7957F on black background.


Color preview on white background

This text has color #A7957F on white background.



Black color preview on #A7957F background

This text has black color on #A7957F background.


White color preview on #A7957F background

This text has white color on #A7957F background.