COLOR #A76563

HEX: #A76563
RGB: (167,101,99)

Color info

#A76563 contains mainly red color. Web safe color of #A76563 is #996666 (or #966).

RGB color model

#A76563 color RGB value is (167,101,99).

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

RGB channels and saturation

R 167 of 255 = 65%
G 101 of 255 = 40%
B 99 of 255 = 39%

167
101
99

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

Portions of RGB colors in percentages

R + G + B =
167 + 101 + 99 = 367 (100%)
R 167 of 367 ~ 45.5%
G 101 of 367 ~ 27.52%
B 99 of 367 ~ 26.98%

%45.5
%27.52
%26.98

CMYK color model

#A76563 color CMYK value is (0,40,41,35).

  • cyan value is 0.00%
  • magenta value is 39.52%
  • yellow value is 40.72%
  • key color value is 34.51%
CMYK:
(0,40,41,35)
C0M40Y41K35 
(0%,40%,41%,35%)
(0.00/0.40/0.41/0.35)	

CMYK percentages

%0
%39.52
%40.72
%34.51

Codes

Color #A76563 in popluar color models

A76563
RGB16710199
HSL27.87%52.16%
HSB/HSV40.72%65.49%
CMYK0.00%39.52%40.72%
34.51%

Color #A76563 in popluar number systems.

HEXA76563
Decimal16710199
Binary1010011111001011100011
Octal247145143

Shades and tints

Shades of #A76563

#A76563
(167,101,99)
#985C5A
(152,92,90)
#895351
(137,83,81)
#7A4A48
(122,74,72)
#6B413F
(107,65,63)
#5C3836
(92,56,54)
#4D2F2D
(77,47,45)
#3E2624
(62,38,36)
#2F1D1B
(47,29,27)
#201412
(32,20,18)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #A76563

#A76563
(167,101,99)
#AF7371
(175,115,113)
#B7817F
(183,129,127)
#BF8F8D
(191,143,141)
#C79D9B
(199,157,155)
#CFABA9
(207,171,169)
#D7B9B7
(215,185,183)
#DFC7C5
(223,199,197)
#E7D5D3
(231,213,211)
#EFE3E1
(239,227,225)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76563; }

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

This text font color is #A76563.


Background Color

.myBgColor { background-color: #A76563; }

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

This div background color is #A76563.


Border color

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

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

This div border color is #A76563.


Opacity

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

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

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

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

This text has shadow with #A76563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76563 on black background.


Color preview on white background

This text has color #A76563 on white background.



Black color preview on #A76563 background

This text has black color on #A76563 background.


White color preview on #A76563 background

This text has white color on #A76563 background.