COLOR #A97C5B

HEX: #A97C5B RGB: (169,124,91)

Color info

#A97C5B contains mainly red and green colors. Web safe color of #A97C5B is #996666 (or #966).

RGB color model

#A97C5B color RGB value is (169,124,91).

RGB: (169,124,91) (66%, 49%, 36%)

RGB channels and saturation

R 169 of 255 = 66%
G 124 of 255 = 49%
B 91 of 255 = 36%

169
124
91

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

Portions of RGB colors in percentages

R + G + B = 169 + 124 + 91 = 384 (100%)
R 169 of 384 ~ 44.01%
G 124 of 384 ~ 32.29%
B 91 of 384 ~ 23.7'%

%44.01
%32.29
%23.7

CMYK color model

#A97C5B color CMYK value is (0,27,46,34).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 46.15%
  • key color value is 33.73%

CMYK: (0,27,46,34)
C0M27Y46K34 (0%, 27%, 46%, 34%)
(0.00 / 0.27 / 0.46 / 0.34)

CMYK percentages

%0
%26.63
%46.15
%33.73

Codes

Color #A97C5B in popluar color models

A9 7C 5B
RGB 169 124 91
HSL 25° 31.20% 50.98%
HSB/HSV 25° 46.15% 66.27%
CMYK 0.00% 26.63% 46.15%
33.73%

Color #A97C5B in popluar number systems.

HEX A9 7C 5B
Decimal 169 124 91
Binary 10101001 1111100 1011011
Octal 251 174 133

Shades and tints

Shades of #A97C5B

#A97C5B
(169,124,91)
#9A7153
(154,113,83)
#8B664B
(139,102,75)
#7C5B43
(124,91,67)
#6D503B
(109,80,59)
#5E4533
(94,69,51)
#4F3A2B
(79,58,43)
#402F23
(64,47,35)
#31241B
(49,36,27)
#221913
(34,25,19)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #A97C5B

#A97C5B
(169,124,91)
#B08769
(176,135,105)
#B79277
(183,146,119)
#BE9D85
(190,157,133)
#C5A893
(197,168,147)
#CCB3A1
(204,179,161)
#D3BEAF
(211,190,175)
#DAC9BD
(218,201,189)
#E1D4CB
(225,212,203)
#E8DFD9
(232,223,217)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97C5B color. Also use rgb(169,124,91) instead hex code.

Text Font Color

.myTextColor { color: #A97C5B; }

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

This text font color is #A97C5B.

Background Color

.myBgColor { background-color: #A97C5B; }

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

This div background color is #A97C5B.

Border color

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

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

This div border color is #A97C5B.

Opacity

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

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

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

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

This text has shadow with #A97C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97C5B.

Preview

Color preview on black background

This text has color #A97C5B on black background.


Color preview on white background

This text has color #A97C5B on white background.


Black color preview on #A97C5B background

This text has black color on #A97C5B background.


White color preview on #A97C5B background

This text has white color on #A97C5B background.


Related colors

Complementary color

Complementary color for #hex is #5683A4.


I love getcolorcode.com

Triadic colors

1 #5BA97C and #7C5BA9 with #A97C5B are triadic colors.

2 #5B7CA9 and #7CA95B with #A97C5B are triadic colors.