COLOR #A56D66

HEX: #A56D66 RGB: (165,109,102)

Color info

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

RGB color model

#A56D66 color RGB value is (165,109,102).

RGB: (165,109,102) (65%, 43%, 40%)

RGB channels and saturation

R 165 of 255 = 65%
G 109 of 255 = 43%
B 102 of 255 = 40%

165
109
102

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

Portions of RGB colors in percentages

R + G + B = 165 + 109 + 102 = 376 (100%)
R 165 of 376 ~ 43.88%
G 109 of 376 ~ 28.99%
B 102 of 376 ~ 27.13'%

%43.88
%28.99
%27.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 33.94%
  • yellow value is 38.18%
  • key color value is 35.29%

CMYK: (0,34,38,35)
C0M34Y38K35 (0%, 34%, 38%, 35%)
(0.00 / 0.34 / 0.38 / 0.35)

CMYK percentages

%0
%33.94
%38.18
%35.29

Codes

Color #A56D66 in popluar color models

A5 6D 66
RGB 165 109 102
HSL 25.93% 52.35%
HSB/HSV 38.18% 64.71%
CMYK 0.00% 33.94% 38.18%
35.29%

Color #A56D66 in popluar number systems.

HEX A5 6D 66
Decimal 165 109 102
Binary 10100101 1101101 1100110
Octal 245 155 146

Shades and tints

Shades of #A56D66

#A56D66
(165,109,102)
#96645D
(150,100,93)
#875B54
(135,91,84)
#78524B
(120,82,75)
#694942
(105,73,66)
#5A4039
(90,64,57)
#4B3730
(75,55,48)
#3C2E27
(60,46,39)
#2D251E
(45,37,30)
#1E1C15
(30,28,21)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #A56D66

#A56D66
(165,109,102)
#AD7A73
(173,122,115)
#B58780
(181,135,128)
#BD948D
(189,148,141)
#C5A19A
(197,161,154)
#CDAEA7
(205,174,167)
#D5BBB4
(213,187,180)
#DDC8C1
(221,200,193)
#E5D5CE
(229,213,206)
#EDE2DB
(237,226,219)
#F5EFE8
(245,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56D66; }

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

This text font color is #A56D66.

Background Color

.myBgColor { background-color: #A56D66; }

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

This div background color is #A56D66.

Border color

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

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

This div border color is #A56D66.

Opacity

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

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

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

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

This text has shadow with #A56D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56D66.

Preview

Color preview on black background

This text has color #A56D66 on black background.


Color preview on white background

This text has color #A56D66 on white background.


Black color preview on #A56D66 background

This text has black color on #A56D66 background.


White color preview on #A56D66 background

This text has white color on #A56D66 background.


Related colors

Complementary color

Complementary color for #hex is #5A9299.


I love getcolorcode.com

Triadic colors

1 #66A56D and #6D66A5 with #A56D66 are triadic colors.

2 #666DA5 and #6DA566 with #A56D66 are triadic colors.