COLOR #A58C86

HEX: #A58C86 RGB: (165,140,134)

Color info

#A58C86 contains red, green and blue colors in about the same proportion. Web safe color of #A58C86 is #999999 (or #999).

RGB color model

#A58C86 color RGB value is (165,140,134).

RGB: (165,140,134) (65%, 55%, 53%)

RGB channels and saturation

R 165 of 255 = 65%
G 140 of 255 = 55%
B 134 of 255 = 53%

165
140
134

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

Portions of RGB colors in percentages

R + G + B = 165 + 140 + 134 = 439 (100%)
R 165 of 439 ~ 37.59%
G 140 of 439 ~ 31.89%
B 134 of 439 ~ 30.52'%

%37.59
%31.89
%30.52

CMYK color model

#A58C86 color CMYK value is (0,15,19,35).

  • cyan value is 0.00%
  • magenta value is 15.15%
  • yellow value is 18.79%
  • key color value is 35.29%

CMYK: (0,15,19,35)
C0M15Y19K35 (0%, 15%, 19%, 35%)
(0.00 / 0.15 / 0.19 / 0.35)

CMYK percentages

%0
%15.15
%18.79
%35.29

Codes

Color #A58C86 in popluar color models

A5 8C 86
RGB 165 140 134
HSL 12° 14.69% 58.63%
HSB/HSV 12° 18.79% 64.71%
CMYK 0.00% 15.15% 18.79%
35.29%

Color #A58C86 in popluar number systems.

HEX A5 8C 86
Decimal 165 140 134
Binary 10100101 10001100 10000110
Octal 245 214 206

Shades and tints

Shades of #A58C86

#A58C86
(165,140,134)
#96807A
(150,128,122)
#87746E
(135,116,110)
#786862
(120,104,98)
#695C56
(105,92,86)
#5A504A
(90,80,74)
#4B443E
(75,68,62)
#3C3832
(60,56,50)
#2D2C26
(45,44,38)
#1E201A
(30,32,26)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #A58C86

#A58C86
(165,140,134)
#AD9691
(173,150,145)
#B5A09C
(181,160,156)
#BDAAA7
(189,170,167)
#C5B4B2
(197,180,178)
#CDBEBD
(205,190,189)
#D5C8C8
(213,200,200)
#DDD2D3
(221,210,211)
#E5DCDE
(229,220,222)
#EDE6E9
(237,230,233)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58C86; }

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

This text font color is #A58C86.

Background Color

.myBgColor { background-color: #A58C86; }

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

This div background color is #A58C86.

Border color

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

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

This div border color is #A58C86.

Opacity

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

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

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

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

This text has shadow with #A58C86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58C86.

Preview

Color preview on black background

This text has color #A58C86 on black background.


Color preview on white background

This text has color #A58C86 on white background.


Black color preview on #A58C86 background

This text has black color on #A58C86 background.


White color preview on #A58C86 background

This text has white color on #A58C86 background.


Related colors

Complementary color

Complementary color for #hex is #5A7379.


I love getcolorcode.com

Triadic colors

1 #86A58C and #8C86A5 with #A58C86 are triadic colors.

2 #868CA5 and #8CA586 with #A58C86 are triadic colors.