COLOR #A53672

HEX: #A53672
RGB: (165,54,114)

Color info

#A53672 contains mainly red and blue colors. Web safe color of #A53672 is #993366 (or #936).

RGB color model

#A53672 color RGB value is (165,54,114).

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

RGB channels and saturation

R 165 of 255 = 65%
G 54 of 255 = 21%
B 114 of 255 = 45%

165
54
114

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

Portions of RGB colors in percentages

R + G + B =
165 + 54 + 114 = 333 (100%)
R 165 of 333 ~ 49.55%
G 54 of 333 ~ 16.22%
B 114 of 333 ~ 34.23%

%49.55
%16.22
%34.23

CMYK color model

#A53672 color CMYK value is (0,67,31,35).

  • cyan value is 0.00%
  • magenta value is 67.27%
  • yellow value is 30.91%
  • key color value is 35.29%
CMYK:
(0,67,31,35)
C0M67Y31K35 
(0%,67%,31%,35%)
(0.00/0.67/0.31/0.35)	

CMYK percentages

%0
%67.27
%30.91
%35.29

Codes

Color #A53672 in popluar color models

A53672
RGB16554114
HSL328°50.68%42.94%
HSB/HSV328°67.27%64.71%
CMYK0.00%67.27%30.91%
35.29%

Color #A53672 in popluar number systems.

HEXA53672
Decimal16554114
Binary101001011101101110010
Octal24566162

Shades and tints

Shades of #A53672

#A53672
(165,54,114)
#963268
(150,50,104)
#872E5E
(135,46,94)
#782A54
(120,42,84)
#69264A
(105,38,74)
#5A2240
(90,34,64)
#4B1E36
(75,30,54)
#3C1A2C
(60,26,44)
#2D1622
(45,22,34)
#1E1218
(30,18,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A53672

#A53672
(165,54,114)
#AD487E
(173,72,126)
#B55A8A
(181,90,138)
#BD6C96
(189,108,150)
#C57EA2
(197,126,162)
#CD90AE
(205,144,174)
#D5A2BA
(213,162,186)
#DDB4C6
(221,180,198)
#E5C6D2
(229,198,210)
#EDD8DE
(237,216,222)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A53672; }

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

This text font color is #A53672.


Background Color

.myBgColor { background-color: #A53672; }

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

This div background color is #A53672.


Border color

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

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

This div border color is #A53672.


Opacity

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

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

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

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

This text has shadow with #A53672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A53672 on black background.


Color preview on white background

This text has color #A53672 on white background.



Black color preview on #A53672 background

This text has black color on #A53672 background.


White color preview on #A53672 background

This text has white color on #A53672 background.