COLOR #A97857

HEX: #A97857 RGB: (169,120,87)

Color info

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

RGB color model

#A97857 color RGB value is (169,120,87).

RGB: (169,120,87) (66%, 47%, 34%)

RGB channels and saturation

R 169 of 255 = 66%
G 120 of 255 = 47%
B 87 of 255 = 34%

169
120
87

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

Portions of RGB colors in percentages

R + G + B = 169 + 120 + 87 = 376 (100%)
R 169 of 376 ~ 44.95%
G 120 of 376 ~ 31.91%
B 87 of 376 ~ 23.14'%

%44.95
%31.91
%23.14

CMYK color model

#A97857 color CMYK value is (0,29,49,34).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 48.52%
  • key color value is 33.73%
CMYK: (0,29,49,34) C0M29Y49K34 (0%,29%,49%,34%) (0.00/0.29/0.49/0.34) 

CMYK percentages

%0
%28.99
%48.52
%33.73

Codes

Color #A97857 in popluar color models

A9 78 57
RGB 169 120 87
HSL 24° 32.28% 50.20%
HSB/HSV 24° 48.52% 66.27%
CMYK 0.00% 28.99% 48.52%
33.73%

Color #A97857 in popluar number systems.

HEX A9 78 57
Decimal 169 120 87
Binary 10101001 1111000 1010111
Octal 251 170 127

Shades and tints

Shades of #A97857

#A97857
(169,120,87)
#9A6E50
(154,110,80)
#8B6449
(139,100,73)
#7C5A42
(124,90,66)
#6D503B
(109,80,59)
#5E4634
(94,70,52)
#4F3C2D
(79,60,45)
#403226
(64,50,38)
#31281F
(49,40,31)
#221E18
(34,30,24)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A97857

#A97857
(169,120,87)
#B08466
(176,132,102)
#B79075
(183,144,117)
#BE9C84
(190,156,132)
#C5A893
(197,168,147)
#CCB4A2
(204,180,162)
#D3C0B1
(211,192,177)
#DACCC0
(218,204,192)
#E1D8CF
(225,216,207)
#E8E4DE
(232,228,222)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A97857 color. Also use rgb(169,120,87) instead hex code.

Text Font Color

.myTextColor { color: #A97857; }

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

This text font color is #A97857.

Background Color

.myBgColor { background-color: #A97857; }

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

This div background color is #A97857.

Border color

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

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

This div border color is #A97857.

Opacity

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

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

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

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

This text has shadow with #A97857 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97857.

Preview

Color preview on black background

This text has color #A97857 on black background.


Color preview on white background

This text has color #A97857 on white background.


Black color preview on #A97857 background

This text has black color on #A97857 background.


White color preview on #A97857 background

This text has white color on #A97857 background.


Related colors

Complementary color

Complementary color for #hex is #5687A8.


I love getcolorcode.com

Triadic colors

1 #57A978 and #7857A9 with #A97857 are triadic colors.

2 #5778A9 and #78A957 with #A97857 are triadic colors.