COLOR #A76869

HEX: #A76869
RGB: (167,104,105)

Color info

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

RGB color model

#A76869 color RGB value is (167,104,105).

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

RGB channels and saturation

R 167 of 255 = 65%
G 104 of 255 = 41%
B 105 of 255 = 41%

167
104
105

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

Portions of RGB colors in percentages

R + G + B =
167 + 104 + 105 = 376 (100%)
R 167 of 376 ~ 44.41%
G 104 of 376 ~ 27.66%
B 105 of 376 ~ 27.93%

%44.41
%27.66
%27.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 37.13%
  • key color value is 34.51%
CMYK:
(0,38,37,35)
C0M38Y37K35 
(0%,38%,37%,35%)
(0.00/0.38/0.37/0.35)	

CMYK percentages

%0
%37.72
%37.13
%34.51

Codes

Color #A76869 in popluar color models

A76869
RGB167104105
HSL359°26.36%53.14%
HSB/HSV359°37.72%65.49%
CMYK0.00%37.72%37.13%
34.51%

Color #A76869 in popluar number systems.

HEXA76869
Decimal167104105
Binary1010011111010001101001
Octal247150151

Shades and tints

Shades of #A76869

#A76869
(167,104,105)
#985F60
(152,95,96)
#895657
(137,86,87)
#7A4D4E
(122,77,78)
#6B4445
(107,68,69)
#5C3B3C
(92,59,60)
#4D3233
(77,50,51)
#3E292A
(62,41,42)
#2F2021
(47,32,33)
#201718
(32,23,24)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #A76869

#A76869
(167,104,105)
#AF7576
(175,117,118)
#B78283
(183,130,131)
#BF8F90
(191,143,144)
#C79C9D
(199,156,157)
#CFA9AA
(207,169,170)
#D7B6B7
(215,182,183)
#DFC3C4
(223,195,196)
#E7D0D1
(231,208,209)
#EFDDDE
(239,221,222)
#F7EAEB
(247,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A76869; }

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

This text font color is #A76869.


Background Color

.myBgColor { background-color: #A76869; }

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

This div background color is #A76869.


Border color

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

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

This div border color is #A76869.


Opacity

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

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

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

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

This text has shadow with #A76869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76869 on black background.


Color preview on white background

This text has color #A76869 on white background.



Black color preview on #A76869 background

This text has black color on #A76869 background.


White color preview on #A76869 background

This text has white color on #A76869 background.