COLOR #A56960

HEX: #A56960
RGB: (165,105,96)

Color info

#A56960 contains mainly red color. Web safe color of #A56960 is #996666 (or #966).

RGB color model

#A56960 color RGB value is (165,105,96).

  • red value is 165;
  • green value is 105;
  • blue value is 96.
RGB:
(165,105,96)
(65%,41%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 96 of 255 = 38%

165
105
96

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

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 96 = 366 (100%)
R 165 of 366 ~ 45.08%
G 105 of 366 ~ 28.69%
B 96 of 366 ~ 26.23%

%45.08
%28.69
%26.23

CMYK color model

#A56960 color CMYK value is (0,36,42,35).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 41.82%
  • key color value is 35.29%
CMYK:
(0,36,42,35)
C0M36Y42K35 
(0%,36%,42%,35%)
(0.00/0.36/0.42/0.35)	

CMYK percentages

%0
%36.36
%41.82
%35.29

Codes

Color #A56960 in popluar color models

A56960
RGB16510596
HSL27.71%51.18%
HSB/HSV41.82%64.71%
CMYK0.00%36.36%41.82%
35.29%

Color #A56960 in popluar number systems.

HEXA56960
Decimal16510596
Binary1010010111010011100000
Octal245151140

Shades and tints

Shades of #A56960

#A56960
(165,105,96)
#966058
(150,96,88)
#875750
(135,87,80)
#784E48
(120,78,72)
#694540
(105,69,64)
#5A3C38
(90,60,56)
#4B3330
(75,51,48)
#3C2A28
(60,42,40)
#2D2120
(45,33,32)
#1E1818
(30,24,24)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #A56960

#A56960
(165,105,96)
#AD766E
(173,118,110)
#B5837C
(181,131,124)
#BD908A
(189,144,138)
#C59D98
(197,157,152)
#CDAAA6
(205,170,166)
#D5B7B4
(213,183,180)
#DDC4C2
(221,196,194)
#E5D1D0
(229,209,208)
#EDDEDE
(237,222,222)
#F5EBEC
(245,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56960 color. Also use rgb(165,105,96) instead hex code.

Text Font Color

.myTextColor { color: #A56960; }

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

This text font color is #A56960.


Background Color

.myBgColor { background-color: #A56960; }

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

This div background color is #A56960.


Border color

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

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

This div border color is #A56960.


Opacity

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

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

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

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

This text has shadow with #A56960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56960 on black background.


Color preview on white background

This text has color #A56960 on white background.



Black color preview on #A56960 background

This text has black color on #A56960 background.


White color preview on #A56960 background

This text has white color on #A56960 background.