COLOR #A74E5B

HEX: #A74E5B RGB: (167,78,91)

Color info

#A74E5B contains mainly red color. Web safe color of #A74E5B is #996666 (or #966).

RGB color model

#A74E5B color RGB value is (167,78,91).

RGB: (167,78,91) (65%, 31%, 36%)

RGB channels and saturation

R 167 of 255 = 65%
G 78 of 255 = 31%
B 91 of 255 = 36%

167
78
91

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

Portions of RGB colors in percentages

R + G + B = 167 + 78 + 91 = 336 (100%)
R 167 of 336 ~ 49.7%
G 78 of 336 ~ 23.21%
B 91 of 336 ~ 27.08'%

%49.7
%23.21
%27.08

CMYK color model

#A74E5B color CMYK value is (0,53,46,35).

  • cyan value is 0.00%
  • magenta value is 53.29%
  • yellow value is 45.51%
  • key color value is 34.51%

CMYK: (0,53,46,35)
C0M53Y46K35 (0%, 53%, 46%, 35%)
(0.00 / 0.53 / 0.46 / 0.35)

CMYK percentages

%0
%53.29
%45.51
%34.51

Codes

Color #A74E5B in popluar color models

A7 4E 5B
RGB 167 78 91
HSL 351° 36.33% 48.04%
HSB/HSV 351° 53.29% 65.49%
CMYK 0.00% 53.29% 45.51%
34.51%

Color #A74E5B in popluar number systems.

HEX A7 4E 5B
Decimal 167 78 91
Binary 10100111 1001110 1011011
Octal 247 116 133

Shades and tints

Shades of #A74E5B

#A74E5B
(167,78,91)
#984753
(152,71,83)
#89404B
(137,64,75)
#7A3943
(122,57,67)
#6B323B
(107,50,59)
#5C2B33
(92,43,51)
#4D242B
(77,36,43)
#3E1D23
(62,29,35)
#2F161B
(47,22,27)
#200F13
(32,15,19)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #A74E5B

#A74E5B
(167,78,91)
#AF5E69
(175,94,105)
#B76E77
(183,110,119)
#BF7E85
(191,126,133)
#C78E93
(199,142,147)
#CF9EA1
(207,158,161)
#D7AEAF
(215,174,175)
#DFBEBD
(223,190,189)
#E7CECB
(231,206,203)
#EFDED9
(239,222,217)
#F7EEE7
(247,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74E5B color. Also use rgb(167,78,91) instead hex code.

Text Font Color

.myTextColor { color: #A74E5B; }

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

This text font color is #A74E5B.

Background Color

.myBgColor { background-color: #A74E5B; }

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

This div background color is #A74E5B.

Border color

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

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

This div border color is #A74E5B.

Opacity

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

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

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

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

This text has shadow with #A74E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74E5B.

Preview

Color preview on black background

This text has color #A74E5B on black background.


Color preview on white background

This text has color #A74E5B on white background.


Black color preview on #A74E5B background

This text has black color on #A74E5B background.


White color preview on #A74E5B background

This text has white color on #A74E5B background.


Related colors

Complementary color

Complementary color for #hex is #58B1A4.


I love getcolorcode.com

Triadic colors

1 #5BA74E and #4E5BA7 with #A74E5B are triadic colors.

2 #5B4EA7 and #4EA75B with #A74E5B are triadic colors.