COLOR #A8865E

HEX: #A8865E RGB: (168,134,94)

Color info

#A8865E contains mainly red and green colors. Web safe color of #A8865E is #999966 (or #996).

RGB color model

#A8865E color RGB value is (168,134,94).

RGB: (168,134,94) (66%, 53%, 37%)

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 94 of 255 = 37%

168
134
94

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

Portions of RGB colors in percentages

R + G + B = 168 + 134 + 94 = 396 (100%)
R 168 of 396 ~ 42.42%
G 134 of 396 ~ 33.84%
B 94 of 396 ~ 23.74'%

%42.42
%33.84
%23.74

CMYK color model

#A8865E color CMYK value is (0,20,44,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 44.05%
  • key color value is 34.12%

CMYK: (0,20,44,34)
C0M20Y44K34 (0%, 20%, 44%, 34%)
(0.00 / 0.20 / 0.44 / 0.34)

CMYK percentages

%0
%20.24
%44.05
%34.12

Codes

Color #A8865E in popluar color models

A8 86 5E
RGB 168 134 94
HSL 32° 29.84% 51.37%
HSB/HSV 32° 44.05% 65.88%
CMYK 0.00% 20.24% 44.05%
34.12%

Color #A8865E in popluar number systems.

HEX A8 86 5E
Decimal 168 134 94
Binary 10101000 10000110 1011110
Octal 250 206 136

Shades and tints

Shades of #A8865E

#A8865E
(168,134,94)
#997A56
(153,122,86)
#8A6E4E
(138,110,78)
#7B6246
(123,98,70)
#6C563E
(108,86,62)
#5D4A36
(93,74,54)
#4E3E2E
(78,62,46)
#3F3226
(63,50,38)
#30261E
(48,38,30)
#211A16
(33,26,22)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #A8865E

#A8865E
(168,134,94)
#AF916C
(175,145,108)
#B69C7A
(182,156,122)
#BDA788
(189,167,136)
#C4B296
(196,178,150)
#CBBDA4
(203,189,164)
#D2C8B2
(210,200,178)
#D9D3C0
(217,211,192)
#E0DECE
(224,222,206)
#E7E9DC
(231,233,220)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8865E color. Also use rgb(168,134,94) instead hex code.

Text Font Color

.myTextColor { color: #A8865E; }

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

This text font color is #A8865E.

Background Color

.myBgColor { background-color: #A8865E; }

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

This div background color is #A8865E.

Border color

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

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

This div border color is #A8865E.

Opacity

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

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

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

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

This text has shadow with #A8865E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8865E.

Preview

Color preview on black background

This text has color #A8865E on black background.


Color preview on white background

This text has color #A8865E on white background.


Black color preview on #A8865E background

This text has black color on #A8865E background.


White color preview on #A8865E background

This text has white color on #A8865E background.


Related colors

Complementary color

Complementary color for #hex is #5779A1.


I love getcolorcode.com

Triadic colors

1 #5EA886 and #865EA8 with #A8865E are triadic colors.

2 #5E86A8 and #86A85E with #A8865E are triadic colors.