COLOR #A97A57

HEX: #A97A57 RGB: (169,122,87)

Color info

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

RGB color model

#A97A57 color RGB value is (169,122,87).

RGB: (169,122,87) (66%, 48%, 34%)

RGB channels and saturation

R 169 of 255 = 66%
G 122 of 255 = 48%
B 87 of 255 = 34%

169
122
87

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

Portions of RGB colors in percentages

R + G + B = 169 + 122 + 87 = 378 (100%)
R 169 of 378 ~ 44.71%
G 122 of 378 ~ 32.28%
B 87 of 378 ~ 23.02'%

%44.71
%32.28
%23.02

CMYK color model

#A97A57 color CMYK value is (0,28,49,34).

  • cyan value is 0.00%
  • magenta value is 27.81%
  • yellow value is 48.52%
  • key color value is 33.73%

CMYK: (0,28,49,34)
C0M28Y49K34 (0%, 28%, 49%, 34%)
(0.00 / 0.28 / 0.49 / 0.34)

CMYK percentages

%0
%27.81
%48.52
%33.73

Codes

Color #A97A57 in popluar color models

A9 7A 57
RGB 169 122 87
HSL 26° 32.28% 50.20%
HSB/HSV 26° 48.52% 66.27%
CMYK 0.00% 27.81% 48.52%
33.73%

Color #A97A57 in popluar number systems.

HEX A9 7A 57
Decimal 169 122 87
Binary 10101001 1111010 1010111
Octal 251 172 127

Shades and tints

Shades of #A97A57

#A97A57
(169,122,87)
#9A6F50
(154,111,80)
#8B6449
(139,100,73)
#7C5942
(124,89,66)
#6D4E3B
(109,78,59)
#5E4334
(94,67,52)
#4F382D
(79,56,45)
#402D26
(64,45,38)
#31221F
(49,34,31)
#221718
(34,23,24)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #A97A57

#A97A57
(169,122,87)
#B08666
(176,134,102)
#B79275
(183,146,117)
#BE9E84
(190,158,132)
#C5AA93
(197,170,147)
#CCB6A2
(204,182,162)
#D3C2B1
(211,194,177)
#DACEC0
(218,206,192)
#E1DACF
(225,218,207)
#E8E6DE
(232,230,222)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A97A57; }

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

This text font color is #A97A57.

Background Color

.myBgColor { background-color: #A97A57; }

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

This div background color is #A97A57.

Border color

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

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

This div border color is #A97A57.

Opacity

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

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

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

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

This text has shadow with #A97A57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A97A57.

Preview

Color preview on black background

This text has color #A97A57 on black background.


Color preview on white background

This text has color #A97A57 on white background.


Black color preview on #A97A57 background

This text has black color on #A97A57 background.


White color preview on #A97A57 background

This text has white color on #A97A57 background.


Related colors

Complementary color

Complementary color for #hex is #5685A8.


I love getcolorcode.com

Triadic colors

1 #57A97A and #7A57A9 with #A97A57 are triadic colors.

2 #577AA9 and #7AA957 with #A97A57 are triadic colors.