COLOR #A74A71

HEX: #A74A71
RGB: (167,74,113)

Color info

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

RGB color model

#A74A71 color RGB value is (167,74,113).

  • red value is 167;
  • green value is 74;
  • blue value is 113.
RGB:
(167,74,113)
(65%,29%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 74 of 255 = 29%
B 113 of 255 = 44%

167
74
113

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

Portions of RGB colors in percentages

R + G + B =
167 + 74 + 113 = 354 (100%)
R 167 of 354 ~ 47.18%
G 74 of 354 ~ 20.9%
B 113 of 354 ~ 31.92%

%47.18
%20.9
%31.92

CMYK color model

#A74A71 color CMYK value is (0,56,32,35).

  • cyan value is 0.00%
  • magenta value is 55.69%
  • yellow value is 32.34%
  • key color value is 34.51%
CMYK:
(0,56,32,35)
C0M56Y32K35 
(0%,56%,32%,35%)
(0.00/0.56/0.32/0.35)	

CMYK percentages

%0
%55.69
%32.34
%34.51

Codes

Color #A74A71 in popluar color models

A74A71
RGB16774113
HSL335°38.59%47.25%
HSB/HSV335°55.69%65.49%
CMYK0.00%55.69%32.34%
34.51%

Color #A74A71 in popluar number systems.

HEXA74A71
Decimal16774113
Binary1010011110010101110001
Octal247112161

Shades and tints

Shades of #A74A71

#A74A71
(167,74,113)
#984467
(152,68,103)
#893E5D
(137,62,93)
#7A3853
(122,56,83)
#6B3249
(107,50,73)
#5C2C3F
(92,44,63)
#4D2635
(77,38,53)
#3E202B
(62,32,43)
#2F1A21
(47,26,33)
#201417
(32,20,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #A74A71

#A74A71
(167,74,113)
#AF5A7D
(175,90,125)
#B76A89
(183,106,137)
#BF7A95
(191,122,149)
#C78AA1
(199,138,161)
#CF9AAD
(207,154,173)
#D7AAB9
(215,170,185)
#DFBAC5
(223,186,197)
#E7CAD1
(231,202,209)
#EFDADD
(239,218,221)
#F7EAE9
(247,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74A71 color. Also use rgb(167,74,113) instead hex code.

Text Font Color

.myTextColor { color: #A74A71; }

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

This text font color is #A74A71.


Background Color

.myBgColor { background-color: #A74A71; }

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

This div background color is #A74A71.


Border color

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

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

This div border color is #A74A71.


Opacity

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

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

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

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

This text has shadow with #A74A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A74A71 on black background.


Color preview on white background

This text has color #A74A71 on white background.



Black color preview on #A74A71 background

This text has black color on #A74A71 background.


White color preview on #A74A71 background

This text has white color on #A74A71 background.