COLOR #A56174

HEX: #A56174
RGB: (165,97,116)

Color info

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

RGB color model

#A56174 color RGB value is (165,97,116).

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

RGB channels and saturation

R 165 of 255 = 65%
G 97 of 255 = 38%
B 116 of 255 = 45%

165
97
116

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

Portions of RGB colors in percentages

R + G + B =
165 + 97 + 116 = 378 (100%)
R 165 of 378 ~ 43.65%
G 97 of 378 ~ 25.66%
B 116 of 378 ~ 30.69%

%43.65
%25.66
%30.69

CMYK color model

#A56174 color CMYK value is (0,41,30,35).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(0,41,30,35)
C0M41Y30K35 
(0%,41%,30%,35%)
(0.00/0.41/0.30/0.35)	

CMYK percentages

%0
%41.21
%29.7
%35.29

Codes

Color #A56174 in popluar color models

A56174
RGB16597116
HSL343°27.42%51.37%
HSB/HSV343°41.21%64.71%
CMYK0.00%41.21%29.70%
35.29%

Color #A56174 in popluar number systems.

HEXA56174
Decimal16597116
Binary1010010111000011110100
Octal245141164

Shades and tints

Shades of #A56174

#A56174
(165,97,116)
#96596A
(150,89,106)
#875160
(135,81,96)
#784956
(120,73,86)
#69414C
(105,65,76)
#5A3942
(90,57,66)
#4B3138
(75,49,56)
#3C292E
(60,41,46)
#2D2124
(45,33,36)
#1E191A
(30,25,26)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #A56174

#A56174
(165,97,116)
#AD6F80
(173,111,128)
#B57D8C
(181,125,140)
#BD8B98
(189,139,152)
#C599A4
(197,153,164)
#CDA7B0
(205,167,176)
#D5B5BC
(213,181,188)
#DDC3C8
(221,195,200)
#E5D1D4
(229,209,212)
#EDDFE0
(237,223,224)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56174; }

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

This text font color is #A56174.


Background Color

.myBgColor { background-color: #A56174; }

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

This div background color is #A56174.


Border color

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

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

This div border color is #A56174.


Opacity

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

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

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

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

This text has shadow with #A56174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56174 on black background.


Color preview on white background

This text has color #A56174 on white background.



Black color preview on #A56174 background

This text has black color on #A56174 background.


White color preview on #A56174 background

This text has white color on #A56174 background.