COLOR #A74745

HEX: #A74745 RGB: (167,71,69)

Color info

#A74745 contains mainly red color. Web safe color of #A74745 is #993333 (or #933).

RGB color model

#A74745 color RGB value is (167,71,69).

RGB: (167,71,69) (65%, 28%, 27%)

RGB channels and saturation

R 167 of 255 = 65%
G 71 of 255 = 28%
B 69 of 255 = 27%

167
71
69

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

Portions of RGB colors in percentages

R + G + B = 167 + 71 + 69 = 307 (100%)
R 167 of 307 ~ 54.4%
G 71 of 307 ~ 23.13%
B 69 of 307 ~ 22.48'%

%54.4
%23.13
%22.48

CMYK color model

#A74745 color CMYK value is (0,57,59,35).

  • cyan value is 0.00%
  • magenta value is 57.49%
  • yellow value is 58.68%
  • key color value is 34.51%

CMYK: (0,57,59,35)
C0M57Y59K35 (0%, 57%, 59%, 35%)
(0.00 / 0.57 / 0.59 / 0.35)

CMYK percentages

%0
%57.49
%58.68
%34.51

Codes

Color #A74745 in popluar color models

A7 47 45
RGB 167 71 69
HSL 41.53% 46.27%
HSB/HSV 58.68% 65.49%
CMYK 0.00% 57.49% 58.68%
34.51%

Color #A74745 in popluar number systems.

HEX A7 47 45
Decimal 167 71 69
Binary 10100111 1000111 1000101
Octal 247 107 105

Shades and tints

Shades of #A74745

#A74745
(167,71,69)
#98413F
(152,65,63)
#893B39
(137,59,57)
#7A3533
(122,53,51)
#6B2F2D
(107,47,45)
#5C2927
(92,41,39)
#4D2321
(77,35,33)
#3E1D1B
(62,29,27)
#2F1715
(47,23,21)
#20110F
(32,17,15)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #A74745

#A74745
(167,71,69)
#AF5755
(175,87,85)
#B76765
(183,103,101)
#BF7775
(191,119,117)
#C78785
(199,135,133)
#CF9795
(207,151,149)
#D7A7A5
(215,167,165)
#DFB7B5
(223,183,181)
#E7C7C5
(231,199,197)
#EFD7D5
(239,215,213)
#F7E7E5
(247,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A74745 color. Also use rgb(167,71,69) instead hex code.

Text Font Color

.myTextColor { color: #A74745; }

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

This text font color is #A74745.

Background Color

.myBgColor { background-color: #A74745; }

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

This div background color is #A74745.

Border color

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

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

This div border color is #A74745.

Opacity

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

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

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

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

This text has shadow with #A74745 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A74745.

Preview

Color preview on black background

This text has color #A74745 on black background.


Color preview on white background

This text has color #A74745 on white background.


Black color preview on #A74745 background

This text has black color on #A74745 background.


White color preview on #A74745 background

This text has white color on #A74745 background.


Related colors

Complementary color

Complementary color for #hex is #58B8BA.


I love getcolorcode.com

Triadic colors

1 #45A747 and #4745A7 with #A74745 are triadic colors.

2 #4547A7 and #47A745 with #A74745 are triadic colors.