COLOR #A56B53

HEX: #A56B53 RGB: (165,107,83)

Color info

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

RGB color model

#A56B53 color RGB value is (165,107,83).

RGB: (165,107,83) (65%, 42%, 33%)

RGB channels and saturation

R 165 of 255 = 65%
G 107 of 255 = 42%
B 83 of 255 = 33%

165
107
83

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

Portions of RGB colors in percentages

R + G + B = 165 + 107 + 83 = 355 (100%)
R 165 of 355 ~ 46.48%
G 107 of 355 ~ 30.14%
B 83 of 355 ~ 23.38'%

%46.48
%30.14
%23.38

CMYK color model

#A56B53 color CMYK value is (0,35,50,35).

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

CMYK: (0,35,50,35)
C0M35Y50K35 (0%, 35%, 50%, 35%)
(0.00 / 0.35 / 0.50 / 0.35)

CMYK percentages

%0
%35.15
%49.7
%35.29

Codes

Color #A56B53 in popluar color models

A5 6B 53
RGB 165 107 83
HSL 18° 33.06% 48.63%
HSB/HSV 18° 49.70% 64.71%
CMYK 0.00% 35.15% 49.70%
35.29%

Color #A56B53 in popluar number systems.

HEX A5 6B 53
Decimal 165 107 83
Binary 10100101 1101011 1010011
Octal 245 153 123

Shades and tints

Shades of #A56B53

#A56B53
(165,107,83)
#96624C
(150,98,76)
#875945
(135,89,69)
#78503E
(120,80,62)
#694737
(105,71,55)
#5A3E30
(90,62,48)
#4B3529
(75,53,41)
#3C2C22
(60,44,34)
#2D231B
(45,35,27)
#1E1A14
(30,26,20)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #A56B53

#A56B53
(165,107,83)
#AD7862
(173,120,98)
#B58571
(181,133,113)
#BD9280
(189,146,128)
#C59F8F
(197,159,143)
#CDAC9E
(205,172,158)
#D5B9AD
(213,185,173)
#DDC6BC
(221,198,188)
#E5D3CB
(229,211,203)
#EDE0DA
(237,224,218)
#F5EDE9
(245,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56B53; }

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

This text font color is #A56B53.

Background Color

.myBgColor { background-color: #A56B53; }

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

This div background color is #A56B53.

Border color

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

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

This div border color is #A56B53.

Opacity

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

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

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

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

This text has shadow with #A56B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56B53.

Preview

Color preview on black background

This text has color #A56B53 on black background.


Color preview on white background

This text has color #A56B53 on white background.


Black color preview on #A56B53 background

This text has black color on #A56B53 background.


White color preview on #A56B53 background

This text has white color on #A56B53 background.


Related colors

Complementary color

Complementary color for #hex is #5A94AC.


I love getcolorcode.com

Triadic colors

1 #53A56B and #6B53A5 with #A56B53 are triadic colors.

2 #536BA5 and #6BA553 with #A56B53 are triadic colors.