COLOR #A59897

HEX: #A59897
RGB: (165,152,151)

Color info

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

RGB color model

#A59897 color RGB value is (165,152,151).

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

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 151 of 255 = 59%

165
152
151

R + G + B ~ 61%. #A59897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 151 = 468 (100%)
R 165 of 468 ~ 35.26%
G 152 of 468 ~ 32.48%
B 151 of 468 ~ 32.26%

%35.26
%32.48
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,8,8,35)
C0M8Y8K35 
(0%,8%,8%,35%)
(0.00/0.08/0.08/0.35)	

CMYK percentages

%0
%7.88
%8.48
%35.29

Codes

Color #A59897 in popluar color models

A59897
RGB165152151
HSL7.22%61.96%
HSB/HSV8.48%64.71%
CMYK0.00%7.88%8.48%
35.29%

Color #A59897 in popluar number systems.

HEXA59897
Decimal165152151
Binary101001011001100010010111
Octal245230227

Shades and tints

Shades of #A59897

#A59897
(165,152,151)
#968B8A
(150,139,138)
#877E7D
(135,126,125)
#787170
(120,113,112)
#696463
(105,100,99)
#5A5756
(90,87,86)
#4B4A49
(75,74,73)
#3C3D3C
(60,61,60)
#2D302F
(45,48,47)
#1E2322
(30,35,34)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #A59897

#A59897
(165,152,151)
#ADA1A0
(173,161,160)
#B5AAA9
(181,170,169)
#BDB3B2
(189,179,178)
#C5BCBB
(197,188,187)
#CDC5C4
(205,197,196)
#D5CECD
(213,206,205)
#DDD7D6
(221,215,214)
#E5E0DF
(229,224,223)
#EDE9E8
(237,233,232)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59897; }

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

This text font color is #A59897.


Background Color

.myBgColor { background-color: #A59897; }

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

This div background color is #A59897.


Border color

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

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

This div border color is #A59897.


Opacity

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

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

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

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

This text has shadow with #A59897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59897 on black background.


Color preview on white background

This text has color #A59897 on white background.



Black color preview on #A59897 background

This text has black color on #A59897 background.


White color preview on #A59897 background

This text has white color on #A59897 background.