COLOR #A72B75

HEX: #A72B75
RGB: (167,43,117)

Color info

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

RGB color model

#A72B75 color RGB value is (167,43,117).

  • red value is 167;
  • green value is 43;
  • blue value is 117.
RGB:
(167,43,117)
(65%,17%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 43 of 255 = 17%
B 117 of 255 = 46%

167
43
117

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

Portions of RGB colors in percentages

R + G + B =
167 + 43 + 117 = 327 (100%)
R 167 of 327 ~ 51.07%
G 43 of 327 ~ 13.15%
B 117 of 327 ~ 35.78%

%51.07
%13.15
%35.78

CMYK color model

#A72B75 color CMYK value is (0,74,30,35).

  • cyan value is 0.00%
  • magenta value is 74.25%
  • yellow value is 29.94%
  • key color value is 34.51%
CMYK:
(0,74,30,35)
C0M74Y30K35 
(0%,74%,30%,35%)
(0.00/0.74/0.30/0.35)	

CMYK percentages

%0
%74.25
%29.94
%34.51

Codes

Color #A72B75 in popluar color models

A72B75
RGB16743117
HSL324°59.05%41.18%
HSB/HSV324°74.25%65.49%
CMYK0.00%74.25%29.94%
34.51%

Color #A72B75 in popluar number systems.

HEXA72B75
Decimal16743117
Binary101001111010111110101
Octal24753165

Shades and tints

Shades of #A72B75

#A72B75
(167,43,117)
#98286B
(152,40,107)
#892561
(137,37,97)
#7A2257
(122,34,87)
#6B1F4D
(107,31,77)
#5C1C43
(92,28,67)
#4D1939
(77,25,57)
#3E162F
(62,22,47)
#2F1325
(47,19,37)
#20101B
(32,16,27)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A72B75

#A72B75
(167,43,117)
#AF3E81
(175,62,129)
#B7518D
(183,81,141)
#BF6499
(191,100,153)
#C777A5
(199,119,165)
#CF8AB1
(207,138,177)
#D79DBD
(215,157,189)
#DFB0C9
(223,176,201)
#E7C3D5
(231,195,213)
#EFD6E1
(239,214,225)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A72B75 color. Also use rgb(167,43,117) instead hex code.

Text Font Color

.myTextColor { color: #A72B75; }

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

This text font color is #A72B75.


Background Color

.myBgColor { background-color: #A72B75; }

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

This div background color is #A72B75.


Border color

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

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

This div border color is #A72B75.


Opacity

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

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

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

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

This text has shadow with #A72B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A72B75 on black background.


Color preview on white background

This text has color #A72B75 on white background.



Black color preview on #A72B75 background

This text has black color on #A72B75 background.


White color preview on #A72B75 background

This text has white color on #A72B75 background.