COLOR #A58497

HEX: #A58497
RGB: (165,132,151)

Color info

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

RGB color model

#A58497 color RGB value is (165,132,151).

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

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 151 of 255 = 59%

165
132
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 132 + 151 = 448 (100%)
R 165 of 448 ~ 36.83%
G 132 of 448 ~ 29.46%
B 151 of 448 ~ 33.71%

%36.83
%29.46
%33.71

CMYK color model

#A58497 color CMYK value is (0,20,8,35).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,20,8,35)
C0M20Y8K35 
(0%,20%,8%,35%)
(0.00/0.20/0.08/0.35)	

CMYK percentages

%0
%20
%8.48
%35.29

Codes

Color #A58497 in popluar color models

A58497
RGB165132151
HSL325°15.49%58.24%
HSB/HSV325°20.00%64.71%
CMYK0.00%20.00%8.48%
35.29%

Color #A58497 in popluar number systems.

HEXA58497
Decimal165132151
Binary101001011000010010010111
Octal245204227

Shades and tints

Shades of #A58497

#A58497
(165,132,151)
#96788A
(150,120,138)
#876C7D
(135,108,125)
#786070
(120,96,112)
#695463
(105,84,99)
#5A4856
(90,72,86)
#4B3C49
(75,60,73)
#3C303C
(60,48,60)
#2D242F
(45,36,47)
#1E1822
(30,24,34)
#0F0C15
(15,12,21)
#000000
(0,0,0)

Tints of #A58497

#A58497
(165,132,151)
#AD8FA0
(173,143,160)
#B59AA9
(181,154,169)
#BDA5B2
(189,165,178)
#C5B0BB
(197,176,187)
#CDBBC4
(205,187,196)
#D5C6CD
(213,198,205)
#DDD1D6
(221,209,214)
#E5DCDF
(229,220,223)
#EDE7E8
(237,231,232)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58497; }

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

This text font color is #A58497.


Background Color

.myBgColor { background-color: #A58497; }

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

This div background color is #A58497.


Border color

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

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

This div border color is #A58497.


Opacity

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

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

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

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

This text has shadow with #A58497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58497 on black background.


Color preview on white background

This text has color #A58497 on white background.



Black color preview on #A58497 background

This text has black color on #A58497 background.


White color preview on #A58497 background

This text has white color on #A58497 background.