COLOR #A58D97

HEX: #A58D97
RGB: (165,141,151)

Color info

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

RGB color model

#A58D97 color RGB value is (165,141,151).

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

RGB channels and saturation

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

165
141
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 151 = 457 (100%)
R 165 of 457 ~ 36.11%
G 141 of 457 ~ 30.85%
B 151 of 457 ~ 33.04%

%36.11
%30.85
%33.04

CMYK color model

#A58D97 color CMYK value is (0,15,8,35).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,15,8,35)
C0M15Y8K35 
(0%,15%,8%,35%)
(0.00/0.15/0.08/0.35)	

CMYK percentages

%0
%14.55
%8.48
%35.29

Codes

Color #A58D97 in popluar color models

A58D97
RGB165141151
HSL335°11.76%60.00%
HSB/HSV335°14.55%64.71%
CMYK0.00%14.55%8.48%
35.29%

Color #A58D97 in popluar number systems.

HEXA58D97
Decimal165141151
Binary101001011000110110010111
Octal245215227

Shades and tints

Shades of #A58D97

#A58D97
(165,141,151)
#96818A
(150,129,138)
#87757D
(135,117,125)
#786970
(120,105,112)
#695D63
(105,93,99)
#5A5156
(90,81,86)
#4B4549
(75,69,73)
#3C393C
(60,57,60)
#2D2D2F
(45,45,47)
#1E2122
(30,33,34)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A58D97

#A58D97
(165,141,151)
#AD97A0
(173,151,160)
#B5A1A9
(181,161,169)
#BDABB2
(189,171,178)
#C5B5BB
(197,181,187)
#CDBFC4
(205,191,196)
#D5C9CD
(213,201,205)
#DDD3D6
(221,211,214)
#E5DDDF
(229,221,223)
#EDE7E8
(237,231,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58D97; }

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

This text font color is #A58D97.


Background Color

.myBgColor { background-color: #A58D97; }

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

This div background color is #A58D97.


Border color

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

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

This div border color is #A58D97.


Opacity

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

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

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

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

This text has shadow with #A58D97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58D97 on black background.


Color preview on white background

This text has color #A58D97 on white background.



Black color preview on #A58D97 background

This text has black color on #A58D97 background.


White color preview on #A58D97 background

This text has white color on #A58D97 background.