COLOR #A56763

HEX: #A56763
RGB: (165,103,99)

Color info

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

RGB color model

#A56763 color RGB value is (165,103,99).

  • red value is 165;
  • green value is 103;
  • blue value is 99.
RGB:
(165,103,99)
(65%,40%,39%)

RGB channels and saturation

R 165 of 255 = 65%
G 103 of 255 = 40%
B 99 of 255 = 39%

165
103
99

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

Portions of RGB colors in percentages

R + G + B =
165 + 103 + 99 = 367 (100%)
R 165 of 367 ~ 44.96%
G 103 of 367 ~ 28.07%
B 99 of 367 ~ 26.98%

%44.96
%28.07
%26.98

CMYK color model

#A56763 color CMYK value is (0,38,40,35).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 40.00%
  • key color value is 35.29%
CMYK:
(0,38,40,35)
C0M38Y40K35 
(0%,38%,40%,35%)
(0.00/0.38/0.40/0.35)	

CMYK percentages

%0
%37.58
%40
%35.29

Codes

Color #A56763 in popluar color models

A56763
RGB16510399
HSL26.83%51.76%
HSB/HSV40.00%64.71%
CMYK0.00%37.58%40.00%
35.29%

Color #A56763 in popluar number systems.

HEXA56763
Decimal16510399
Binary1010010111001111100011
Octal245147143

Shades and tints

Shades of #A56763

#A56763
(165,103,99)
#965E5A
(150,94,90)
#875551
(135,85,81)
#784C48
(120,76,72)
#69433F
(105,67,63)
#5A3A36
(90,58,54)
#4B312D
(75,49,45)
#3C2824
(60,40,36)
#2D1F1B
(45,31,27)
#1E1612
(30,22,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #A56763

#A56763
(165,103,99)
#AD7471
(173,116,113)
#B5817F
(181,129,127)
#BD8E8D
(189,142,141)
#C59B9B
(197,155,155)
#CDA8A9
(205,168,169)
#D5B5B7
(213,181,183)
#DDC2C5
(221,194,197)
#E5CFD3
(229,207,211)
#EDDCE1
(237,220,225)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56763 color. Also use rgb(165,103,99) instead hex code.

Text Font Color

.myTextColor { color: #A56763; }

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

This text font color is #A56763.


Background Color

.myBgColor { background-color: #A56763; }

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

This div background color is #A56763.


Border color

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

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

This div border color is #A56763.


Opacity

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

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

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

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

This text has shadow with #A56763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56763 on black background.


Color preview on white background

This text has color #A56763 on white background.



Black color preview on #A56763 background

This text has black color on #A56763 background.


White color preview on #A56763 background

This text has white color on #A56763 background.