COLOR #A56B61

HEX: #A56B61 RGB: (165,107,97)

Color info

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

RGB color model

#A56B61 color RGB value is (165,107,97).

RGB: (165,107,97) (65%, 42%, 38%)

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 97 of 255 = 38%

165
107
97

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

Portions of RGB colors in percentages

R + G + B = 165 + 107 + 97 = 369 (100%)
R 165 of 369 ~ 44.72%
G 107 of 369 ~ 29%
B 97 of 369 ~ 26.29'%

%44.72
%29
%26.29

CMYK color model

#A56B61 color CMYK value is (0,35,41,35).

  • cyan value is 0.00%
  • magenta value is 35.15%
  • yellow value is 41.21%
  • key color value is 35.29%

CMYK: (0,35,41,35)
C0M35Y41K35 (0%, 35%, 41%, 35%)
(0.00 / 0.35 / 0.41 / 0.35)

CMYK percentages

%0
%35.15
%41.21
%35.29

Codes

Color #A56B61 in popluar color models

A5 6B 61
RGB 165 107 97
HSL 27.42% 51.37%
HSB/HSV 41.21% 64.71%
CMYK 0.00% 35.15% 41.21%
35.29%

Color #A56B61 in popluar number systems.

HEX A5 6B 61
Decimal 165 107 97
Binary 10100101 1101011 1100001
Octal 245 153 141

Shades and tints

Shades of #A56B61

#A56B61
(165,107,97)
#966259
(150,98,89)
#875951
(135,89,81)
#785049
(120,80,73)
#694741
(105,71,65)
#5A3E39
(90,62,57)
#4B3531
(75,53,49)
#3C2C29
(60,44,41)
#2D2321
(45,35,33)
#1E1A19
(30,26,25)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A56B61

#A56B61
(165,107,97)
#AD786F
(173,120,111)
#B5857D
(181,133,125)
#BD928B
(189,146,139)
#C59F99
(197,159,153)
#CDACA7
(205,172,167)
#D5B9B5
(213,185,181)
#DDC6C3
(221,198,195)
#E5D3D1
(229,211,209)
#EDE0DF
(237,224,223)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56B61; }

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

This text font color is #A56B61.

Background Color

.myBgColor { background-color: #A56B61; }

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

This div background color is #A56B61.

Border color

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

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

This div border color is #A56B61.

Opacity

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

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

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

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

This text has shadow with #A56B61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56B61.

Preview

Color preview on black background

This text has color #A56B61 on black background.


Color preview on white background

This text has color #A56B61 on white background.


Black color preview on #A56B61 background

This text has black color on #A56B61 background.


White color preview on #A56B61 background

This text has white color on #A56B61 background.


Related colors

Complementary color

Complementary color for #hex is #5A949E.


I love getcolorcode.com

Triadic colors

1 #61A56B and #6B61A5 with #A56B61 are triadic colors.

2 #616BA5 and #6BA561 with #A56B61 are triadic colors.