COLOR #A71965

HEX: #A71965
RGB: (167,25,101)

Color info

#A71965 contains mainly red color. Web safe color of #A71965 is #990066 (or #906).

RGB color model

#A71965 color RGB value is (167,25,101).

  • red value is 167;
  • green value is 25;
  • blue value is 101.
RGB:
(167,25,101)
(65%,10%,40%)

RGB channels and saturation

R 167 of 255 = 65%
G 25 of 255 = 10%
B 101 of 255 = 40%

167
25
101

R + G + B ~ 38%. #A71965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
167 + 25 + 101 = 293 (100%)
R 167 of 293 ~ 57%
G 25 of 293 ~ 8.53%
B 101 of 293 ~ 34.47%

%57
%34.47

CMYK color model

#A71965 color CMYK value is (0,85,40,35).

  • cyan value is 0.00%
  • magenta value is 85.03%
  • yellow value is 39.52%
  • key color value is 34.51%
CMYK:
(0,85,40,35)
C0M85Y40K35 
(0%,85%,40%,35%)
(0.00/0.85/0.40/0.35)	

CMYK percentages

%0
%85.03
%39.52
%34.51

Codes

Color #A71965 in popluar color models

A71965
RGB16725101
HSL328°73.96%37.65%
HSB/HSV328°85.03%65.49%
CMYK0.00%85.03%39.52%
34.51%

Color #A71965 in popluar number systems.

HEXA71965
Decimal16725101
Binary10100111110011100101
Octal24731145

Shades and tints

Shades of #A71965

#A71965
(167,25,101)
#98175C
(152,23,92)
#891553
(137,21,83)
#7A134A
(122,19,74)
#6B1141
(107,17,65)
#5C0F38
(92,15,56)
#4D0D2F
(77,13,47)
#3E0B26
(62,11,38)
#2F091D
(47,9,29)
#200714
(32,7,20)
#11050B
(17,5,11)
#000000
(0,0,0)

Tints of #A71965

#A71965
(167,25,101)
#AF2D73
(175,45,115)
#B74181
(183,65,129)
#BF558F
(191,85,143)
#C7699D
(199,105,157)
#CF7DAB
(207,125,171)
#D791B9
(215,145,185)
#DFA5C7
(223,165,199)
#E7B9D5
(231,185,213)
#EFCDE3
(239,205,227)
#F7E1F1
(247,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A71965 color. Also use rgb(167,25,101) instead hex code.

Text Font Color

.myTextColor { color: #A71965; }

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

This text font color is #A71965.


Background Color

.myBgColor { background-color: #A71965; }

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

This div background color is #A71965.


Border color

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

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

This div border color is #A71965.


Opacity

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

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

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

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

This text has shadow with #A71965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A71965 on black background.


Color preview on white background

This text has color #A71965 on white background.



Black color preview on #A71965 background

This text has black color on #A71965 background.


White color preview on #A71965 background

This text has white color on #A71965 background.