COLOR #A56667

HEX: #A56667
RGB: (165,102,103)

Color info

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

RGB color model

#A56667 color RGB value is (165,102,103).

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

RGB channels and saturation

R 165 of 255 = 65%
G 102 of 255 = 40%
B 103 of 255 = 40%

165
102
103

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

Portions of RGB colors in percentages

R + G + B =
165 + 102 + 103 = 370 (100%)
R 165 of 370 ~ 44.59%
G 102 of 370 ~ 27.57%
B 103 of 370 ~ 27.84%

%44.59
%27.57
%27.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 38.18%
  • yellow value is 37.58%
  • key color value is 35.29%
CMYK:
(0,38,38,35)
C0M38Y38K35 
(0%,38%,38%,35%)
(0.00/0.38/0.38/0.35)	

CMYK percentages

%0
%38.18
%37.58
%35.29

Codes

Color #A56667 in popluar color models

A56667
RGB165102103
HSL359°25.93%52.35%
HSB/HSV359°38.18%64.71%
CMYK0.00%38.18%37.58%
35.29%

Color #A56667 in popluar number systems.

HEXA56667
Decimal165102103
Binary1010010111001101100111
Octal245146147

Shades and tints

Shades of #A56667

#A56667
(165,102,103)
#965D5E
(150,93,94)
#875455
(135,84,85)
#784B4C
(120,75,76)
#694243
(105,66,67)
#5A393A
(90,57,58)
#4B3031
(75,48,49)
#3C2728
(60,39,40)
#2D1E1F
(45,30,31)
#1E1516
(30,21,22)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #A56667

#A56667
(165,102,103)
#AD7374
(173,115,116)
#B58081
(181,128,129)
#BD8D8E
(189,141,142)
#C59A9B
(197,154,155)
#CDA7A8
(205,167,168)
#D5B4B5
(213,180,181)
#DDC1C2
(221,193,194)
#E5CECF
(229,206,207)
#EDDBDC
(237,219,220)
#F5E8E9
(245,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56667; }

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

This text font color is #A56667.


Background Color

.myBgColor { background-color: #A56667; }

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

This div background color is #A56667.


Border color

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

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

This div border color is #A56667.


Opacity

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

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

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

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

This text has shadow with #A56667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56667 on black background.


Color preview on white background

This text has color #A56667 on white background.



Black color preview on #A56667 background

This text has black color on #A56667 background.


White color preview on #A56667 background

This text has white color on #A56667 background.