COLOR #A58D92

HEX: #A58D92
RGB: (165,141,146)

Color info

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

RGB color model

#A58D92 color RGB value is (165,141,146).

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

RGB channels and saturation

R 165 of 255 = 65%
G 141 of 255 = 55%
B 146 of 255 = 57%

165
141
146

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

Portions of RGB colors in percentages

R + G + B =
165 + 141 + 146 = 452 (100%)
R 165 of 452 ~ 36.5%
G 141 of 452 ~ 31.19%
B 146 of 452 ~ 32.3%

%36.5
%31.19
%32.3

CMYK color model

#A58D92 color CMYK value is (0,15,12,35).

  • cyan value is 0.00%
  • magenta value is 14.55%
  • yellow value is 11.52%
  • key color value is 35.29%
CMYK:
(0,15,12,35)
C0M15Y12K35 
(0%,15%,12%,35%)
(0.00/0.15/0.12/0.35)	

CMYK percentages

%0
%14.55
%11.52
%35.29

Codes

Color #A58D92 in popluar color models

A58D92
RGB165141146
HSL348°11.76%60.00%
HSB/HSV348°14.55%64.71%
CMYK0.00%14.55%11.52%
35.29%

Color #A58D92 in popluar number systems.

HEXA58D92
Decimal165141146
Binary101001011000110110010010
Octal245215222

Shades and tints

Shades of #A58D92

#A58D92
(165,141,146)
#968185
(150,129,133)
#877578
(135,117,120)
#78696B
(120,105,107)
#695D5E
(105,93,94)
#5A5151
(90,81,81)
#4B4544
(75,69,68)
#3C3937
(60,57,55)
#2D2D2A
(45,45,42)
#1E211D
(30,33,29)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A58D92

#A58D92
(165,141,146)
#AD979B
(173,151,155)
#B5A1A4
(181,161,164)
#BDABAD
(189,171,173)
#C5B5B6
(197,181,182)
#CDBFBF
(205,191,191)
#D5C9C8
(213,201,200)
#DDD3D1
(221,211,209)
#E5DDDA
(229,221,218)
#EDE7E3
(237,231,227)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58D92; }

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

This text font color is #A58D92.


Background Color

.myBgColor { background-color: #A58D92; }

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

This div background color is #A58D92.


Border color

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

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

This div border color is #A58D92.


Opacity

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

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

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

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

This text has shadow with #A58D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58D92 on black background.


Color preview on white background

This text has color #A58D92 on white background.



Black color preview on #A58D92 background

This text has black color on #A58D92 background.


White color preview on #A58D92 background

This text has white color on #A58D92 background.