COLOR #A56053

HEX: #A56053
RGB: (165,96,83)

Color info

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

RGB color model

#A56053 color RGB value is (165,96,83).

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

RGB channels and saturation

R 165 of 255 = 65%
G 96 of 255 = 38%
B 83 of 255 = 33%

165
96
83

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

Portions of RGB colors in percentages

R + G + B =
165 + 96 + 83 = 344 (100%)
R 165 of 344 ~ 47.97%
G 96 of 344 ~ 27.91%
B 83 of 344 ~ 24.13%

%47.97
%27.91
%24.13

CMYK color model

#A56053 color CMYK value is (0,42,50,35).

  • cyan value is 0.00%
  • magenta value is 41.82%
  • yellow value is 49.70%
  • key color value is 35.29%
CMYK:
(0,42,50,35)
C0M42Y50K35 
(0%,42%,50%,35%)
(0.00/0.42/0.50/0.35)	

CMYK percentages

%0
%41.82
%49.7
%35.29

Codes

Color #A56053 in popluar color models

A56053
RGB1659683
HSL10°33.06%48.63%
HSB/HSV10°49.70%64.71%
CMYK0.00%41.82%49.70%
35.29%

Color #A56053 in popluar number systems.

HEXA56053
Decimal1659683
Binary1010010111000001010011
Octal245140123

Shades and tints

Shades of #A56053

#A56053
(165,96,83)
#96584C
(150,88,76)
#875045
(135,80,69)
#78483E
(120,72,62)
#694037
(105,64,55)
#5A3830
(90,56,48)
#4B3029
(75,48,41)
#3C2822
(60,40,34)
#2D201B
(45,32,27)
#1E1814
(30,24,20)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #A56053

#A56053
(165,96,83)
#AD6E62
(173,110,98)
#B57C71
(181,124,113)
#BD8A80
(189,138,128)
#C5988F
(197,152,143)
#CDA69E
(205,166,158)
#D5B4AD
(213,180,173)
#DDC2BC
(221,194,188)
#E5D0CB
(229,208,203)
#EDDEDA
(237,222,218)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56053; }

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

This text font color is #A56053.


Background Color

.myBgColor { background-color: #A56053; }

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

This div background color is #A56053.


Border color

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

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

This div border color is #A56053.


Opacity

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

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

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

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

This text has shadow with #A56053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56053 on black background.


Color preview on white background

This text has color #A56053 on white background.



Black color preview on #A56053 background

This text has black color on #A56053 background.


White color preview on #A56053 background

This text has white color on #A56053 background.