COLOR #A56E74

HEX: #A56E74
RGB: (165,110,116)

Color info

#A56E74 contains red, green and blue colors in about the same proportion. Web safe color of #A56E74 is #996666 (or #966).

RGB color model

#A56E74 color RGB value is (165,110,116).

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

RGB channels and saturation

R 165 of 255 = 65%
G 110 of 255 = 43%
B 116 of 255 = 45%

165
110
116

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

Portions of RGB colors in percentages

R + G + B =
165 + 110 + 116 = 391 (100%)
R 165 of 391 ~ 42.2%
G 110 of 391 ~ 28.13%
B 116 of 391 ~ 29.67%

%42.2
%28.13
%29.67

CMYK color model

#A56E74 color CMYK value is (0,33,30,35).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(0,33,30,35)
C0M33Y30K35 
(0%,33%,30%,35%)
(0.00/0.33/0.30/0.35)	

CMYK percentages

%0
%33.33
%29.7
%35.29

Codes

Color #A56E74 in popluar color models

A56E74
RGB165110116
HSL353°23.40%53.92%
HSB/HSV353°33.33%64.71%
CMYK0.00%33.33%29.70%
35.29%

Color #A56E74 in popluar number systems.

HEXA56E74
Decimal165110116
Binary1010010111011101110100
Octal245156164

Shades and tints

Shades of #A56E74

#A56E74
(165,110,116)
#96646A
(150,100,106)
#875A60
(135,90,96)
#785056
(120,80,86)
#69464C
(105,70,76)
#5A3C42
(90,60,66)
#4B3238
(75,50,56)
#3C282E
(60,40,46)
#2D1E24
(45,30,36)
#1E141A
(30,20,26)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #A56E74

#A56E74
(165,110,116)
#AD7B80
(173,123,128)
#B5888C
(181,136,140)
#BD9598
(189,149,152)
#C5A2A4
(197,162,164)
#CDAFB0
(205,175,176)
#D5BCBC
(213,188,188)
#DDC9C8
(221,201,200)
#E5D6D4
(229,214,212)
#EDE3E0
(237,227,224)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56E74; }

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

This text font color is #A56E74.


Background Color

.myBgColor { background-color: #A56E74; }

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

This div background color is #A56E74.


Border color

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

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

This div border color is #A56E74.


Opacity

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

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

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

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

This text has shadow with #A56E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A56E74 on black background.


Color preview on white background

This text has color #A56E74 on white background.



Black color preview on #A56E74 background

This text has black color on #A56E74 background.


White color preview on #A56E74 background

This text has white color on #A56E74 background.