COLOR #A58071

HEX: #A58071
RGB: (165,128,113)

Color info

#A58071 contains red, green and blue colors in about the same proportion. Web safe color of #A58071 is #996666 (or #966).

RGB color model

#A58071 color RGB value is (165,128,113).

  • red value is 165;
  • green value is 128;
  • blue value is 113.
RGB:
(165,128,113)
(65%,50%,44%)

RGB channels and saturation

R 165 of 255 = 65%
G 128 of 255 = 50%
B 113 of 255 = 44%

165
128
113

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

Portions of RGB colors in percentages

R + G + B =
165 + 128 + 113 = 406 (100%)
R 165 of 406 ~ 40.64%
G 128 of 406 ~ 31.53%
B 113 of 406 ~ 27.83%

%40.64
%31.53
%27.83

CMYK color model

#A58071 color CMYK value is (0,22,32,35).

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 31.52%
  • key color value is 35.29%
CMYK:
(0,22,32,35)
C0M22Y32K35 
(0%,22%,32%,35%)
(0.00/0.22/0.32/0.35)	

CMYK percentages

%0
%22.42
%31.52
%35.29

Codes

Color #A58071 in popluar color models

A58071
RGB165128113
HSL17°22.41%54.51%
HSB/HSV17°31.52%64.71%
CMYK0.00%22.42%31.52%
35.29%

Color #A58071 in popluar number systems.

HEXA58071
Decimal165128113
Binary10100101100000001110001
Octal245200161

Shades and tints

Shades of #A58071

#A58071
(165,128,113)
#967567
(150,117,103)
#876A5D
(135,106,93)
#785F53
(120,95,83)
#695449
(105,84,73)
#5A493F
(90,73,63)
#4B3E35
(75,62,53)
#3C332B
(60,51,43)
#2D2821
(45,40,33)
#1E1D17
(30,29,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #A58071

#A58071
(165,128,113)
#AD8B7D
(173,139,125)
#B59689
(181,150,137)
#BDA195
(189,161,149)
#C5ACA1
(197,172,161)
#CDB7AD
(205,183,173)
#D5C2B9
(213,194,185)
#DDCDC5
(221,205,197)
#E5D8D1
(229,216,209)
#EDE3DD
(237,227,221)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58071 color. Also use rgb(165,128,113) instead hex code.

Text Font Color

.myTextColor { color: #A58071; }

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

This text font color is #A58071.


Background Color

.myBgColor { background-color: #A58071; }

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

This div background color is #A58071.


Border color

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

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

This div border color is #A58071.


Opacity

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

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

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

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

This text has shadow with #A58071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58071 on black background.


Color preview on white background

This text has color #A58071 on white background.



Black color preview on #A58071 background

This text has black color on #A58071 background.


White color preview on #A58071 background

This text has white color on #A58071 background.