COLOR #A56950

HEX: #A56950
RGB: (165,105,80)

Color info

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

RGB color model

#A56950 color RGB value is (165,105,80).

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

RGB channels and saturation

R 165 of 255 = 65%
G 105 of 255 = 41%
B 80 of 255 = 31%

165
105
80

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

Portions of RGB colors in percentages

R + G + B =
165 + 105 + 80 = 350 (100%)
R 165 of 350 ~ 47.14%
G 105 of 350 ~ 30%
B 80 of 350 ~ 22.86%

%47.14
%30
%22.86

CMYK color model

#A56950 color CMYK value is (0,36,52,35).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 51.52%
  • key color value is 35.29%
CMYK:
(0,36,52,35)
C0M36Y52K35 
(0%,36%,52%,35%)
(0.00/0.36/0.52/0.35)	

CMYK percentages

%0
%36.36
%51.52
%35.29

Codes

Color #A56950 in popluar color models

A56950
RGB16510580
HSL18°34.69%48.04%
HSB/HSV18°51.52%64.71%
CMYK0.00%36.36%51.52%
35.29%

Color #A56950 in popluar number systems.

HEXA56950
Decimal16510580
Binary1010010111010011010000
Octal245151120

Shades and tints

Shades of #A56950

#A56950
(165,105,80)
#966049
(150,96,73)
#875742
(135,87,66)
#784E3B
(120,78,59)
#694534
(105,69,52)
#5A3C2D
(90,60,45)
#4B3326
(75,51,38)
#3C2A1F
(60,42,31)
#2D2118
(45,33,24)
#1E1811
(30,24,17)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #A56950

#A56950
(165,105,80)
#AD765F
(173,118,95)
#B5836E
(181,131,110)
#BD907D
(189,144,125)
#C59D8C
(197,157,140)
#CDAA9B
(205,170,155)
#D5B7AA
(213,183,170)
#DDC4B9
(221,196,185)
#E5D1C8
(229,209,200)
#EDDED7
(237,222,215)
#F5EBE6
(245,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56950; }

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

This text font color is #A56950.


Background Color

.myBgColor { background-color: #A56950; }

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

This div background color is #A56950.


Border color

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

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

This div border color is #A56950.


Opacity

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

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

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

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

This text has shadow with #A56950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56950 on black background.


Color preview on white background

This text has color #A56950 on white background.



Black color preview on #A56950 background

This text has black color on #A56950 background.


White color preview on #A56950 background

This text has white color on #A56950 background.