COLOR #A58793

HEX: #A58793
RGB: (165,135,147)

Color info

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

RGB color model

#A58793 color RGB value is (165,135,147).

  • red value is 165;
  • green value is 135;
  • blue value is 147.
RGB:
(165,135,147)
(65%,53%,58%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 147 of 255 = 58%

165
135
147

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 147 = 447 (100%)
R 165 of 447 ~ 36.91%
G 135 of 447 ~ 30.2%
B 147 of 447 ~ 32.89%

%36.91
%30.2
%32.89

CMYK color model

#A58793 color CMYK value is (0,18,11,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 10.91%
  • key color value is 35.29%
CMYK:
(0,18,11,35)
C0M18Y11K35 
(0%,18%,11%,35%)
(0.00/0.18/0.11/0.35)	

CMYK percentages

%0
%18.18
%10.91
%35.29

Codes

Color #A58793 in popluar color models

A58793
RGB165135147
HSL336°14.29%58.82%
HSB/HSV336°18.18%64.71%
CMYK0.00%18.18%10.91%
35.29%

Color #A58793 in popluar number systems.

HEXA58793
Decimal165135147
Binary101001011000011110010011
Octal245207223

Shades and tints

Shades of #A58793

#A58793
(165,135,147)
#967B86
(150,123,134)
#876F79
(135,111,121)
#78636C
(120,99,108)
#69575F
(105,87,95)
#5A4B52
(90,75,82)
#4B3F45
(75,63,69)
#3C3338
(60,51,56)
#2D272B
(45,39,43)
#1E1B1E
(30,27,30)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #A58793

#A58793
(165,135,147)
#AD919C
(173,145,156)
#B59BA5
(181,155,165)
#BDA5AE
(189,165,174)
#C5AFB7
(197,175,183)
#CDB9C0
(205,185,192)
#D5C3C9
(213,195,201)
#DDCDD2
(221,205,210)
#E5D7DB
(229,215,219)
#EDE1E4
(237,225,228)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58793 color. Also use rgb(165,135,147) instead hex code.

Text Font Color

.myTextColor { color: #A58793; }

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

This text font color is #A58793.


Background Color

.myBgColor { background-color: #A58793; }

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

This div background color is #A58793.


Border color

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

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

This div border color is #A58793.


Opacity

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

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

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

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

This text has shadow with #A58793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58793 on black background.


Color preview on white background

This text has color #A58793 on white background.



Black color preview on #A58793 background

This text has black color on #A58793 background.


White color preview on #A58793 background

This text has white color on #A58793 background.