COLOR #A58656

HEX: #A58656
RGB: (165,134,86)

Color info

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

RGB color model

#A58656 color RGB value is (165,134,86).

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

RGB channels and saturation

R 165 of 255 = 65%
G 134 of 255 = 53%
B 86 of 255 = 34%

165
134
86

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

Portions of RGB colors in percentages

R + G + B =
165 + 134 + 86 = 385 (100%)
R 165 of 385 ~ 42.86%
G 134 of 385 ~ 34.81%
B 86 of 385 ~ 22.34%

%42.86
%34.81
%22.34

CMYK color model

#A58656 color CMYK value is (0,19,48,35).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 47.88%
  • key color value is 35.29%
CMYK:
(0,19,48,35)
C0M19Y48K35 
(0%,19%,48%,35%)
(0.00/0.19/0.48/0.35)	

CMYK percentages

%0
%18.79
%47.88
%35.29

Codes

Color #A58656 in popluar color models

A58656
RGB16513486
HSL36°31.47%49.22%
HSB/HSV36°47.88%64.71%
CMYK0.00%18.79%47.88%
35.29%

Color #A58656 in popluar number systems.

HEXA58656
Decimal16513486
Binary10100101100001101010110
Octal245206126

Shades and tints

Shades of #A58656

#A58656
(165,134,86)
#967A4F
(150,122,79)
#876E48
(135,110,72)
#786241
(120,98,65)
#69563A
(105,86,58)
#5A4A33
(90,74,51)
#4B3E2C
(75,62,44)
#3C3225
(60,50,37)
#2D261E
(45,38,30)
#1E1A17
(30,26,23)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #A58656

#A58656
(165,134,86)
#AD9165
(173,145,101)
#B59C74
(181,156,116)
#BDA783
(189,167,131)
#C5B292
(197,178,146)
#CDBDA1
(205,189,161)
#D5C8B0
(213,200,176)
#DDD3BF
(221,211,191)
#E5DECE
(229,222,206)
#EDE9DD
(237,233,221)
#F5F4EC
(245,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58656; }

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

This text font color is #A58656.


Background Color

.myBgColor { background-color: #A58656; }

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

This div background color is #A58656.


Border color

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

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

This div border color is #A58656.


Opacity

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

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

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

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

This text has shadow with #A58656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58656 on black background.


Color preview on white background

This text has color #A58656 on white background.



Black color preview on #A58656 background

This text has black color on #A58656 background.


White color preview on #A58656 background

This text has white color on #A58656 background.