COLOR #A8684D

HEX: #A8684D
RGB: (168,104,77)

Color info

#A8684D contains mainly red color. Web safe color of #A8684D is #996633 (or #963).

RGB color model

#A8684D color RGB value is (168,104,77).

  • red value is 168;
  • green value is 104;
  • blue value is 77.
RGB:
(168,104,77)
(66%,41%,30%)

RGB channels and saturation

R 168 of 255 = 66%
G 104 of 255 = 41%
B 77 of 255 = 30%

168
104
77

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

Portions of RGB colors in percentages

R + G + B =
168 + 104 + 77 = 349 (100%)
R 168 of 349 ~ 48.14%
G 104 of 349 ~ 29.8%
B 77 of 349 ~ 22.06%

%48.14
%29.8
%22.06

CMYK color model

#A8684D color CMYK value is (0,38,54,34).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 54.17%
  • key color value is 34.12%
CMYK:
(0,38,54,34)
C0M38Y54K34 
(0%,38%,54%,34%)
(0.00/0.38/0.54/0.34)	

CMYK percentages

%0
%38.1
%54.17
%34.12

Codes

Color #A8684D in popluar color models

A8684D
RGB16810477
HSL18°37.14%48.04%
HSB/HSV18°54.17%65.88%
CMYK0.00%38.10%54.17%
34.12%

Color #A8684D in popluar number systems.

HEXA8684D
Decimal16810477
Binary1010100011010001001101
Octal250150115

Shades and tints

Shades of #A8684D

#A8684D
(168,104,77)
#995F46
(153,95,70)
#8A563F
(138,86,63)
#7B4D38
(123,77,56)
#6C4431
(108,68,49)
#5D3B2A
(93,59,42)
#4E3223
(78,50,35)
#3F291C
(63,41,28)
#302015
(48,32,21)
#21170E
(33,23,14)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #A8684D

#A8684D
(168,104,77)
#AF755D
(175,117,93)
#B6826D
(182,130,109)
#BD8F7D
(189,143,125)
#C49C8D
(196,156,141)
#CBA99D
(203,169,157)
#D2B6AD
(210,182,173)
#D9C3BD
(217,195,189)
#E0D0CD
(224,208,205)
#E7DDDD
(231,221,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8684D color. Also use rgb(168,104,77) instead hex code.

Text Font Color

.myTextColor { color: #A8684D; }

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

This text font color is #A8684D.


Background Color

.myBgColor { background-color: #A8684D; }

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

This div background color is #A8684D.


Border color

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

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

This div border color is #A8684D.


Opacity

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

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

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

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

This text has shadow with #A8684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8684D on black background.


Color preview on white background

This text has color #A8684D on white background.



Black color preview on #A8684D background

This text has black color on #A8684D background.


White color preview on #A8684D background

This text has white color on #A8684D background.