COLOR #A55766

HEX: #A55766
RGB: (165,87,102)

Color info

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

RGB color model

#A55766 color RGB value is (165,87,102).

  • red value is 165;
  • green value is 87;
  • blue value is 102.
RGB:
(165,87,102)
(65%,34%,40%)

RGB channels and saturation

R 165 of 255 = 65%
G 87 of 255 = 34%
B 102 of 255 = 40%

165
87
102

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

Portions of RGB colors in percentages

R + G + B =
165 + 87 + 102 = 354 (100%)
R 165 of 354 ~ 46.61%
G 87 of 354 ~ 24.58%
B 102 of 354 ~ 28.81%

%46.61
%24.58
%28.81

CMYK color model

#A55766 color CMYK value is (0,47,38,35).

  • cyan value is 0.00%
  • magenta value is 47.27%
  • yellow value is 38.18%
  • key color value is 35.29%
CMYK:
(0,47,38,35)
C0M47Y38K35 
(0%,47%,38%,35%)
(0.00/0.47/0.38/0.35)	

CMYK percentages

%0
%47.27
%38.18
%35.29

Codes

Color #A55766 in popluar color models

A55766
RGB16587102
HSL348°30.95%49.41%
HSB/HSV348°47.27%64.71%
CMYK0.00%47.27%38.18%
35.29%

Color #A55766 in popluar number systems.

HEXA55766
Decimal16587102
Binary1010010110101111100110
Octal245127146

Shades and tints

Shades of #A55766

#A55766
(165,87,102)
#96505D
(150,80,93)
#874954
(135,73,84)
#78424B
(120,66,75)
#693B42
(105,59,66)
#5A3439
(90,52,57)
#4B2D30
(75,45,48)
#3C2627
(60,38,39)
#2D1F1E
(45,31,30)
#1E1815
(30,24,21)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #A55766

#A55766
(165,87,102)
#AD6673
(173,102,115)
#B57580
(181,117,128)
#BD848D
(189,132,141)
#C5939A
(197,147,154)
#CDA2A7
(205,162,167)
#D5B1B4
(213,177,180)
#DDC0C1
(221,192,193)
#E5CFCE
(229,207,206)
#EDDEDB
(237,222,219)
#F5EDE8
(245,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55766 color. Also use rgb(165,87,102) instead hex code.

Text Font Color

.myTextColor { color: #A55766; }

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

This text font color is #A55766.


Background Color

.myBgColor { background-color: #A55766; }

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

This div background color is #A55766.


Border color

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

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

This div border color is #A55766.


Opacity

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

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

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

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

This text has shadow with #A55766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55766 on black background.


Color preview on white background

This text has color #A55766 on white background.



Black color preview on #A55766 background

This text has black color on #A55766 background.


White color preview on #A55766 background

This text has white color on #A55766 background.