COLOR #A55672

HEX: #A55672
RGB: (165,86,114)

Color info

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

RGB color model

#A55672 color RGB value is (165,86,114).

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

RGB channels and saturation

R 165 of 255 = 65%
G 86 of 255 = 34%
B 114 of 255 = 45%

165
86
114

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

Portions of RGB colors in percentages

R + G + B =
165 + 86 + 114 = 365 (100%)
R 165 of 365 ~ 45.21%
G 86 of 365 ~ 23.56%
B 114 of 365 ~ 31.23%

%45.21
%23.56
%31.23

CMYK color model

#A55672 color CMYK value is (0,48,31,35).

  • cyan value is 0.00%
  • magenta value is 47.88%
  • yellow value is 30.91%
  • key color value is 35.29%
CMYK:
(0,48,31,35)
C0M48Y31K35 
(0%,48%,31%,35%)
(0.00/0.48/0.31/0.35)	

CMYK percentages

%0
%47.88
%30.91
%35.29

Codes

Color #A55672 in popluar color models

A55672
RGB16586114
HSL339°31.47%49.22%
HSB/HSV339°47.88%64.71%
CMYK0.00%47.88%30.91%
35.29%

Color #A55672 in popluar number systems.

HEXA55672
Decimal16586114
Binary1010010110101101110010
Octal245126162

Shades and tints

Shades of #A55672

#A55672
(165,86,114)
#964F68
(150,79,104)
#87485E
(135,72,94)
#784154
(120,65,84)
#693A4A
(105,58,74)
#5A3340
(90,51,64)
#4B2C36
(75,44,54)
#3C252C
(60,37,44)
#2D1E22
(45,30,34)
#1E1718
(30,23,24)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #A55672

#A55672
(165,86,114)
#AD657E
(173,101,126)
#B5748A
(181,116,138)
#BD8396
(189,131,150)
#C592A2
(197,146,162)
#CDA1AE
(205,161,174)
#D5B0BA
(213,176,186)
#DDBFC6
(221,191,198)
#E5CED2
(229,206,210)
#EDDDDE
(237,221,222)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A55672; }

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

This text font color is #A55672.


Background Color

.myBgColor { background-color: #A55672; }

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

This div background color is #A55672.


Border color

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

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

This div border color is #A55672.


Opacity

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

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

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

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

This text has shadow with #A55672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A55672 on black background.


Color preview on white background

This text has color #A55672 on white background.



Black color preview on #A55672 background

This text has black color on #A55672 background.


White color preview on #A55672 background

This text has white color on #A55672 background.