COLOR #A55661

HEX: #A55661
RGB: (165,86,97)

Color info

#A55661 contains mainly red color. Web safe color of #A55661 is #996666 (or #966).

RGB color model

#A55661 color RGB value is (165,86,97).

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

RGB channels and saturation

R 165 of 255 = 65%
G 86 of 255 = 34%
B 97 of 255 = 38%

165
86
97

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

Portions of RGB colors in percentages

R + G + B =
165 + 86 + 97 = 348 (100%)
R 165 of 348 ~ 47.41%
G 86 of 348 ~ 24.71%
B 97 of 348 ~ 27.87%

%47.41
%24.71
%27.87

CMYK color model

#A55661 color CMYK value is (0,48,41,35).

  • cyan value is 0.00%
  • magenta value is 47.88%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(0,48,41,35)
C0M48Y41K35 
(0%,48%,41%,35%)
(0.00/0.48/0.41/0.35)	

CMYK percentages

%0
%47.88
%41.21
%35.29

Codes

Color #A55661 in popluar color models

A55661
RGB1658697
HSL352°31.47%49.22%
HSB/HSV352°47.88%64.71%
CMYK0.00%47.88%41.21%
35.29%

Color #A55661 in popluar number systems.

HEXA55661
Decimal1658697
Binary1010010110101101100001
Octal245126141

Shades and tints

Shades of #A55661

#A55661
(165,86,97)
#964F59
(150,79,89)
#874851
(135,72,81)
#784149
(120,65,73)
#693A41
(105,58,65)
#5A3339
(90,51,57)
#4B2C31
(75,44,49)
#3C2529
(60,37,41)
#2D1E21
(45,30,33)
#1E1719
(30,23,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #A55661

#A55661
(165,86,97)
#AD656F
(173,101,111)
#B5747D
(181,116,125)
#BD838B
(189,131,139)
#C59299
(197,146,153)
#CDA1A7
(205,161,167)
#D5B0B5
(213,176,181)
#DDBFC3
(221,191,195)
#E5CED1
(229,206,209)
#EDDDDF
(237,221,223)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55661; }

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

This text font color is #A55661.


Background Color

.myBgColor { background-color: #A55661; }

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

This div background color is #A55661.


Border color

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

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

This div border color is #A55661.


Opacity

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

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

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

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

This text has shadow with #A55661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55661 on black background.


Color preview on white background

This text has color #A55661 on white background.



Black color preview on #A55661 background

This text has black color on #A55661 background.


White color preview on #A55661 background

This text has white color on #A55661 background.