COLOR #A76371

HEX: #A76371
RGB: (167,99,113)

Color info

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

RGB color model

#A76371 color RGB value is (167,99,113).

  • red value is 167;
  • green value is 99;
  • blue value is 113.
RGB:
(167,99,113)
(65%,39%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 99 of 255 = 39%
B 113 of 255 = 44%

167
99
113

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

Portions of RGB colors in percentages

R + G + B =
167 + 99 + 113 = 379 (100%)
R 167 of 379 ~ 44.06%
G 99 of 379 ~ 26.12%
B 113 of 379 ~ 29.82%

%44.06
%26.12
%29.82

CMYK color model

#A76371 color CMYK value is (0,41,32,35).

  • cyan value is 0.00%
  • magenta value is 40.72%
  • yellow value is 32.34%
  • key color value is 34.51%
CMYK:
(0,41,32,35)
C0M41Y32K35 
(0%,41%,32%,35%)
(0.00/0.41/0.32/0.35)	

CMYK percentages

%0
%40.72
%32.34
%34.51

Codes

Color #A76371 in popluar color models

A76371
RGB16799113
HSL348°27.87%52.16%
HSB/HSV348°40.72%65.49%
CMYK0.00%40.72%32.34%
34.51%

Color #A76371 in popluar number systems.

HEXA76371
Decimal16799113
Binary1010011111000111110001
Octal247143161

Shades and tints

Shades of #A76371

#A76371
(167,99,113)
#985A67
(152,90,103)
#89515D
(137,81,93)
#7A4853
(122,72,83)
#6B3F49
(107,63,73)
#5C363F
(92,54,63)
#4D2D35
(77,45,53)
#3E242B
(62,36,43)
#2F1B21
(47,27,33)
#201217
(32,18,23)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #A76371

#A76371
(167,99,113)
#AF717D
(175,113,125)
#B77F89
(183,127,137)
#BF8D95
(191,141,149)
#C79BA1
(199,155,161)
#CFA9AD
(207,169,173)
#D7B7B9
(215,183,185)
#DFC5C5
(223,197,197)
#E7D3D1
(231,211,209)
#EFE1DD
(239,225,221)
#F7EFE9
(247,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76371 color. Also use rgb(167,99,113) instead hex code.

Text Font Color

.myTextColor { color: #A76371; }

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

This text font color is #A76371.


Background Color

.myBgColor { background-color: #A76371; }

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

This div background color is #A76371.


Border color

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

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

This div border color is #A76371.


Opacity

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

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

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

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

This text has shadow with #A76371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76371 on black background.


Color preview on white background

This text has color #A76371 on white background.



Black color preview on #A76371 background

This text has black color on #A76371 background.


White color preview on #A76371 background

This text has white color on #A76371 background.