COLOR #A8685F

HEX: #A8685F RGB: (168,104,95)

Color info

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

RGB color model

#A8685F color RGB value is (168,104,95).

RGB: (168,104,95) (66%, 41%, 37%)

RGB channels and saturation

R 168 of 255 = 66%
G 104 of 255 = 41%
B 95 of 255 = 37%

168
104
95

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

Portions of RGB colors in percentages

R + G + B = 168 + 104 + 95 = 367 (100%)
R 168 of 367 ~ 45.78%
G 104 of 367 ~ 28.34%
B 95 of 367 ~ 25.89'%

%45.78
%28.34
%25.89

CMYK color model

#A8685F color CMYK value is (0,38,43,34).

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

CMYK: (0,38,43,34)
C0M38Y43K34 (0%, 38%, 43%, 34%)
(0.00 / 0.38 / 0.43 / 0.34)

CMYK percentages

%0
%38.1
%43.45
%34.12

Codes

Color #A8685F in popluar color models

A8 68 5F
RGB 168 104 95
HSL 29.55% 51.57%
HSB/HSV 43.45% 65.88%
CMYK 0.00% 38.10% 43.45%
34.12%

Color #A8685F in popluar number systems.

HEX A8 68 5F
Decimal 168 104 95
Binary 10101000 1101000 1011111
Octal 250 150 137

Shades and tints

Shades of #A8685F

#A8685F
(168,104,95)
#995F57
(153,95,87)
#8A564F
(138,86,79)
#7B4D47
(123,77,71)
#6C443F
(108,68,63)
#5D3B37
(93,59,55)
#4E322F
(78,50,47)
#3F2927
(63,41,39)
#30201F
(48,32,31)
#211717
(33,23,23)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #A8685F

#A8685F
(168,104,95)
#AF756D
(175,117,109)
#B6827B
(182,130,123)
#BD8F89
(189,143,137)
#C49C97
(196,156,151)
#CBA9A5
(203,169,165)
#D2B6B3
(210,182,179)
#D9C3C1
(217,195,193)
#E0D0CF
(224,208,207)
#E7DDDD
(231,221,221)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8685F; }

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

This text font color is #A8685F.

Background Color

.myBgColor { background-color: #A8685F; }

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

This div background color is #A8685F.

Border color

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

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

This div border color is #A8685F.

Opacity

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

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

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

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

This text has shadow with #A8685F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8685F.

Preview

Color preview on black background

This text has color #A8685F on black background.


Color preview on white background

This text has color #A8685F on white background.


Black color preview on #A8685F background

This text has black color on #A8685F background.


White color preview on #A8685F background

This text has white color on #A8685F background.


Related colors

Complementary color

Complementary color for #hex is #5797A0.


I love getcolorcode.com

Triadic colors

1 #5FA868 and #685FA8 with #A8685F are triadic colors.

2 #5F68A8 and #68A85F with #A8685F are triadic colors.