COLOR #A76970

HEX: #A76970
RGB: (167,105,112)

Color info

#A76970 contains mainly red and blue colors. Web safe color of #A76970 is #996666 (or #966).

RGB color model

#A76970 color RGB value is (167,105,112).

  • red value is 167;
  • green value is 105;
  • blue value is 112.
RGB:
(167,105,112)
(65%,41%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 105 of 255 = 41%
B 112 of 255 = 44%

167
105
112

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

Portions of RGB colors in percentages

R + G + B =
167 + 105 + 112 = 384 (100%)
R 167 of 384 ~ 43.49%
G 105 of 384 ~ 27.34%
B 112 of 384 ~ 29.17%

%43.49
%27.34
%29.17

CMYK color model

#A76970 color CMYK value is (0,37,33,35).

  • cyan value is 0.00%
  • magenta value is 37.13%
  • yellow value is 32.93%
  • key color value is 34.51%
CMYK:
(0,37,33,35)
C0M37Y33K35 
(0%,37%,33%,35%)
(0.00/0.37/0.33/0.35)	

CMYK percentages

%0
%37.13
%32.93
%34.51

Codes

Color #A76970 in popluar color models

A76970
RGB167105112
HSL353°26.05%53.33%
HSB/HSV353°37.13%65.49%
CMYK0.00%37.13%32.93%
34.51%

Color #A76970 in popluar number systems.

HEXA76970
Decimal167105112
Binary1010011111010011110000
Octal247151160

Shades and tints

Shades of #A76970

#A76970
(167,105,112)
#986066
(152,96,102)
#89575C
(137,87,92)
#7A4E52
(122,78,82)
#6B4548
(107,69,72)
#5C3C3E
(92,60,62)
#4D3334
(77,51,52)
#3E2A2A
(62,42,42)
#2F2120
(47,33,32)
#201816
(32,24,22)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #A76970

#A76970
(167,105,112)
#AF767D
(175,118,125)
#B7838A
(183,131,138)
#BF9097
(191,144,151)
#C79DA4
(199,157,164)
#CFAAB1
(207,170,177)
#D7B7BE
(215,183,190)
#DFC4CB
(223,196,203)
#E7D1D8
(231,209,216)
#EFDEE5
(239,222,229)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76970 color. Also use rgb(167,105,112) instead hex code.

Text Font Color

.myTextColor { color: #A76970; }

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

This text font color is #A76970.


Background Color

.myBgColor { background-color: #A76970; }

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

This div background color is #A76970.


Border color

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

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

This div border color is #A76970.


Opacity

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

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

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

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

This text has shadow with #A76970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76970 on black background.


Color preview on white background

This text has color #A76970 on white background.



Black color preview on #A76970 background

This text has black color on #A76970 background.


White color preview on #A76970 background

This text has white color on #A76970 background.