COLOR #A52967

HEX: #A52967 RGB: (165,41,103)

Color info

#A52967 contains mainly red color. Web safe color of #A52967 is #993366 (or #936).

RGB color model

#A52967 color RGB value is (165,41,103).

RGB: (165,41,103) (65%, 16%, 40%)

RGB channels and saturation

R 165 of 255 = 65%
G 41 of 255 = 16%
B 103 of 255 = 40%

165
41
103

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

Portions of RGB colors in percentages

R + G + B = 165 + 41 + 103 = 309 (100%)
R 165 of 309 ~ 53.4%
G 41 of 309 ~ 13.27%
B 103 of 309 ~ 33.33'%

%53.4
%13.27
%33.33

CMYK color model

#A52967 color CMYK value is (0,75,38,35).

  • cyan value is 0.00%
  • magenta value is 75.15%
  • yellow value is 37.58%
  • key color value is 35.29%

CMYK: (0,75,38,35)
C0M75Y38K35 (0%, 75%, 38%, 35%)
(0.00 / 0.75 / 0.38 / 0.35)

CMYK percentages

%0
%75.15
%37.58
%35.29

Codes

Color #A52967 in popluar color models

A5 29 67
RGB 165 41 103
HSL 330° 60.19% 40.39%
HSB/HSV 330° 75.15% 64.71%
CMYK 0.00% 75.15% 37.58%
35.29%

Color #A52967 in popluar number systems.

HEX A5 29 67
Decimal 165 41 103
Binary 10100101 101001 1100111
Octal 245 51 147

Shades and tints

Shades of #A52967

#A52967
(165,41,103)
#96265E
(150,38,94)
#872355
(135,35,85)
#78204C
(120,32,76)
#691D43
(105,29,67)
#5A1A3A
(90,26,58)
#4B1731
(75,23,49)
#3C1428
(60,20,40)
#2D111F
(45,17,31)
#1E0E16
(30,14,22)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #A52967

#A52967
(165,41,103)
#AD3C74
(173,60,116)
#B54F81
(181,79,129)
#BD628E
(189,98,142)
#C5759B
(197,117,155)
#CD88A8
(205,136,168)
#D59BB5
(213,155,181)
#DDAEC2
(221,174,194)
#E5C1CF
(229,193,207)
#EDD4DC
(237,212,220)
#F5E7E9
(245,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A52967 color. Also use rgb(165,41,103) instead hex code.

Text Font Color

.myTextColor { color: #A52967; }

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

This text font color is #A52967.

Background Color

.myBgColor { background-color: #A52967; }

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

This div background color is #A52967.

Border color

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

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

This div border color is #A52967.

Opacity

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

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

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

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

This text has shadow with #A52967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A52967.

Preview

Color preview on black background

This text has color #A52967 on black background.


Color preview on white background

This text has color #A52967 on white background.


Black color preview on #A52967 background

This text has black color on #A52967 background.


White color preview on #A52967 background

This text has white color on #A52967 background.


Related colors

Complementary color

Complementary color for #hex is #5AD698.


I love getcolorcode.com

Triadic colors

1 #67A529 and #2967A5 with #A52967 are triadic colors.

2 #6729A5 and #29A567 with #A52967 are triadic colors.