COLOR #A56177

HEX: #A56177
RGB: (165,97,119)

Color info

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

RGB color model

#A56177 color RGB value is (165,97,119).

  • red value is 165;
  • green value is 97;
  • blue value is 119.
RGB:
(165,97,119)
(65%,38%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 97 of 255 = 38%
B 119 of 255 = 47%

165
97
119

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

Portions of RGB colors in percentages

R + G + B =
165 + 97 + 119 = 381 (100%)
R 165 of 381 ~ 43.31%
G 97 of 381 ~ 25.46%
B 119 of 381 ~ 31.23%

%43.31
%25.46
%31.23

CMYK color model

#A56177 color CMYK value is (0,41,28,35).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK:
(0,41,28,35)
C0M41Y28K35 
(0%,41%,28%,35%)
(0.00/0.41/0.28/0.35)	

CMYK percentages

%0
%41.21
%27.88
%35.29

Codes

Color #A56177 in popluar color models

A56177
RGB16597119
HSL341°27.42%51.37%
HSB/HSV341°41.21%64.71%
CMYK0.00%41.21%27.88%
35.29%

Color #A56177 in popluar number systems.

HEXA56177
Decimal16597119
Binary1010010111000011110111
Octal245141167

Shades and tints

Shades of #A56177

#A56177
(165,97,119)
#96596D
(150,89,109)
#875163
(135,81,99)
#784959
(120,73,89)
#69414F
(105,65,79)
#5A3945
(90,57,69)
#4B313B
(75,49,59)
#3C2931
(60,41,49)
#2D2127
(45,33,39)
#1E191D
(30,25,29)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A56177

#A56177
(165,97,119)
#AD6F83
(173,111,131)
#B57D8F
(181,125,143)
#BD8B9B
(189,139,155)
#C599A7
(197,153,167)
#CDA7B3
(205,167,179)
#D5B5BF
(213,181,191)
#DDC3CB
(221,195,203)
#E5D1D7
(229,209,215)
#EDDFE3
(237,223,227)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A56177 color. Also use rgb(165,97,119) instead hex code.

Text Font Color

.myTextColor { color: #A56177; }

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

This text font color is #A56177.


Background Color

.myBgColor { background-color: #A56177; }

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

This div background color is #A56177.


Border color

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

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

This div border color is #A56177.


Opacity

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

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

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

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

This text has shadow with #A56177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56177 on black background.


Color preview on white background

This text has color #A56177 on white background.



Black color preview on #A56177 background

This text has black color on #A56177 background.


White color preview on #A56177 background

This text has white color on #A56177 background.