COLOR #A58070

HEX: #A58070
RGB: (165,128,112)

Color info

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

RGB color model

#A58070 color RGB value is (165,128,112).

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

RGB channels and saturation

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

165
128
112

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

Portions of RGB colors in percentages

R + G + B =
165 + 128 + 112 = 405 (100%)
R 165 of 405 ~ 40.74%
G 128 of 405 ~ 31.6%
B 112 of 405 ~ 27.65%

%40.74
%31.6
%27.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.42%
  • yellow value is 32.12%
  • 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
%32.12
%35.29

Codes

Color #A58070 in popluar color models

A58070
RGB165128112
HSL18°22.75%54.31%
HSB/HSV18°32.12%64.71%
CMYK0.00%22.42%32.12%
35.29%

Color #A58070 in popluar number systems.

HEXA58070
Decimal165128112
Binary10100101100000001110000
Octal245200160

Shades and tints

Shades of #A58070

#A58070
(165,128,112)
#967566
(150,117,102)
#876A5C
(135,106,92)
#785F52
(120,95,82)
#695448
(105,84,72)
#5A493E
(90,73,62)
#4B3E34
(75,62,52)
#3C332A
(60,51,42)
#2D2820
(45,40,32)
#1E1D16
(30,29,22)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #A58070

#A58070
(165,128,112)
#AD8B7D
(173,139,125)
#B5968A
(181,150,138)
#BDA197
(189,161,151)
#C5ACA4
(197,172,164)
#CDB7B1
(205,183,177)
#D5C2BE
(213,194,190)
#DDCDCB
(221,205,203)
#E5D8D8
(229,216,216)
#EDE3E5
(237,227,229)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58070; }

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

This text font color is #A58070.


Background Color

.myBgColor { background-color: #A58070; }

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

This div background color is #A58070.


Border color

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

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

This div border color is #A58070.


Opacity

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

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

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

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

This text has shadow with #A58070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58070 on black background.


Color preview on white background

This text has color #A58070 on white background.



Black color preview on #A58070 background

This text has black color on #A58070 background.


White color preview on #A58070 background

This text has white color on #A58070 background.