COLOR #A75D48

HEX: #A75D48
RGB: (167,93,72)

Color info

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

RGB color model

#A75D48 color RGB value is (167,93,72).

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

RGB channels and saturation

R 167 of 255 = 65%
G 93 of 255 = 36%
B 72 of 255 = 28%

167
93
72

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

Portions of RGB colors in percentages

R + G + B =
167 + 93 + 72 = 332 (100%)
R 167 of 332 ~ 50.3%
G 93 of 332 ~ 28.01%
B 72 of 332 ~ 21.69%

%50.3
%28.01
%21.69

CMYK color model

#A75D48 color CMYK value is (0,44,57,35).

  • cyan value is 0.00%
  • magenta value is 44.31%
  • yellow value is 56.89%
  • key color value is 34.51%
CMYK:
(0,44,57,35)
C0M44Y57K35 
(0%,44%,57%,35%)
(0.00/0.44/0.57/0.35)	

CMYK percentages

%0
%44.31
%56.89
%34.51

Codes

Color #A75D48 in popluar color models

A75D48
RGB1679372
HSL13°39.75%46.86%
HSB/HSV13°56.89%65.49%
CMYK0.00%44.31%56.89%
34.51%

Color #A75D48 in popluar number systems.

HEXA75D48
Decimal1679372
Binary1010011110111011001000
Octal247135110

Shades and tints

Shades of #A75D48

#A75D48
(167,93,72)
#985542
(152,85,66)
#894D3C
(137,77,60)
#7A4536
(122,69,54)
#6B3D30
(107,61,48)
#5C352A
(92,53,42)
#4D2D24
(77,45,36)
#3E251E
(62,37,30)
#2F1D18
(47,29,24)
#201512
(32,21,18)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #A75D48

#A75D48
(167,93,72)
#AF6B58
(175,107,88)
#B77968
(183,121,104)
#BF8778
(191,135,120)
#C79588
(199,149,136)
#CFA398
(207,163,152)
#D7B1A8
(215,177,168)
#DFBFB8
(223,191,184)
#E7CDC8
(231,205,200)
#EFDBD8
(239,219,216)
#F7E9E8
(247,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A75D48; }

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

This text font color is #A75D48.


Background Color

.myBgColor { background-color: #A75D48; }

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

This div background color is #A75D48.


Border color

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

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

This div border color is #A75D48.


Opacity

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

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

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

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

This text has shadow with #A75D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A75D48 on black background.


Color preview on white background

This text has color #A75D48 on white background.



Black color preview on #A75D48 background

This text has black color on #A75D48 background.


White color preview on #A75D48 background

This text has white color on #A75D48 background.