COLOR #A56370

HEX: #A56370
RGB: (165,99,112)

Color info

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

RGB color model

#A56370 color RGB value is (165,99,112).

  • red value is 165;
  • green value is 99;
  • blue value is 112.
RGB:
(165,99,112)
(65%,39%,44%)

RGB channels and saturation

R 165 of 255 = 65%
G 99 of 255 = 39%
B 112 of 255 = 44%

165
99
112

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

Portions of RGB colors in percentages

R + G + B =
165 + 99 + 112 = 376 (100%)
R 165 of 376 ~ 43.88%
G 99 of 376 ~ 26.33%
B 112 of 376 ~ 29.79%

%43.88
%26.33
%29.79

CMYK color model

#A56370 color CMYK value is (0,40,32,35).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 32.12%
  • key color value is 35.29%
CMYK:
(0,40,32,35)
C0M40Y32K35 
(0%,40%,32%,35%)
(0.00/0.40/0.32/0.35)	

CMYK percentages

%0
%40
%32.12
%35.29

Codes

Color #A56370 in popluar color models

A56370
RGB16599112
HSL348°26.83%51.76%
HSB/HSV348°40.00%64.71%
CMYK0.00%40.00%32.12%
35.29%

Color #A56370 in popluar number systems.

HEXA56370
Decimal16599112
Binary1010010111000111110000
Octal245143160

Shades and tints

Shades of #A56370

#A56370
(165,99,112)
#965A66
(150,90,102)
#87515C
(135,81,92)
#784852
(120,72,82)
#693F48
(105,63,72)
#5A363E
(90,54,62)
#4B2D34
(75,45,52)
#3C242A
(60,36,42)
#2D1B20
(45,27,32)
#1E1216
(30,18,22)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #A56370

#A56370
(165,99,112)
#AD717D
(173,113,125)
#B57F8A
(181,127,138)
#BD8D97
(189,141,151)
#C59BA4
(197,155,164)
#CDA9B1
(205,169,177)
#D5B7BE
(213,183,190)
#DDC5CB
(221,197,203)
#E5D3D8
(229,211,216)
#EDE1E5
(237,225,229)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56370 color. Also use rgb(165,99,112) instead hex code.

Text Font Color

.myTextColor { color: #A56370; }

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

This text font color is #A56370.


Background Color

.myBgColor { background-color: #A56370; }

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

This div background color is #A56370.


Border color

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

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

This div border color is #A56370.


Opacity

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

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

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

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

This text has shadow with #A56370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56370 on black background.


Color preview on white background

This text has color #A56370 on white background.



Black color preview on #A56370 background

This text has black color on #A56370 background.


White color preview on #A56370 background

This text has white color on #A56370 background.