COLOR #A56277

HEX: #A56277 RGB: (165,98,119)

Color info

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

RGB color model

#A56277 color RGB value is (165,98,119).

RGB: (165,98,119) (65%, 38%, 47%)

RGB channels and saturation

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

165
98
119

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

Portions of RGB colors in percentages

R + G + B = 165 + 98 + 119 = 382 (100%)
R 165 of 382 ~ 43.19%
G 98 of 382 ~ 25.65%
B 119 of 382 ~ 31.15'%

%43.19
%25.65
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.61%
  • 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
%40.61
%27.88
%35.29

Codes

Color #A56277 in popluar color models

A5 62 77
RGB 165 98 119
HSL 341° 27.13% 51.57%
HSB/HSV 341° 40.61% 64.71%
CMYK 0.00% 40.61% 27.88%
35.29%

Color #A56277 in popluar number systems.

HEX A5 62 77
Decimal 165 98 119
Binary 10100101 1100010 1110111
Octal 245 142 167

Shades and tints

Shades of #A56277

#A56277
(165,98,119)
#965A6D
(150,90,109)
#875263
(135,82,99)
#784A59
(120,74,89)
#69424F
(105,66,79)
#5A3A45
(90,58,69)
#4B323B
(75,50,59)
#3C2A31
(60,42,49)
#2D2227
(45,34,39)
#1E1A1D
(30,26,29)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A56277

#A56277
(165,98,119)
#AD7083
(173,112,131)
#B57E8F
(181,126,143)
#BD8C9B
(189,140,155)
#C59AA7
(197,154,167)
#CDA8B3
(205,168,179)
#D5B6BF
(213,182,191)
#DDC4CB
(221,196,203)
#E5D2D7
(229,210,215)
#EDE0E3
(237,224,227)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A56277; }

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

This text font color is #A56277.

Background Color

.myBgColor { background-color: #A56277; }

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

This div background color is #A56277.

Border color

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

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

This div border color is #A56277.

Opacity

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

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

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

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

This text has shadow with #A56277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A56277.

Preview

Color preview on black background

This text has color #A56277 on black background.


Color preview on white background

This text has color #A56277 on white background.


Black color preview on #A56277 background

This text has black color on #A56277 background.


White color preview on #A56277 background

This text has white color on #A56277 background.


Related colors

Complementary color

Complementary color for #hex is #5A9D88.


I love getcolorcode.com

Triadic colors

1 #77A562 and #6277A5 with #A56277 are triadic colors.

2 #7762A5 and #62A577 with #A56277 are triadic colors.