COLOR #A75745

HEX: #A75745
RGB: (167,87,69)

Color info

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

RGB color model

#A75745 color RGB value is (167,87,69).

  • red value is 167;
  • green value is 87;
  • blue value is 69.
RGB:
(167,87,69)
(65%,34%,27%)

RGB channels and saturation

R 167 of 255 = 65%
G 87 of 255 = 34%
B 69 of 255 = 27%

167
87
69

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

Portions of RGB colors in percentages

R + G + B =
167 + 87 + 69 = 323 (100%)
R 167 of 323 ~ 51.7%
G 87 of 323 ~ 26.93%
B 69 of 323 ~ 21.36%

%51.7
%26.93
%21.36

CMYK color model

#A75745 color CMYK value is (0,48,59,35).

  • cyan value is 0.00%
  • magenta value is 47.90%
  • yellow value is 58.68%
  • key color value is 34.51%
CMYK:
(0,48,59,35)
C0M48Y59K35 
(0%,48%,59%,35%)
(0.00/0.48/0.59/0.35)	

CMYK percentages

%0
%47.9
%58.68
%34.51

Codes

Color #A75745 in popluar color models

A75745
RGB1678769
HSL11°41.53%46.27%
HSB/HSV11°58.68%65.49%
CMYK0.00%47.90%58.68%
34.51%

Color #A75745 in popluar number systems.

HEXA75745
Decimal1678769
Binary1010011110101111000101
Octal247127105

Shades and tints

Shades of #A75745

#A75745
(167,87,69)
#98503F
(152,80,63)
#894939
(137,73,57)
#7A4233
(122,66,51)
#6B3B2D
(107,59,45)
#5C3427
(92,52,39)
#4D2D21
(77,45,33)
#3E261B
(62,38,27)
#2F1F15
(47,31,21)
#20180F
(32,24,15)
#111109
(17,17,9)
#000000
(0,0,0)

Tints of #A75745

#A75745
(167,87,69)
#AF6655
(175,102,85)
#B77565
(183,117,101)
#BF8475
(191,132,117)
#C79385
(199,147,133)
#CFA295
(207,162,149)
#D7B1A5
(215,177,165)
#DFC0B5
(223,192,181)
#E7CFC5
(231,207,197)
#EFDED5
(239,222,213)
#F7EDE5
(247,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75745; }

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

This text font color is #A75745.


Background Color

.myBgColor { background-color: #A75745; }

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

This div background color is #A75745.


Border color

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

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

This div border color is #A75745.


Opacity

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

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

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

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

This text has shadow with #A75745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75745 on black background.


Color preview on white background

This text has color #A75745 on white background.



Black color preview on #A75745 background

This text has black color on #A75745 background.


White color preview on #A75745 background

This text has white color on #A75745 background.