COLOR #A57961

HEX: #A57961
RGB: (165,121,97)

Color info

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

RGB color model

#A57961 color RGB value is (165,121,97).

  • red value is 165;
  • green value is 121;
  • blue value is 97.
RGB:
(165,121,97)
(65%,47%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 121 of 255 = 47%
B 97 of 255 = 38%

165
121
97

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

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 97 = 383 (100%)
R 165 of 383 ~ 43.08%
G 121 of 383 ~ 31.59%
B 97 of 383 ~ 25.33%

%43.08
%31.59
%25.33

CMYK color model

#A57961 color CMYK value is (0,27,41,35).

  • cyan value is 0.00%
  • magenta value is 26.67%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(0,27,41,35)
C0M27Y41K35 
(0%,27%,41%,35%)
(0.00/0.27/0.41/0.35)	

CMYK percentages

%0
%26.67
%41.21
%35.29

Codes

Color #A57961 in popluar color models

A57961
RGB16512197
HSL21°27.42%51.37%
HSB/HSV21°41.21%64.71%
CMYK0.00%26.67%41.21%
35.29%

Color #A57961 in popluar number systems.

HEXA57961
Decimal16512197
Binary1010010111110011100001
Octal245171141

Shades and tints

Shades of #A57961

#A57961
(165,121,97)
#966E59
(150,110,89)
#876351
(135,99,81)
#785849
(120,88,73)
#694D41
(105,77,65)
#5A4239
(90,66,57)
#4B3731
(75,55,49)
#3C2C29
(60,44,41)
#2D2121
(45,33,33)
#1E1619
(30,22,25)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #A57961

#A57961
(165,121,97)
#AD856F
(173,133,111)
#B5917D
(181,145,125)
#BD9D8B
(189,157,139)
#C5A999
(197,169,153)
#CDB5A7
(205,181,167)
#D5C1B5
(213,193,181)
#DDCDC3
(221,205,195)
#E5D9D1
(229,217,209)
#EDE5DF
(237,229,223)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A57961 color. Also use rgb(165,121,97) instead hex code.

Text Font Color

.myTextColor { color: #A57961; }

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

This text font color is #A57961.


Background Color

.myBgColor { background-color: #A57961; }

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

This div background color is #A57961.


Border color

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

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

This div border color is #A57961.


Opacity

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

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

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

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

This text has shadow with #A57961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A57961 on black background.


Color preview on white background

This text has color #A57961 on white background.



Black color preview on #A57961 background

This text has black color on #A57961 background.


White color preview on #A57961 background

This text has white color on #A57961 background.