COLOR #A58392

HEX: #A58392
RGB: (165,131,146)

Color info

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

RGB color model

#A58392 color RGB value is (165,131,146).

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

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 146 of 255 = 57%

165
131
146

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

Portions of RGB colors in percentages

R + G + B =
165 + 131 + 146 = 442 (100%)
R 165 of 442 ~ 37.33%
G 131 of 442 ~ 29.64%
B 146 of 442 ~ 33.03%

%37.33
%29.64
%33.03

CMYK color model

#A58392 color CMYK value is (0,21,12,35).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 11.52%
  • key color value is 35.29%
CMYK:
(0,21,12,35)
C0M21Y12K35 
(0%,21%,12%,35%)
(0.00/0.21/0.12/0.35)	

CMYK percentages

%0
%20.61
%11.52
%35.29

Codes

Color #A58392 in popluar color models

A58392
RGB165131146
HSL334°15.89%58.04%
HSB/HSV334°20.61%64.71%
CMYK0.00%20.61%11.52%
35.29%

Color #A58392 in popluar number systems.

HEXA58392
Decimal165131146
Binary101001011000001110010010
Octal245203222

Shades and tints

Shades of #A58392

#A58392
(165,131,146)
#967885
(150,120,133)
#876D78
(135,109,120)
#78626B
(120,98,107)
#69575E
(105,87,94)
#5A4C51
(90,76,81)
#4B4144
(75,65,68)
#3C3637
(60,54,55)
#2D2B2A
(45,43,42)
#1E201D
(30,32,29)
#0F1510
(15,21,16)
#000000
(0,0,0)

Tints of #A58392

#A58392
(165,131,146)
#AD8E9B
(173,142,155)
#B599A4
(181,153,164)
#BDA4AD
(189,164,173)
#C5AFB6
(197,175,182)
#CDBABF
(205,186,191)
#D5C5C8
(213,197,200)
#DDD0D1
(221,208,209)
#E5DBDA
(229,219,218)
#EDE6E3
(237,230,227)
#F5F1EC
(245,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58392; }

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

This text font color is #A58392.


Background Color

.myBgColor { background-color: #A58392; }

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

This div background color is #A58392.


Border color

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

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

This div border color is #A58392.


Opacity

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

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

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

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

This text has shadow with #A58392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58392 on black background.


Color preview on white background

This text has color #A58392 on white background.



Black color preview on #A58392 background

This text has black color on #A58392 background.


White color preview on #A58392 background

This text has white color on #A58392 background.