COLOR #A75447

HEX: #A75447
RGB: (167,84,71)

Color info

#A75447 contains mainly red color. Web safe color of #A75447 is #996633 (or #963).

RGB color model

#A75447 color RGB value is (167,84,71).

  • red value is 167;
  • green value is 84;
  • blue value is 71.
RGB:
(167,84,71)
(65%,33%,28%)

RGB channels and saturation

R 167 of 255 = 65%
G 84 of 255 = 33%
B 71 of 255 = 28%

167
84
71

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

Portions of RGB colors in percentages

R + G + B =
167 + 84 + 71 = 322 (100%)
R 167 of 322 ~ 51.86%
G 84 of 322 ~ 26.09%
B 71 of 322 ~ 22.05%

%51.86
%26.09
%22.05

CMYK color model

#A75447 color CMYK value is (0,50,57,35).

  • cyan value is 0.00%
  • magenta value is 49.70%
  • yellow value is 57.49%
  • key color value is 34.51%
CMYK:
(0,50,57,35)
C0M50Y57K35 
(0%,50%,57%,35%)
(0.00/0.50/0.57/0.35)	

CMYK percentages

%0
%49.7
%57.49
%34.51

Codes

Color #A75447 in popluar color models

A75447
RGB1678471
HSL40.34%46.67%
HSB/HSV57.49%65.49%
CMYK0.00%49.70%57.49%
34.51%

Color #A75447 in popluar number systems.

HEXA75447
Decimal1678471
Binary1010011110101001000111
Octal247124107

Shades and tints

Shades of #A75447

#A75447
(167,84,71)
#984D41
(152,77,65)
#89463B
(137,70,59)
#7A3F35
(122,63,53)
#6B382F
(107,56,47)
#5C3129
(92,49,41)
#4D2A23
(77,42,35)
#3E231D
(62,35,29)
#2F1C17
(47,28,23)
#201511
(32,21,17)
#110E0B
(17,14,11)
#000000
(0,0,0)

Tints of #A75447

#A75447
(167,84,71)
#AF6357
(175,99,87)
#B77267
(183,114,103)
#BF8177
(191,129,119)
#C79087
(199,144,135)
#CF9F97
(207,159,151)
#D7AEA7
(215,174,167)
#DFBDB7
(223,189,183)
#E7CCC7
(231,204,199)
#EFDBD7
(239,219,215)
#F7EAE7
(247,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75447; }

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

This text font color is #A75447.


Background Color

.myBgColor { background-color: #A75447; }

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

This div background color is #A75447.


Border color

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

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

This div border color is #A75447.


Opacity

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

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

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

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

This text has shadow with #A75447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75447 on black background.


Color preview on white background

This text has color #A75447 on white background.



Black color preview on #A75447 background

This text has black color on #A75447 background.


White color preview on #A75447 background

This text has white color on #A75447 background.