COLOR #A76A6E

HEX: #A76A6E
RGB: (167,106,110)

Color info

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

RGB color model

#A76A6E color RGB value is (167,106,110).

  • red value is 167;
  • green value is 106;
  • blue value is 110.
RGB:
(167,106,110)
(65%,42%,43%)

RGB channels and saturation

R 167 of 255 = 65%
G 106 of 255 = 42%
B 110 of 255 = 43%

167
106
110

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

Portions of RGB colors in percentages

R + G + B =
167 + 106 + 110 = 383 (100%)
R 167 of 383 ~ 43.6%
G 106 of 383 ~ 27.68%
B 110 of 383 ~ 28.72%

%43.6
%27.68
%28.72

CMYK color model

#A76A6E color CMYK value is (0,37,34,35).

  • cyan value is 0.00%
  • magenta value is 36.53%
  • yellow value is 34.13%
  • key color value is 34.51%
CMYK:
(0,37,34,35)
C0M37Y34K35 
(0%,37%,34%,35%)
(0.00/0.37/0.34/0.35)	

CMYK percentages

%0
%36.53
%34.13
%34.51

Codes

Color #A76A6E in popluar color models

A76A6E
RGB167106110
HSL356°25.74%53.53%
HSB/HSV356°36.53%65.49%
CMYK0.00%36.53%34.13%
34.51%

Color #A76A6E in popluar number systems.

HEXA76A6E
Decimal167106110
Binary1010011111010101101110
Octal247152156

Shades and tints

Shades of #A76A6E

#A76A6E
(167,106,110)
#986164
(152,97,100)
#89585A
(137,88,90)
#7A4F50
(122,79,80)
#6B4646
(107,70,70)
#5C3D3C
(92,61,60)
#4D3432
(77,52,50)
#3E2B28
(62,43,40)
#2F221E
(47,34,30)
#201914
(32,25,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #A76A6E

#A76A6E
(167,106,110)
#AF777B
(175,119,123)
#B78488
(183,132,136)
#BF9195
(191,145,149)
#C79EA2
(199,158,162)
#CFABAF
(207,171,175)
#D7B8BC
(215,184,188)
#DFC5C9
(223,197,201)
#E7D2D6
(231,210,214)
#EFDFE3
(239,223,227)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76A6E color. Also use rgb(167,106,110) instead hex code.

Text Font Color

.myTextColor { color: #A76A6E; }

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

This text font color is #A76A6E.


Background Color

.myBgColor { background-color: #A76A6E; }

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

This div background color is #A76A6E.


Border color

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

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

This div border color is #A76A6E.


Opacity

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

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

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

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

This text has shadow with #A76A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76A6E on black background.


Color preview on white background

This text has color #A76A6E on white background.



Black color preview on #A76A6E background

This text has black color on #A76A6E background.


White color preview on #A76A6E background

This text has white color on #A76A6E background.