COLOR #A56769

HEX: #A56769
RGB: (165,103,105)

Color info

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

RGB color model

#A56769 color RGB value is (165,103,105).

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

RGB channels and saturation

R 165 of 255 = 65%
G 103 of 255 = 40%
B 105 of 255 = 41%

165
103
105

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

Portions of RGB colors in percentages

R + G + B =
165 + 103 + 105 = 373 (100%)
R 165 of 373 ~ 44.24%
G 103 of 373 ~ 27.61%
B 105 of 373 ~ 28.15%

%44.24
%27.61
%28.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 36.36%
  • key color value is 35.29%
CMYK:
(0,38,36,35)
C0M38Y36K35 
(0%,38%,36%,35%)
(0.00/0.38/0.36/0.35)	

CMYK percentages

%0
%37.58
%36.36
%35.29

Codes

Color #A56769 in popluar color models

A56769
RGB165103105
HSL358°25.62%52.55%
HSB/HSV358°37.58%64.71%
CMYK0.00%37.58%36.36%
35.29%

Color #A56769 in popluar number systems.

HEXA56769
Decimal165103105
Binary1010010111001111101001
Octal245147151

Shades and tints

Shades of #A56769

#A56769
(165,103,105)
#965E60
(150,94,96)
#875557
(135,85,87)
#784C4E
(120,76,78)
#694345
(105,67,69)
#5A3A3C
(90,58,60)
#4B3133
(75,49,51)
#3C282A
(60,40,42)
#2D1F21
(45,31,33)
#1E1618
(30,22,24)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #A56769

#A56769
(165,103,105)
#AD7476
(173,116,118)
#B58183
(181,129,131)
#BD8E90
(189,142,144)
#C59B9D
(197,155,157)
#CDA8AA
(205,168,170)
#D5B5B7
(213,181,183)
#DDC2C4
(221,194,196)
#E5CFD1
(229,207,209)
#EDDCDE
(237,220,222)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56769; }

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

This text font color is #A56769.


Background Color

.myBgColor { background-color: #A56769; }

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

This div background color is #A56769.


Border color

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

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

This div border color is #A56769.


Opacity

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

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

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

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

This text has shadow with #A56769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56769 on black background.


Color preview on white background

This text has color #A56769 on white background.



Black color preview on #A56769 background

This text has black color on #A56769 background.


White color preview on #A56769 background

This text has white color on #A56769 background.