COLOR #A75748

HEX: #A75748
RGB: (167,87,72)

Color info

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

RGB color model

#A75748 color RGB value is (167,87,72).

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

RGB channels and saturation

R 167 of 255 = 65%
G 87 of 255 = 34%
B 72 of 255 = 28%

167
87
72

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

Portions of RGB colors in percentages

R + G + B =
167 + 87 + 72 = 326 (100%)
R 167 of 326 ~ 51.23%
G 87 of 326 ~ 26.69%
B 72 of 326 ~ 22.09%

%51.23
%26.69
%22.09

CMYK color model

#A75748 color CMYK value is (0,48,57,35).

  • cyan value is 0.00%
  • magenta value is 47.90%
  • yellow value is 56.89%
  • key color value is 34.51%
CMYK:
(0,48,57,35)
C0M48Y57K35 
(0%,48%,57%,35%)
(0.00/0.48/0.57/0.35)	

CMYK percentages

%0
%47.9
%56.89
%34.51

Codes

Color #A75748 in popluar color models

A75748
RGB1678772
HSL39.75%46.86%
HSB/HSV56.89%65.49%
CMYK0.00%47.90%56.89%
34.51%

Color #A75748 in popluar number systems.

HEXA75748
Decimal1678772
Binary1010011110101111001000
Octal247127110

Shades and tints

Shades of #A75748

#A75748
(167,87,72)
#985042
(152,80,66)
#89493C
(137,73,60)
#7A4236
(122,66,54)
#6B3B30
(107,59,48)
#5C342A
(92,52,42)
#4D2D24
(77,45,36)
#3E261E
(62,38,30)
#2F1F18
(47,31,24)
#201812
(32,24,18)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #A75748

#A75748
(167,87,72)
#AF6658
(175,102,88)
#B77568
(183,117,104)
#BF8478
(191,132,120)
#C79388
(199,147,136)
#CFA298
(207,162,152)
#D7B1A8
(215,177,168)
#DFC0B8
(223,192,184)
#E7CFC8
(231,207,200)
#EFDED8
(239,222,216)
#F7EDE8
(247,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75748; }

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

This text font color is #A75748.


Background Color

.myBgColor { background-color: #A75748; }

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

This div background color is #A75748.


Border color

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

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

This div border color is #A75748.


Opacity

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

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

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

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

This text has shadow with #A75748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75748 on black background.


Color preview on white background

This text has color #A75748 on white background.



Black color preview on #A75748 background

This text has black color on #A75748 background.


White color preview on #A75748 background

This text has white color on #A75748 background.