COLOR #A86A42

HEX: #A86A42 RGB: (168,106,66)

Color info

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

RGB color model

#A86A42 color RGB value is (168,106,66).

RGB: (168,106,66) (66%, 42%, 26%)

RGB channels and saturation

R 168 of 255 = 66%
G 106 of 255 = 42%
B 66 of 255 = 26%

168
106
66

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

Portions of RGB colors in percentages

R + G + B = 168 + 106 + 66 = 340 (100%)
R 168 of 340 ~ 49.41%
G 106 of 340 ~ 31.18%
B 66 of 340 ~ 19.41'%

%49.41
%31.18
%19.41

CMYK color model

#A86A42 color CMYK value is (0,37,61,34).

  • cyan value is 0.00%
  • magenta value is 36.90%
  • yellow value is 60.71%
  • key color value is 34.12%

CMYK: (0,37,61,34)
C0M37Y61K34 (0%, 37%, 61%, 34%)
(0.00 / 0.37 / 0.61 / 0.34)

CMYK percentages

%0
%36.9
%60.71
%34.12

Codes

Color #A86A42 in popluar color models

A8 6A 42
RGB 168 106 66
HSL 24° 43.59% 45.88%
HSB/HSV 24° 60.71% 65.88%
CMYK 0.00% 36.90% 60.71%
34.12%

Color #A86A42 in popluar number systems.

HEX A8 6A 42
Decimal 168 106 66
Binary 10101000 1101010 1000010
Octal 250 152 102

Shades and tints

Shades of #A86A42

#A86A42
(168,106,66)
#99613C
(153,97,60)
#8A5836
(138,88,54)
#7B4F30
(123,79,48)
#6C462A
(108,70,42)
#5D3D24
(93,61,36)
#4E341E
(78,52,30)
#3F2B18
(63,43,24)
#302212
(48,34,18)
#21190C
(33,25,12)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #A86A42

#A86A42
(168,106,66)
#AF7753
(175,119,83)
#B68464
(182,132,100)
#BD9175
(189,145,117)
#C49E86
(196,158,134)
#CBAB97
(203,171,151)
#D2B8A8
(210,184,168)
#D9C5B9
(217,197,185)
#E0D2CA
(224,210,202)
#E7DFDB
(231,223,219)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86A42 color. Also use rgb(168,106,66) instead hex code.

Text Font Color

.myTextColor { color: #A86A42; }

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

This text font color is #A86A42.

Background Color

.myBgColor { background-color: #A86A42; }

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

This div background color is #A86A42.

Border color

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

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

This div border color is #A86A42.

Opacity

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

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

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

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

This text has shadow with #A86A42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86A42.

Preview

Color preview on black background

This text has color #A86A42 on black background.


Color preview on white background

This text has color #A86A42 on white background.


Black color preview on #A86A42 background

This text has black color on #A86A42 background.


White color preview on #A86A42 background

This text has white color on #A86A42 background.


Related colors

Complementary color

Complementary color for #hex is #5795BD.


I love getcolorcode.com

Triadic colors

1 #42A86A and #6A42A8 with #A86A42 are triadic colors.

2 #426AA8 and #6AA842 with #A86A42 are triadic colors.