COLOR #A7957C

HEX: #A7957C RGB: (167,149,124)

Color info

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

RGB color model

#A7957C color RGB value is (167,149,124).

RGB: (167,149,124) (65%, 58%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 149 of 255 = 58%
B 124 of 255 = 49%

167
149
124

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

Portions of RGB colors in percentages

R + G + B = 167 + 149 + 124 = 440 (100%)
R 167 of 440 ~ 37.95%
G 149 of 440 ~ 33.86%
B 124 of 440 ~ 28.18'%

%37.95
%33.86
%28.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 25.75%
  • 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
%25.75
%34.51

Codes

Color #A7957C in popluar color models

A7 95 7C
RGB 167 149 124
HSL 35° 19.63% 57.06%
HSB/HSV 35° 25.75% 65.49%
CMYK 0.00% 10.78% 25.75%
34.51%

Color #A7957C in popluar number systems.

HEX A7 95 7C
Decimal 167 149 124
Binary 10100111 10010101 1111100
Octal 247 225 174

Shades and tints

Shades of #A7957C

#A7957C
(167,149,124)
#988871
(152,136,113)
#897B66
(137,123,102)
#7A6E5B
(122,110,91)
#6B6150
(107,97,80)
#5C5445
(92,84,69)
#4D473A
(77,71,58)
#3E3A2F
(62,58,47)
#2F2D24
(47,45,36)
#202019
(32,32,25)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #A7957C

#A7957C
(167,149,124)
#AF9E87
(175,158,135)
#B7A792
(183,167,146)
#BFB09D
(191,176,157)
#C7B9A8
(199,185,168)
#CFC2B3
(207,194,179)
#D7CBBE
(215,203,190)
#DFD4C9
(223,212,201)
#E7DDD4
(231,221,212)
#EFE6DF
(239,230,223)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7957C; }

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

This text font color is #A7957C.

Background Color

.myBgColor { background-color: #A7957C; }

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

This div background color is #A7957C.

Border color

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

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

This div border color is #A7957C.

Opacity

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

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

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

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

This text has shadow with #A7957C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7957C.

Preview

Color preview on black background

This text has color #A7957C on black background.


Color preview on white background

This text has color #A7957C on white background.


Black color preview on #A7957C background

This text has black color on #A7957C background.


White color preview on #A7957C background

This text has white color on #A7957C background.


Related colors

Complementary color

Complementary color for #hex is #586A83.


I love getcolorcode.com

Triadic colors

1 #7CA795 and #957CA7 with #A7957C are triadic colors.

2 #7C95A7 and #95A77C with #A7957C are triadic colors.