COLOR #A58197

HEX: #A58197
RGB: (165,129,151)

Color info

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

RGB color model

#A58197 color RGB value is (165,129,151).

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

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 151 of 255 = 59%

165
129
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 129 + 151 = 445 (100%)
R 165 of 445 ~ 37.08%
G 129 of 445 ~ 28.99%
B 151 of 445 ~ 33.93%

%37.08
%28.99
%33.93

CMYK color model

#A58197 color CMYK value is (0,22,8,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,22,8,35)
C0M22Y8K35 
(0%,22%,8%,35%)
(0.00/0.22/0.08/0.35)	

CMYK percentages

%0
%21.82
%8.48
%35.29

Codes

Color #A58197 in popluar color models

A58197
RGB165129151
HSL323°16.67%57.65%
HSB/HSV323°21.82%64.71%
CMYK0.00%21.82%8.48%
35.29%

Color #A58197 in popluar number systems.

HEXA58197
Decimal165129151
Binary101001011000000110010111
Octal245201227

Shades and tints

Shades of #A58197

#A58197
(165,129,151)
#96768A
(150,118,138)
#876B7D
(135,107,125)
#786070
(120,96,112)
#695563
(105,85,99)
#5A4A56
(90,74,86)
#4B3F49
(75,63,73)
#3C343C
(60,52,60)
#2D292F
(45,41,47)
#1E1E22
(30,30,34)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A58197

#A58197
(165,129,151)
#AD8CA0
(173,140,160)
#B597A9
(181,151,169)
#BDA2B2
(189,162,178)
#C5ADBB
(197,173,187)
#CDB8C4
(205,184,196)
#D5C3CD
(213,195,205)
#DDCED6
(221,206,214)
#E5D9DF
(229,217,223)
#EDE4E8
(237,228,232)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58197; }

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

This text font color is #A58197.


Background Color

.myBgColor { background-color: #A58197; }

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

This div background color is #A58197.


Border color

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

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

This div border color is #A58197.


Opacity

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

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

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

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

This text has shadow with #A58197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58197 on black background.


Color preview on white background

This text has color #A58197 on white background.



Black color preview on #A58197 background

This text has black color on #A58197 background.


White color preview on #A58197 background

This text has white color on #A58197 background.