COLOR #A8766C

HEX: #A8766C
RGB: (168,118,108)

Color info

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

RGB color model

#A8766C color RGB value is (168,118,108).

  • red value is 168;
  • green value is 118;
  • blue value is 108.
RGB:
(168,118,108)
(66%,46%,42%)

RGB channels and saturation

R 168 of 255 = 66%
G 118 of 255 = 46%
B 108 of 255 = 42%

168
118
108

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

Portions of RGB colors in percentages

R + G + B =
168 + 118 + 108 = 394 (100%)
R 168 of 394 ~ 42.64%
G 118 of 394 ~ 29.95%
B 108 of 394 ~ 27.41%

%42.64
%29.95
%27.41

CMYK color model

#A8766C color CMYK value is (0,30,36,34).

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 35.71%
  • key color value is 34.12%
CMYK:
(0,30,36,34)
C0M30Y36K34 
(0%,30%,36%,34%)
(0.00/0.30/0.36/0.34)	

CMYK percentages

%0
%29.76
%35.71
%34.12

Codes

Color #A8766C in popluar color models

A8766C
RGB168118108
HSL10°25.64%54.12%
HSB/HSV10°35.71%65.88%
CMYK0.00%29.76%35.71%
34.12%

Color #A8766C in popluar number systems.

HEXA8766C
Decimal168118108
Binary1010100011101101101100
Octal250166154

Shades and tints

Shades of #A8766C

#A8766C
(168,118,108)
#996C63
(153,108,99)
#8A625A
(138,98,90)
#7B5851
(123,88,81)
#6C4E48
(108,78,72)
#5D443F
(93,68,63)
#4E3A36
(78,58,54)
#3F302D
(63,48,45)
#302624
(48,38,36)
#211C1B
(33,28,27)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A8766C

#A8766C
(168,118,108)
#AF8279
(175,130,121)
#B68E86
(182,142,134)
#BD9A93
(189,154,147)
#C4A6A0
(196,166,160)
#CBB2AD
(203,178,173)
#D2BEBA
(210,190,186)
#D9CAC7
(217,202,199)
#E0D6D4
(224,214,212)
#E7E2E1
(231,226,225)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8766C color. Also use rgb(168,118,108) instead hex code.

Text Font Color

.myTextColor { color: #A8766C; }

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

This text font color is #A8766C.


Background Color

.myBgColor { background-color: #A8766C; }

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

This div background color is #A8766C.


Border color

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

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

This div border color is #A8766C.


Opacity

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

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

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

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

This text has shadow with #A8766C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8766C on black background.


Color preview on white background

This text has color #A8766C on white background.



Black color preview on #A8766C background

This text has black color on #A8766C background.


White color preview on #A8766C background

This text has white color on #A8766C background.