COLOR #A8676C

HEX: #A8676C
RGB: (168,103,108)

Color info

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

RGB color model

#A8676C color RGB value is (168,103,108).

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

RGB channels and saturation

R 168 of 255 = 66%
G 103 of 255 = 40%
B 108 of 255 = 42%

168
103
108

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

Portions of RGB colors in percentages

R + G + B =
168 + 103 + 108 = 379 (100%)
R 168 of 379 ~ 44.33%
G 103 of 379 ~ 27.18%
B 108 of 379 ~ 28.5%

%44.33
%27.18
%28.5

CMYK color model

#A8676C color CMYK value is (0,39,36,34).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 35.71%
  • key color value is 34.12%
CMYK:
(0,39,36,34)
C0M39Y36K34 
(0%,39%,36%,34%)
(0.00/0.39/0.36/0.34)	

CMYK percentages

%0
%38.69
%35.71
%34.12

Codes

Color #A8676C in popluar color models

A8676C
RGB168103108
HSL355°27.20%53.14%
HSB/HSV355°38.69%65.88%
CMYK0.00%38.69%35.71%
34.12%

Color #A8676C in popluar number systems.

HEXA8676C
Decimal168103108
Binary1010100011001111101100
Octal250147154

Shades and tints

Shades of #A8676C

#A8676C
(168,103,108)
#995E63
(153,94,99)
#8A555A
(138,85,90)
#7B4C51
(123,76,81)
#6C4348
(108,67,72)
#5D3A3F
(93,58,63)
#4E3136
(78,49,54)
#3F282D
(63,40,45)
#301F24
(48,31,36)
#21161B
(33,22,27)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #A8676C

#A8676C
(168,103,108)
#AF7479
(175,116,121)
#B68186
(182,129,134)
#BD8E93
(189,142,147)
#C49BA0
(196,155,160)
#CBA8AD
(203,168,173)
#D2B5BA
(210,181,186)
#D9C2C7
(217,194,199)
#E0CFD4
(224,207,212)
#E7DCE1
(231,220,225)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8676C; }

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

This text font color is #A8676C.


Background Color

.myBgColor { background-color: #A8676C; }

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

This div background color is #A8676C.


Border color

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

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

This div border color is #A8676C.


Opacity

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

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

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

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

This text has shadow with #A8676C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8676C on black background.


Color preview on white background

This text has color #A8676C on white background.



Black color preview on #A8676C background

This text has black color on #A8676C background.


White color preview on #A8676C background

This text has white color on #A8676C background.