COLOR #A56753

HEX: #A56753
RGB: (165,103,83)

Color info

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

RGB color model

#A56753 color RGB value is (165,103,83).

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

RGB channels and saturation

R 165 of 255 = 65%
G 103 of 255 = 40%
B 83 of 255 = 33%

165
103
83

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

Portions of RGB colors in percentages

R + G + B =
165 + 103 + 83 = 351 (100%)
R 165 of 351 ~ 47.01%
G 103 of 351 ~ 29.34%
B 83 of 351 ~ 23.65%

%47.01
%29.34
%23.65

CMYK color model

#A56753 color CMYK value is (0,38,50,35).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 49.70%
  • key color value is 35.29%
CMYK:
(0,38,50,35)
C0M38Y50K35 
(0%,38%,50%,35%)
(0.00/0.38/0.50/0.35)	

CMYK percentages

%0
%37.58
%49.7
%35.29

Codes

Color #A56753 in popluar color models

A56753
RGB16510383
HSL15°33.06%48.63%
HSB/HSV15°49.70%64.71%
CMYK0.00%37.58%49.70%
35.29%

Color #A56753 in popluar number systems.

HEXA56753
Decimal16510383
Binary1010010111001111010011
Octal245147123

Shades and tints

Shades of #A56753

#A56753
(165,103,83)
#965E4C
(150,94,76)
#875545
(135,85,69)
#784C3E
(120,76,62)
#694337
(105,67,55)
#5A3A30
(90,58,48)
#4B3129
(75,49,41)
#3C2822
(60,40,34)
#2D1F1B
(45,31,27)
#1E1614
(30,22,20)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #A56753

#A56753
(165,103,83)
#AD7462
(173,116,98)
#B58171
(181,129,113)
#BD8E80
(189,142,128)
#C59B8F
(197,155,143)
#CDA89E
(205,168,158)
#D5B5AD
(213,181,173)
#DDC2BC
(221,194,188)
#E5CFCB
(229,207,203)
#EDDCDA
(237,220,218)
#F5E9E9
(245,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56753; }

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

This text font color is #A56753.


Background Color

.myBgColor { background-color: #A56753; }

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

This div background color is #A56753.


Border color

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

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

This div border color is #A56753.


Opacity

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

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

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

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

This text has shadow with #A56753 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56753 on black background.


Color preview on white background

This text has color #A56753 on white background.



Black color preview on #A56753 background

This text has black color on #A56753 background.


White color preview on #A56753 background

This text has white color on #A56753 background.