COLOR #A76768

HEX: #A76768
RGB: (167,103,104)

Color info

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

RGB color model

#A76768 color RGB value is (167,103,104).

  • red value is 167;
  • green value is 103;
  • blue value is 104.
RGB:
(167,103,104)
(65%,40%,41%)

RGB channels and saturation

R 167 of 255 = 65%
G 103 of 255 = 40%
B 104 of 255 = 41%

167
103
104

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

Portions of RGB colors in percentages

R + G + B =
167 + 103 + 104 = 374 (100%)
R 167 of 374 ~ 44.65%
G 103 of 374 ~ 27.54%
B 104 of 374 ~ 27.81%

%44.65
%27.54
%27.81

CMYK color model

#A76768 color CMYK value is (0,38,38,35).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 37.72%
  • key color value is 34.51%
CMYK:
(0,38,38,35)
C0M38Y38K35 
(0%,38%,38%,35%)
(0.00/0.38/0.38/0.35)	

CMYK percentages

%0
%38.32
%37.72
%34.51

Codes

Color #A76768 in popluar color models

A76768
RGB167103104
HSL359°26.67%52.94%
HSB/HSV359°38.32%65.49%
CMYK0.00%38.32%37.72%
34.51%

Color #A76768 in popluar number systems.

HEXA76768
Decimal167103104
Binary1010011111001111101000
Octal247147150

Shades and tints

Shades of #A76768

#A76768
(167,103,104)
#985E5F
(152,94,95)
#895556
(137,85,86)
#7A4C4D
(122,76,77)
#6B4344
(107,67,68)
#5C3A3B
(92,58,59)
#4D3132
(77,49,50)
#3E2829
(62,40,41)
#2F1F20
(47,31,32)
#201617
(32,22,23)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #A76768

#A76768
(167,103,104)
#AF7475
(175,116,117)
#B78182
(183,129,130)
#BF8E8F
(191,142,143)
#C79B9C
(199,155,156)
#CFA8A9
(207,168,169)
#D7B5B6
(215,181,182)
#DFC2C3
(223,194,195)
#E7CFD0
(231,207,208)
#EFDCDD
(239,220,221)
#F7E9EA
(247,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76768 color. Also use rgb(167,103,104) instead hex code.

Text Font Color

.myTextColor { color: #A76768; }

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

This text font color is #A76768.


Background Color

.myBgColor { background-color: #A76768; }

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

This div background color is #A76768.


Border color

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

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

This div border color is #A76768.


Opacity

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

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

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

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

This text has shadow with #A76768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76768 on black background.


Color preview on white background

This text has color #A76768 on white background.



Black color preview on #A76768 background

This text has black color on #A76768 background.


White color preview on #A76768 background

This text has white color on #A76768 background.