COLOR #A59197

HEX: #A59197 RGB: (165,145,151)

Color info

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

RGB color model

#A59197 color RGB value is (165,145,151).

RGB: (165,145,151) (65%, 57%, 59%)

RGB channels and saturation

R 165 of 255 = 65%
G 145 of 255 = 57%
B 151 of 255 = 59%

165
145
151

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

Portions of RGB colors in percentages

R + G + B = 165 + 145 + 151 = 461 (100%)
R 165 of 461 ~ 35.79%
G 145 of 461 ~ 31.45%
B 151 of 461 ~ 32.75'%

%35.79
%31.45
%32.75

CMYK color model

#A59197 color CMYK value is (0,12,8,35).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 8.48%
  • key color value is 35.29%

CMYK: (0,12,8,35)
C0M12Y8K35 (0%, 12%, 8%, 35%)
(0.00 / 0.12 / 0.08 / 0.35)

CMYK percentages

%0
%12.12
%8.48
%35.29

Codes

Color #A59197 in popluar color models

A5 91 97
RGB 165 145 151
HSL 342° 10.00% 60.78%
HSB/HSV 342° 12.12% 64.71%
CMYK 0.00% 12.12% 8.48%
35.29%

Color #A59197 in popluar number systems.

HEX A5 91 97
Decimal 165 145 151
Binary 10100101 10010001 10010111
Octal 245 221 227

Shades and tints

Shades of #A59197

#A59197
(165,145,151)
#96848A
(150,132,138)
#87777D
(135,119,125)
#786A70
(120,106,112)
#695D63
(105,93,99)
#5A5056
(90,80,86)
#4B4349
(75,67,73)
#3C363C
(60,54,60)
#2D292F
(45,41,47)
#1E1C22
(30,28,34)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A59197

#A59197
(165,145,151)
#AD9BA0
(173,155,160)
#B5A5A9
(181,165,169)
#BDAFB2
(189,175,178)
#C5B9BB
(197,185,187)
#CDC3C4
(205,195,196)
#D5CDCD
(213,205,205)
#DDD7D6
(221,215,214)
#E5E1DF
(229,225,223)
#EDEBE8
(237,235,232)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59197; }

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

This text font color is #A59197.

Background Color

.myBgColor { background-color: #A59197; }

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

This div background color is #A59197.

Border color

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

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

This div border color is #A59197.

Opacity

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

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

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

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

This text has shadow with #A59197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59197.

Preview

Color preview on black background

This text has color #A59197 on black background.


Color preview on white background

This text has color #A59197 on white background.


Black color preview on #A59197 background

This text has black color on #A59197 background.


White color preview on #A59197 background

This text has white color on #A59197 background.


Related colors

Complementary color

Complementary color for #hex is #5A6E68.


I love getcolorcode.com

Triadic colors

1 #97A591 and #9197A5 with #A59197 are triadic colors.

2 #9791A5 and #91A597 with #A59197 are triadic colors.