COLOR #A58D8A

HEX: #A58D8A
RGB: (165,141,138)

Color info

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

RGB color model

#A58D8A color RGB value is (165,141,138).

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

RGB channels and saturation

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

165
141
138

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

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 138 = 444 (100%)
R 165 of 444 ~ 37.16%
G 141 of 444 ~ 31.76%
B 138 of 444 ~ 31.08%

%37.16
%31.76
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK:
(0,15,16,35)
C0M15Y16K35 
(0%,15%,16%,35%)
(0.00/0.15/0.16/0.35)	

CMYK percentages

%0
%14.55
%16.36
%35.29

Codes

Color #A58D8A in popluar color models

A58D8A
RGB165141138
HSL13.04%59.41%
HSB/HSV16.36%64.71%
CMYK0.00%14.55%16.36%
35.29%

Color #A58D8A in popluar number systems.

HEXA58D8A
Decimal165141138
Binary101001011000110110001010
Octal245215212

Shades and tints

Shades of #A58D8A

#A58D8A
(165,141,138)
#96817E
(150,129,126)
#877572
(135,117,114)
#786966
(120,105,102)
#695D5A
(105,93,90)
#5A514E
(90,81,78)
#4B4542
(75,69,66)
#3C3936
(60,57,54)
#2D2D2A
(45,45,42)
#1E211E
(30,33,30)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A58D8A

#A58D8A
(165,141,138)
#AD9794
(173,151,148)
#B5A19E
(181,161,158)
#BDABA8
(189,171,168)
#C5B5B2
(197,181,178)
#CDBFBC
(205,191,188)
#D5C9C6
(213,201,198)
#DDD3D0
(221,211,208)
#E5DDDA
(229,221,218)
#EDE7E4
(237,231,228)
#F5F1EE
(245,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58D8A; }

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

This text font color is #A58D8A.


Background Color

.myBgColor { background-color: #A58D8A; }

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

This div background color is #A58D8A.


Border color

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

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

This div border color is #A58D8A.


Opacity

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

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

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

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

This text has shadow with #A58D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58D8A on black background.


Color preview on white background

This text has color #A58D8A on white background.



Black color preview on #A58D8A background

This text has black color on #A58D8A background.


White color preview on #A58D8A background

This text has white color on #A58D8A background.