COLOR #A5865E

HEX: #A5865E
RGB: (165,134,94)

Color info

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

RGB color model

#A5865E color RGB value is (165,134,94).

  • red value is 165;
  • green value is 134;
  • blue value is 94.
RGB:
(165,134,94)
(65%,53%,37%)

RGB channels and saturation

R 165 of 255 = 65%
G 134 of 255 = 53%
B 94 of 255 = 37%

165
134
94

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

Portions of RGB colors in percentages

R + G + B =
165 + 134 + 94 = 393 (100%)
R 165 of 393 ~ 41.98%
G 134 of 393 ~ 34.1%
B 94 of 393 ~ 23.92%

%41.98
%34.1
%23.92

CMYK color model

#A5865E color CMYK value is (0,19,43,35).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 43.03%
  • key color value is 35.29%
CMYK:
(0,19,43,35)
C0M19Y43K35 
(0%,19%,43%,35%)
(0.00/0.19/0.43/0.35)	

CMYK percentages

%0
%18.79
%43.03
%35.29

Codes

Color #A5865E in popluar color models

A5865E
RGB16513494
HSL34°28.29%50.78%
HSB/HSV34°43.03%64.71%
CMYK0.00%18.79%43.03%
35.29%

Color #A5865E in popluar number systems.

HEXA5865E
Decimal16513494
Binary10100101100001101011110
Octal245206136

Shades and tints

Shades of #A5865E

#A5865E
(165,134,94)
#967A56
(150,122,86)
#876E4E
(135,110,78)
#786246
(120,98,70)
#69563E
(105,86,62)
#5A4A36
(90,74,54)
#4B3E2E
(75,62,46)
#3C3226
(60,50,38)
#2D261E
(45,38,30)
#1E1A16
(30,26,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #A5865E

#A5865E
(165,134,94)
#AD916C
(173,145,108)
#B59C7A
(181,156,122)
#BDA788
(189,167,136)
#C5B296
(197,178,150)
#CDBDA4
(205,189,164)
#D5C8B2
(213,200,178)
#DDD3C0
(221,211,192)
#E5DECE
(229,222,206)
#EDE9DC
(237,233,220)
#F5F4EA
(245,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5865E; }

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

This text font color is #A5865E.


Background Color

.myBgColor { background-color: #A5865E; }

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

This div background color is #A5865E.


Border color

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

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

This div border color is #A5865E.


Opacity

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

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

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

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

This text has shadow with #A5865E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5865E on black background.


Color preview on white background

This text has color #A5865E on white background.



Black color preview on #A5865E background

This text has black color on #A5865E background.


White color preview on #A5865E background

This text has white color on #A5865E background.