COLOR #A76573

HEX: #A76573
RGB: (167,101,115)

Color info

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

RGB color model

#A76573 color RGB value is (167,101,115).

  • red value is 167;
  • green value is 101;
  • blue value is 115.
RGB:
(167,101,115)
(65%,40%,45%)

RGB channels and saturation

R 167 of 255 = 65%
G 101 of 255 = 40%
B 115 of 255 = 45%

167
101
115

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

Portions of RGB colors in percentages

R + G + B =
167 + 101 + 115 = 383 (100%)
R 167 of 383 ~ 43.6%
G 101 of 383 ~ 26.37%
B 115 of 383 ~ 30.03%

%43.6
%26.37
%30.03

CMYK color model

#A76573 color CMYK value is (0,40,31,35).

  • cyan value is 0.00%
  • magenta value is 39.52%
  • yellow value is 31.14%
  • key color value is 34.51%
CMYK:
(0,40,31,35)
C0M40Y31K35 
(0%,40%,31%,35%)
(0.00/0.40/0.31/0.35)	

CMYK percentages

%0
%39.52
%31.14
%34.51

Codes

Color #A76573 in popluar color models

A76573
RGB167101115
HSL347°27.27%52.55%
HSB/HSV347°39.52%65.49%
CMYK0.00%39.52%31.14%
34.51%

Color #A76573 in popluar number systems.

HEXA76573
Decimal167101115
Binary1010011111001011110011
Octal247145163

Shades and tints

Shades of #A76573

#A76573
(167,101,115)
#985C69
(152,92,105)
#89535F
(137,83,95)
#7A4A55
(122,74,85)
#6B414B
(107,65,75)
#5C3841
(92,56,65)
#4D2F37
(77,47,55)
#3E262D
(62,38,45)
#2F1D23
(47,29,35)
#201419
(32,20,25)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #A76573

#A76573
(167,101,115)
#AF737F
(175,115,127)
#B7818B
(183,129,139)
#BF8F97
(191,143,151)
#C79DA3
(199,157,163)
#CFABAF
(207,171,175)
#D7B9BB
(215,185,187)
#DFC7C7
(223,199,199)
#E7D5D3
(231,213,211)
#EFE3DF
(239,227,223)
#F7F1EB
(247,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76573 color. Also use rgb(167,101,115) instead hex code.

Text Font Color

.myTextColor { color: #A76573; }

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

This text font color is #A76573.


Background Color

.myBgColor { background-color: #A76573; }

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

This div background color is #A76573.


Border color

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

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

This div border color is #A76573.


Opacity

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

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

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

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

This text has shadow with #A76573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76573 on black background.


Color preview on white background

This text has color #A76573 on white background.



Black color preview on #A76573 background

This text has black color on #A76573 background.


White color preview on #A76573 background

This text has white color on #A76573 background.