COLOR #A56550

HEX: #A56550
RGB: (165,101,80)

Color info

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

RGB color model

#A56550 color RGB value is (165,101,80).

  • red value is 165;
  • green value is 101;
  • blue value is 80.
RGB:
(165,101,80)
(65%,40%,31%)

RGB channels and saturation

R 165 of 255 = 65%
G 101 of 255 = 40%
B 80 of 255 = 31%

165
101
80

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

Portions of RGB colors in percentages

R + G + B =
165 + 101 + 80 = 346 (100%)
R 165 of 346 ~ 47.69%
G 101 of 346 ~ 29.19%
B 80 of 346 ~ 23.12%

%47.69
%29.19
%23.12

CMYK color model

#A56550 color CMYK value is (0,39,52,35).

  • cyan value is 0.00%
  • magenta value is 38.79%
  • yellow value is 51.52%
  • key color value is 35.29%
CMYK:
(0,39,52,35)
C0M39Y52K35 
(0%,39%,52%,35%)
(0.00/0.39/0.52/0.35)	

CMYK percentages

%0
%38.79
%51.52
%35.29

Codes

Color #A56550 in popluar color models

A56550
RGB16510180
HSL15°34.69%48.04%
HSB/HSV15°51.52%64.71%
CMYK0.00%38.79%51.52%
35.29%

Color #A56550 in popluar number systems.

HEXA56550
Decimal16510180
Binary1010010111001011010000
Octal245145120

Shades and tints

Shades of #A56550

#A56550
(165,101,80)
#965C49
(150,92,73)
#875342
(135,83,66)
#784A3B
(120,74,59)
#694134
(105,65,52)
#5A382D
(90,56,45)
#4B2F26
(75,47,38)
#3C261F
(60,38,31)
#2D1D18
(45,29,24)
#1E1411
(30,20,17)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #A56550

#A56550
(165,101,80)
#AD735F
(173,115,95)
#B5816E
(181,129,110)
#BD8F7D
(189,143,125)
#C59D8C
(197,157,140)
#CDAB9B
(205,171,155)
#D5B9AA
(213,185,170)
#DDC7B9
(221,199,185)
#E5D5C8
(229,213,200)
#EDE3D7
(237,227,215)
#F5F1E6
(245,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56550 color. Also use rgb(165,101,80) instead hex code.

Text Font Color

.myTextColor { color: #A56550; }

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

This text font color is #A56550.


Background Color

.myBgColor { background-color: #A56550; }

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

This div background color is #A56550.


Border color

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

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

This div border color is #A56550.


Opacity

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

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

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

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

This text has shadow with #A56550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56550 on black background.


Color preview on white background

This text has color #A56550 on white background.



Black color preview on #A56550 background

This text has black color on #A56550 background.


White color preview on #A56550 background

This text has white color on #A56550 background.