COLOR #A52C6C

HEX: #A52C6C
RGB: (165,44,108)

Color info

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

RGB color model

#A52C6C color RGB value is (165,44,108).

  • red value is 165;
  • green value is 44;
  • blue value is 108.
RGB:
(165,44,108)
(65%,17%,42%)

RGB channels and saturation

R 165 of 255 = 65%
G 44 of 255 = 17%
B 108 of 255 = 42%

165
44
108

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

Portions of RGB colors in percentages

R + G + B =
165 + 44 + 108 = 317 (100%)
R 165 of 317 ~ 52.05%
G 44 of 317 ~ 13.88%
B 108 of 317 ~ 34.07%

%52.05
%13.88
%34.07

CMYK color model

#A52C6C color CMYK value is (0,73,35,35).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 34.55%
  • key color value is 35.29%
CMYK:
(0,73,35,35)
C0M73Y35K35 
(0%,73%,35%,35%)
(0.00/0.73/0.35/0.35)	

CMYK percentages

%0
%73.33
%34.55
%35.29

Codes

Color #A52C6C in popluar color models

A52C6C
RGB16544108
HSL328°57.89%40.98%
HSB/HSV328°73.33%64.71%
CMYK0.00%73.33%34.55%
35.29%

Color #A52C6C in popluar number systems.

HEXA52C6C
Decimal16544108
Binary101001011011001101100
Octal24554154

Shades and tints

Shades of #A52C6C

#A52C6C
(165,44,108)
#962863
(150,40,99)
#87245A
(135,36,90)
#782051
(120,32,81)
#691C48
(105,28,72)
#5A183F
(90,24,63)
#4B1436
(75,20,54)
#3C102D
(60,16,45)
#2D0C24
(45,12,36)
#1E081B
(30,8,27)
#0F0412
(15,4,18)
#000000
(0,0,0)

Tints of #A52C6C

#A52C6C
(165,44,108)
#AD3F79
(173,63,121)
#B55286
(181,82,134)
#BD6593
(189,101,147)
#C578A0
(197,120,160)
#CD8BAD
(205,139,173)
#D59EBA
(213,158,186)
#DDB1C7
(221,177,199)
#E5C4D4
(229,196,212)
#EDD7E1
(237,215,225)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52C6C color. Also use rgb(165,44,108) instead hex code.

Text Font Color

.myTextColor { color: #A52C6C; }

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

This text font color is #A52C6C.


Background Color

.myBgColor { background-color: #A52C6C; }

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

This div background color is #A52C6C.


Border color

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

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

This div border color is #A52C6C.


Opacity

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

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

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

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

This text has shadow with #A52C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A52C6C on black background.


Color preview on white background

This text has color #A52C6C on white background.



Black color preview on #A52C6C background

This text has black color on #A52C6C background.


White color preview on #A52C6C background

This text has white color on #A52C6C background.