COLOR #A56777

HEX: #A56777 RGB: (165,103,119)

Color info

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

RGB color model

#A56777 color RGB value is (165,103,119).

RGB: (165,103,119) (65%, 40%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 103 of 255 = 40%
B 119 of 255 = 47%

165
103
119

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

Portions of RGB colors in percentages

R + G + B = 165 + 103 + 119 = 387 (100%)
R 165 of 387 ~ 42.64%
G 103 of 387 ~ 26.61%
B 119 of 387 ~ 30.75'%

%42.64
%26.61
%30.75

CMYK color model

#A56777 color CMYK value is (0,38,28,35).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 27.88%
  • key color value is 35.29%
CMYK: (0,38,28,35) C0M38Y28K35 (0%,38%,28%,35%) (0.00/0.38/0.28/0.35) 

CMYK percentages

%0
%37.58
%27.88
%35.29

Codes

Color #A56777 in popluar color models

A5 67 77
RGB 165 103 119
HSL 345° 25.62% 52.55%
HSB/HSV 345° 37.58% 64.71%
CMYK 0.00% 37.58% 27.88%
35.29%

Color #A56777 in popluar number systems.

HEX A5 67 77
Decimal 165 103 119
Binary 10100101 1100111 1110111
Octal 245 147 167

Shades and tints

Shades of #A56777

#A56777
(165,103,119)
#965E6D
(150,94,109)
#875563
(135,85,99)
#784C59
(120,76,89)
#69434F
(105,67,79)
#5A3A45
(90,58,69)
#4B313B
(75,49,59)
#3C2831
(60,40,49)
#2D1F27
(45,31,39)
#1E161D
(30,22,29)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #A56777

#A56777
(165,103,119)
#AD7483
(173,116,131)
#B5818F
(181,129,143)
#BD8E9B
(189,142,155)
#C59BA7
(197,155,167)
#CDA8B3
(205,168,179)
#D5B5BF
(213,181,191)
#DDC2CB
(221,194,203)
#E5CFD7
(229,207,215)
#EDDCE3
(237,220,227)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56777; }

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

This text font color is #A56777.

Background Color

.myBgColor { background-color: #A56777; }

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

This div background color is #A56777.

Border color

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

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

This div border color is #A56777.

Opacity

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

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

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

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

This text has shadow with #A56777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56777.

Preview

Color preview on black background

This text has color #A56777 on black background.


Color preview on white background

This text has color #A56777 on white background.


Black color preview on #A56777 background

This text has black color on #A56777 background.


White color preview on #A56777 background

This text has white color on #A56777 background.


Related colors

Complementary color

Complementary color for #hex is #5A9888.


I love getcolorcode.com

Triadic colors

1 #77A567 and #6777A5 with #A56777 are triadic colors.

2 #7767A5 and #67A577 with #A56777 are triadic colors.