COLOR #A58B8A

HEX: #A58B8A
RGB: (165,139,138)

Color info

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

RGB color model

#A58B8A color RGB value is (165,139,138).

  • red value is 165;
  • green value is 139;
  • blue value is 138.
RGB:
(165,139,138)
(65%,55%,54%)

RGB channels and saturation

R 165 of 255 = 65%
G 139 of 255 = 55%
B 138 of 255 = 54%

165
139
138

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

Portions of RGB colors in percentages

R + G + B =
165 + 139 + 138 = 442 (100%)
R 165 of 442 ~ 37.33%
G 139 of 442 ~ 31.45%
B 138 of 442 ~ 31.22%

%37.33
%31.45
%31.22

CMYK color model

#A58B8A color CMYK value is (0,16,16,35).

  • cyan value is 0.00%
  • magenta value is 15.76%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK:
(0,16,16,35)
C0M16Y16K35 
(0%,16%,16%,35%)
(0.00/0.16/0.16/0.35)	

CMYK percentages

%0
%15.76
%16.36
%35.29

Codes

Color #A58B8A in popluar color models

A58B8A
RGB165139138
HSL13.04%59.41%
HSB/HSV16.36%64.71%
CMYK0.00%15.76%16.36%
35.29%

Color #A58B8A in popluar number systems.

HEXA58B8A
Decimal165139138
Binary101001011000101110001010
Octal245213212

Shades and tints

Shades of #A58B8A

#A58B8A
(165,139,138)
#967F7E
(150,127,126)
#877372
(135,115,114)
#786766
(120,103,102)
#695B5A
(105,91,90)
#5A4F4E
(90,79,78)
#4B4342
(75,67,66)
#3C3736
(60,55,54)
#2D2B2A
(45,43,42)
#1E1F1E
(30,31,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A58B8A

#A58B8A
(165,139,138)
#AD9594
(173,149,148)
#B59F9E
(181,159,158)
#BDA9A8
(189,169,168)
#C5B3B2
(197,179,178)
#CDBDBC
(205,189,188)
#D5C7C6
(213,199,198)
#DDD1D0
(221,209,208)
#E5DBDA
(229,219,218)
#EDE5E4
(237,229,228)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58B8A color. Also use rgb(165,139,138) instead hex code.

Text Font Color

.myTextColor { color: #A58B8A; }

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

This text font color is #A58B8A.


Background Color

.myBgColor { background-color: #A58B8A; }

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

This div background color is #A58B8A.


Border color

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

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

This div border color is #A58B8A.


Opacity

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

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

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

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

This text has shadow with #A58B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58B8A on black background.


Color preview on white background

This text has color #A58B8A on white background.



Black color preview on #A58B8A background

This text has black color on #A58B8A background.


White color preview on #A58B8A background

This text has white color on #A58B8A background.