COLOR #A8685B

HEX: #A8685B RGB: (168,104,91)

Color info

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

RGB color model

#A8685B color RGB value is (168,104,91).

RGB: (168,104,91) (66%, 41%, 36%)

RGB channels and saturation

R 168 of 255 = 66%
G 104 of 255 = 41%
B 91 of 255 = 36%

168
104
91

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

Portions of RGB colors in percentages

R + G + B = 168 + 104 + 91 = 363 (100%)
R 168 of 363 ~ 46.28%
G 104 of 363 ~ 28.65%
B 91 of 363 ~ 25.07'%

%46.28
%28.65
%25.07

CMYK color model

#A8685B color CMYK value is (0,38,46,34).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 45.83%
  • key color value is 34.12%

CMYK: (0,38,46,34)
C0M38Y46K34 (0%, 38%, 46%, 34%)
(0.00 / 0.38 / 0.46 / 0.34)

CMYK percentages

%0
%38.1
%45.83
%34.12

Codes

Color #A8685B in popluar color models

A8 68 5B
RGB 168 104 91
HSL 10° 30.68% 50.78%
HSB/HSV 10° 45.83% 65.88%
CMYK 0.00% 38.10% 45.83%
34.12%

Color #A8685B in popluar number systems.

HEX A8 68 5B
Decimal 168 104 91
Binary 10101000 1101000 1011011
Octal 250 150 133

Shades and tints

Shades of #A8685B

#A8685B
(168,104,91)
#995F53
(153,95,83)
#8A564B
(138,86,75)
#7B4D43
(123,77,67)
#6C443B
(108,68,59)
#5D3B33
(93,59,51)
#4E322B
(78,50,43)
#3F2923
(63,41,35)
#30201B
(48,32,27)
#211713
(33,23,19)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #A8685B

#A8685B
(168,104,91)
#AF7569
(175,117,105)
#B68277
(182,130,119)
#BD8F85
(189,143,133)
#C49C93
(196,156,147)
#CBA9A1
(203,169,161)
#D2B6AF
(210,182,175)
#D9C3BD
(217,195,189)
#E0D0CB
(224,208,203)
#E7DDD9
(231,221,217)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8685B; }

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

This text font color is #A8685B.

Background Color

.myBgColor { background-color: #A8685B; }

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

This div background color is #A8685B.

Border color

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

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

This div border color is #A8685B.

Opacity

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

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

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

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

This text has shadow with #A8685B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8685B.

Preview

Color preview on black background

This text has color #A8685B on black background.


Color preview on white background

This text has color #A8685B on white background.


Black color preview on #A8685B background

This text has black color on #A8685B background.


White color preview on #A8685B background

This text has white color on #A8685B background.


Related colors

Complementary color

Complementary color for #hex is #5797A4.


I love getcolorcode.com

Triadic colors

1 #5BA868 and #685BA8 with #A8685B are triadic colors.

2 #5B68A8 and #68A85B with #A8685B are triadic colors.