COLOR #A56C59

HEX: #A56C59 RGB: (165,108,89)

Color info

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

RGB color model

#A56C59 color RGB value is (165,108,89).

RGB: (165,108,89) (65%, 42%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 108 of 255 = 42%
B 89 of 255 = 35%

165
108
89

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

Portions of RGB colors in percentages

R + G + B = 165 + 108 + 89 = 362 (100%)
R 165 of 362 ~ 45.58%
G 108 of 362 ~ 29.83%
B 89 of 362 ~ 24.59'%

%45.58
%29.83
%24.59

CMYK color model

#A56C59 color CMYK value is (0,35,46,35).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 46.06%
  • key color value is 35.29%

CMYK: (0,35,46,35)
C0M35Y46K35 (0%, 35%, 46%, 35%)
(0.00 / 0.35 / 0.46 / 0.35)

CMYK percentages

%0
%34.55
%46.06
%35.29

Codes

Color #A56C59 in popluar color models

A5 6C 59
RGB 165 108 89
HSL 15° 29.92% 49.80%
HSB/HSV 15° 46.06% 64.71%
CMYK 0.00% 34.55% 46.06%
35.29%

Color #A56C59 in popluar number systems.

HEX A5 6C 59
Decimal 165 108 89
Binary 10100101 1101100 1011001
Octal 245 154 131

Shades and tints

Shades of #A56C59

#A56C59
(165,108,89)
#966351
(150,99,81)
#875A49
(135,90,73)
#785141
(120,81,65)
#694839
(105,72,57)
#5A3F31
(90,63,49)
#4B3629
(75,54,41)
#3C2D21
(60,45,33)
#2D2419
(45,36,25)
#1E1B11
(30,27,17)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #A56C59

#A56C59
(165,108,89)
#AD7968
(173,121,104)
#B58677
(181,134,119)
#BD9386
(189,147,134)
#C5A095
(197,160,149)
#CDADA4
(205,173,164)
#D5BAB3
(213,186,179)
#DDC7C2
(221,199,194)
#E5D4D1
(229,212,209)
#EDE1E0
(237,225,224)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56C59 color. Also use rgb(165,108,89) instead hex code.

Text Font Color

.myTextColor { color: #A56C59; }

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

This text font color is #A56C59.

Background Color

.myBgColor { background-color: #A56C59; }

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

This div background color is #A56C59.

Border color

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

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

This div border color is #A56C59.

Opacity

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

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

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

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

This text has shadow with #A56C59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56C59.

Preview

Color preview on black background

This text has color #A56C59 on black background.


Color preview on white background

This text has color #A56C59 on white background.


Black color preview on #A56C59 background

This text has black color on #A56C59 background.


White color preview on #A56C59 background

This text has white color on #A56C59 background.


Related colors

Complementary color

Complementary color for #hex is #5A93A6.


I love getcolorcode.com

Triadic colors

1 #59A56C and #6C59A5 with #A56C59 are triadic colors.

2 #596CA5 and #6CA559 with #A56C59 are triadic colors.