COLOR #A56B65

HEX: #A56B65
RGB: (165,107,101)

Color info

#A56B65 contains mainly red and green colors. Web safe color of #A56B65 is #996666 (or #966).

RGB color model

#A56B65 color RGB value is (165,107,101).

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

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 101 of 255 = 40%

165
107
101

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

Portions of RGB colors in percentages

R + G + B =
165 + 107 + 101 = 373 (100%)
R 165 of 373 ~ 44.24%
G 107 of 373 ~ 28.69%
B 101 of 373 ~ 27.08%

%44.24
%28.69
%27.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 38.79%
  • key color value is 35.29%
CMYK:
(0,35,39,35)
C0M35Y39K35 
(0%,35%,39%,35%)
(0.00/0.35/0.39/0.35)	

CMYK percentages

%0
%35.15
%38.79
%35.29

Codes

Color #A56B65 in popluar color models

A56B65
RGB165107101
HSL26.23%52.16%
HSB/HSV38.79%64.71%
CMYK0.00%35.15%38.79%
35.29%

Color #A56B65 in popluar number systems.

HEXA56B65
Decimal165107101
Binary1010010111010111100101
Octal245153145

Shades and tints

Shades of #A56B65

#A56B65
(165,107,101)
#96625C
(150,98,92)
#875953
(135,89,83)
#78504A
(120,80,74)
#694741
(105,71,65)
#5A3E38
(90,62,56)
#4B352F
(75,53,47)
#3C2C26
(60,44,38)
#2D231D
(45,35,29)
#1E1A14
(30,26,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #A56B65

#A56B65
(165,107,101)
#AD7873
(173,120,115)
#B58581
(181,133,129)
#BD928F
(189,146,143)
#C59F9D
(197,159,157)
#CDACAB
(205,172,171)
#D5B9B9
(213,185,185)
#DDC6C7
(221,198,199)
#E5D3D5
(229,211,213)
#EDE0E3
(237,224,227)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56B65; }

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

This text font color is #A56B65.


Background Color

.myBgColor { background-color: #A56B65; }

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

This div background color is #A56B65.


Border color

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

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

This div border color is #A56B65.


Opacity

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

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

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

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

This text has shadow with #A56B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56B65 on black background.


Color preview on white background

This text has color #A56B65 on white background.



Black color preview on #A56B65 background

This text has black color on #A56B65 background.


White color preview on #A56B65 background

This text has white color on #A56B65 background.