COLOR #A58D96

HEX: #A58D96
RGB: (165,141,150)

Color info

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

RGB color model

#A58D96 color RGB value is (165,141,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 150 of 255 = 59%

165
141
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 150 = 456 (100%)
R 165 of 456 ~ 36.18%
G 141 of 456 ~ 30.92%
B 150 of 456 ~ 32.89%

%36.18
%30.92
%32.89

CMYK color model

#A58D96 color CMYK value is (0,15,9,35).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,15,9,35)
C0M15Y9K35 
(0%,15%,9%,35%)
(0.00/0.15/0.09/0.35)	

CMYK percentages

%0
%14.55
%9.09
%35.29

Codes

Color #A58D96 in popluar color models

A58D96
RGB165141150
HSL338°11.76%60.00%
HSB/HSV338°14.55%64.71%
CMYK0.00%14.55%9.09%
35.29%

Color #A58D96 in popluar number systems.

HEXA58D96
Decimal165141150
Binary101001011000110110010110
Octal245215226

Shades and tints

Shades of #A58D96

#A58D96
(165,141,150)
#968189
(150,129,137)
#87757C
(135,117,124)
#78696F
(120,105,111)
#695D62
(105,93,98)
#5A5155
(90,81,85)
#4B4548
(75,69,72)
#3C393B
(60,57,59)
#2D2D2E
(45,45,46)
#1E2121
(30,33,33)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A58D96

#A58D96
(165,141,150)
#AD979F
(173,151,159)
#B5A1A8
(181,161,168)
#BDABB1
(189,171,177)
#C5B5BA
(197,181,186)
#CDBFC3
(205,191,195)
#D5C9CC
(213,201,204)
#DDD3D5
(221,211,213)
#E5DDDE
(229,221,222)
#EDE7E7
(237,231,231)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58D96; }

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

This text font color is #A58D96.


Background Color

.myBgColor { background-color: #A58D96; }

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

This div background color is #A58D96.


Border color

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

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

This div border color is #A58D96.


Opacity

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

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

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

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

This text has shadow with #A58D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58D96 on black background.


Color preview on white background

This text has color #A58D96 on white background.



Black color preview on #A58D96 background

This text has black color on #A58D96 background.


White color preview on #A58D96 background

This text has white color on #A58D96 background.