COLOR #A86C60

HEX: #A86C60 RGB: (168,108,96)

Color info

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

RGB color model

#A86C60 color RGB value is (168,108,96).

RGB: (168,108,96) (66%, 42%, 38%)

RGB channels and saturation

R 168 of 255 = 66%
G 108 of 255 = 42%
B 96 of 255 = 38%

168
108
96

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

Portions of RGB colors in percentages

R + G + B = 168 + 108 + 96 = 372 (100%)
R 168 of 372 ~ 45.16%
G 108 of 372 ~ 29.03%
B 96 of 372 ~ 25.81'%

%45.16
%29.03
%25.81

CMYK color model

#A86C60 color CMYK value is (0,36,43,34).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 42.86%
  • key color value is 34.12%

CMYK: (0,36,43,34)
C0M36Y43K34 (0%, 36%, 43%, 34%)
(0.00 / 0.36 / 0.43 / 0.34)

CMYK percentages

%0
%35.71
%42.86
%34.12

Codes

Color #A86C60 in popluar color models

A8 6C 60
RGB 168 108 96
HSL 10° 29.27% 51.76%
HSB/HSV 10° 42.86% 65.88%
CMYK 0.00% 35.71% 42.86%
34.12%

Color #A86C60 in popluar number systems.

HEX A8 6C 60
Decimal 168 108 96
Binary 10101000 1101100 1100000
Octal 250 154 140

Shades and tints

Shades of #A86C60

#A86C60
(168,108,96)
#996358
(153,99,88)
#8A5A50
(138,90,80)
#7B5148
(123,81,72)
#6C4840
(108,72,64)
#5D3F38
(93,63,56)
#4E3630
(78,54,48)
#3F2D28
(63,45,40)
#302420
(48,36,32)
#211B18
(33,27,24)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #A86C60

#A86C60
(168,108,96)
#AF796E
(175,121,110)
#B6867C
(182,134,124)
#BD938A
(189,147,138)
#C4A098
(196,160,152)
#CBADA6
(203,173,166)
#D2BAB4
(210,186,180)
#D9C7C2
(217,199,194)
#E0D4D0
(224,212,208)
#E7E1DE
(231,225,222)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86C60; }

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

This text font color is #A86C60.

Background Color

.myBgColor { background-color: #A86C60; }

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

This div background color is #A86C60.

Border color

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

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

This div border color is #A86C60.

Opacity

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

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

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

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

This text has shadow with #A86C60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86C60.

Preview

Color preview on black background

This text has color #A86C60 on black background.


Color preview on white background

This text has color #A86C60 on white background.


Black color preview on #A86C60 background

This text has black color on #A86C60 background.


White color preview on #A86C60 background

This text has white color on #A86C60 background.


Related colors

Complementary color

Complementary color for #hex is #57939F.


I love getcolorcode.com

Triadic colors

1 #60A86C and #6C60A8 with #A86C60 are triadic colors.

2 #606CA8 and #6CA860 with #A86C60 are triadic colors.