COLOR #A73F6B

HEX: #A73F6B RGB: (167,63,107)

Color info

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

RGB color model

#A73F6B color RGB value is (167,63,107).

RGB: (167,63,107) (65%, 25%, 42%)

RGB channels and saturation

R 167 of 255 = 65%
G 63 of 255 = 25%
B 107 of 255 = 42%

167
63
107

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

Portions of RGB colors in percentages

R + G + B = 167 + 63 + 107 = 337 (100%)
R 167 of 337 ~ 49.55%
G 63 of 337 ~ 18.69%
B 107 of 337 ~ 31.75'%

%49.55
%18.69
%31.75

CMYK color model

#A73F6B color CMYK value is (0,62,36,35).

  • cyan value is 0.00%
  • magenta value is 62.28%
  • yellow value is 35.93%
  • key color value is 34.51%

CMYK: (0,62,36,35)
C0M62Y36K35 (0%, 62%, 36%, 35%)
(0.00 / 0.62 / 0.36 / 0.35)

CMYK percentages

%0
%62.28
%35.93
%34.51

Codes

Color #A73F6B in popluar color models

A7 3F 6B
RGB 167 63 107
HSL 335° 45.22% 45.10%
HSB/HSV 335° 62.28% 65.49%
CMYK 0.00% 62.28% 35.93%
34.51%

Color #A73F6B in popluar number systems.

HEX A7 3F 6B
Decimal 167 63 107
Binary 10100111 111111 1101011
Octal 247 77 153

Shades and tints

Shades of #A73F6B

#A73F6B
(167,63,107)
#983A62
(152,58,98)
#893559
(137,53,89)
#7A3050
(122,48,80)
#6B2B47
(107,43,71)
#5C263E
(92,38,62)
#4D2135
(77,33,53)
#3E1C2C
(62,28,44)
#2F1723
(47,23,35)
#20121A
(32,18,26)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #A73F6B

#A73F6B
(167,63,107)
#AF5078
(175,80,120)
#B76185
(183,97,133)
#BF7292
(191,114,146)
#C7839F
(199,131,159)
#CF94AC
(207,148,172)
#D7A5B9
(215,165,185)
#DFB6C6
(223,182,198)
#E7C7D3
(231,199,211)
#EFD8E0
(239,216,224)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A73F6B color. Also use rgb(167,63,107) instead hex code.

Text Font Color

.myTextColor { color: #A73F6B; }

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

This text font color is #A73F6B.

Background Color

.myBgColor { background-color: #A73F6B; }

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

This div background color is #A73F6B.

Border color

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

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

This div border color is #A73F6B.

Opacity

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

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

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

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

This text has shadow with #A73F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A73F6B.

Preview

Color preview on black background

This text has color #A73F6B on black background.


Color preview on white background

This text has color #A73F6B on white background.


Black color preview on #A73F6B background

This text has black color on #A73F6B background.


White color preview on #A73F6B background

This text has white color on #A73F6B background.


Related colors

Complementary color

Complementary color for #hex is #58C094.


I love getcolorcode.com

Triadic colors

1 #6BA73F and #3F6BA7 with #A73F6B are triadic colors.

2 #6B3FA7 and #3FA76B with #A73F6B are triadic colors.