COLOR #A58261

HEX: #A58261
RGB: (165,130,97)

Color info

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

RGB color model

#A58261 color RGB value is (165,130,97).

  • red value is 165;
  • green value is 130;
  • blue value is 97.
RGB:
(165,130,97)
(65%,51%,38%)

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 97 of 255 = 38%

165
130
97

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

Portions of RGB colors in percentages

R + G + B =
165 + 130 + 97 = 392 (100%)
R 165 of 392 ~ 42.09%
G 130 of 392 ~ 33.16%
B 97 of 392 ~ 24.74%

%42.09
%33.16
%24.74

CMYK color model

#A58261 color CMYK value is (0,21,41,35).

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(0,21,41,35)
C0M21Y41K35 
(0%,21%,41%,35%)
(0.00/0.21/0.41/0.35)	

CMYK percentages

%0
%21.21
%41.21
%35.29

Codes

Color #A58261 in popluar color models

A58261
RGB16513097
HSL29°27.42%51.37%
HSB/HSV29°41.21%64.71%
CMYK0.00%21.21%41.21%
35.29%

Color #A58261 in popluar number systems.

HEXA58261
Decimal16513097
Binary10100101100000101100001
Octal245202141

Shades and tints

Shades of #A58261

#A58261
(165,130,97)
#967759
(150,119,89)
#876C51
(135,108,81)
#786149
(120,97,73)
#695641
(105,86,65)
#5A4B39
(90,75,57)
#4B4031
(75,64,49)
#3C3529
(60,53,41)
#2D2A21
(45,42,33)
#1E1F19
(30,31,25)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A58261

#A58261
(165,130,97)
#AD8D6F
(173,141,111)
#B5987D
(181,152,125)
#BDA38B
(189,163,139)
#C5AE99
(197,174,153)
#CDB9A7
(205,185,167)
#D5C4B5
(213,196,181)
#DDCFC3
(221,207,195)
#E5DAD1
(229,218,209)
#EDE5DF
(237,229,223)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58261 color. Also use rgb(165,130,97) instead hex code.

Text Font Color

.myTextColor { color: #A58261; }

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

This text font color is #A58261.


Background Color

.myBgColor { background-color: #A58261; }

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

This div background color is #A58261.


Border color

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

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

This div border color is #A58261.


Opacity

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

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

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

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

This text has shadow with #A58261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58261 on black background.


Color preview on white background

This text has color #A58261 on white background.



Black color preview on #A58261 background

This text has black color on #A58261 background.


White color preview on #A58261 background

This text has white color on #A58261 background.