COLOR #A56867

HEX: #A56867
RGB: (165,104,103)

Color info

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

RGB color model

#A56867 color RGB value is (165,104,103).

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

RGB channels and saturation

R 165 of 255 = 65%
G 104 of 255 = 41%
B 103 of 255 = 40%

165
104
103

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

Portions of RGB colors in percentages

R + G + B =
165 + 104 + 103 = 372 (100%)
R 165 of 372 ~ 44.35%
G 104 of 372 ~ 27.96%
B 103 of 372 ~ 27.69%

%44.35
%27.96
%27.69

CMYK color model

#A56867 color CMYK value is (0,37,38,35).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 37.58%
  • key color value is 35.29%
CMYK:
(0,37,38,35)
C0M37Y38K35 
(0%,37%,38%,35%)
(0.00/0.37/0.38/0.35)	

CMYK percentages

%0
%36.97
%37.58
%35.29

Codes

Color #A56867 in popluar color models

A56867
RGB165104103
HSL25.62%52.55%
HSB/HSV37.58%64.71%
CMYK0.00%36.97%37.58%
35.29%

Color #A56867 in popluar number systems.

HEXA56867
Decimal165104103
Binary1010010111010001100111
Octal245150147

Shades and tints

Shades of #A56867

#A56867
(165,104,103)
#965F5E
(150,95,94)
#875655
(135,86,85)
#784D4C
(120,77,76)
#694443
(105,68,67)
#5A3B3A
(90,59,58)
#4B3231
(75,50,49)
#3C2928
(60,41,40)
#2D201F
(45,32,31)
#1E1716
(30,23,22)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #A56867

#A56867
(165,104,103)
#AD7574
(173,117,116)
#B58281
(181,130,129)
#BD8F8E
(189,143,142)
#C59C9B
(197,156,155)
#CDA9A8
(205,169,168)
#D5B6B5
(213,182,181)
#DDC3C2
(221,195,194)
#E5D0CF
(229,208,207)
#EDDDDC
(237,221,220)
#F5EAE9
(245,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56867; }

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

This text font color is #A56867.


Background Color

.myBgColor { background-color: #A56867; }

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

This div background color is #A56867.


Border color

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

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

This div border color is #A56867.


Opacity

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

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

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

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

This text has shadow with #A56867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56867 on black background.


Color preview on white background

This text has color #A56867 on white background.



Black color preview on #A56867 background

This text has black color on #A56867 background.


White color preview on #A56867 background

This text has white color on #A56867 background.