COLOR #A55863

HEX: #A55863
RGB: (165,88,99)

Color info

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

RGB color model

#A55863 color RGB value is (165,88,99).

  • red value is 165;
  • green value is 88;
  • blue value is 99.
RGB:
(165,88,99)
(65%,35%,39%)

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 99 of 255 = 39%

165
88
99

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

Portions of RGB colors in percentages

R + G + B =
165 + 88 + 99 = 352 (100%)
R 165 of 352 ~ 46.88%
G 88 of 352 ~ 25%
B 99 of 352 ~ 28.13%

%46.88
%25
%28.13

CMYK color model

#A55863 color CMYK value is (0,47,40,35).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 40.00%
  • key color value is 35.29%
CMYK:
(0,47,40,35)
C0M47Y40K35 
(0%,47%,40%,35%)
(0.00/0.47/0.40/0.35)	

CMYK percentages

%0
%46.67
%40
%35.29

Codes

Color #A55863 in popluar color models

A55863
RGB1658899
HSL351°30.43%49.61%
HSB/HSV351°46.67%64.71%
CMYK0.00%46.67%40.00%
35.29%

Color #A55863 in popluar number systems.

HEXA55863
Decimal1658899
Binary1010010110110001100011
Octal245130143

Shades and tints

Shades of #A55863

#A55863
(165,88,99)
#96505A
(150,80,90)
#874851
(135,72,81)
#784048
(120,64,72)
#69383F
(105,56,63)
#5A3036
(90,48,54)
#4B282D
(75,40,45)
#3C2024
(60,32,36)
#2D181B
(45,24,27)
#1E1012
(30,16,18)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #A55863

#A55863
(165,88,99)
#AD6771
(173,103,113)
#B5767F
(181,118,127)
#BD858D
(189,133,141)
#C5949B
(197,148,155)
#CDA3A9
(205,163,169)
#D5B2B7
(213,178,183)
#DDC1C5
(221,193,197)
#E5D0D3
(229,208,211)
#EDDFE1
(237,223,225)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A55863 color. Also use rgb(165,88,99) instead hex code.

Text Font Color

.myTextColor { color: #A55863; }

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

This text font color is #A55863.


Background Color

.myBgColor { background-color: #A55863; }

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

This div background color is #A55863.


Border color

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

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

This div border color is #A55863.


Opacity

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

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

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

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

This text has shadow with #A55863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55863 on black background.


Color preview on white background

This text has color #A55863 on white background.



Black color preview on #A55863 background

This text has black color on #A55863 background.


White color preview on #A55863 background

This text has white color on #A55863 background.