COLOR #A59B97

HEX: #A59B97
RGB: (165,155,151)

Color info

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

RGB color model

#A59B97 color RGB value is (165,155,151).

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

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 151 of 255 = 59%

165
155
151

R + G + B ~ 62%. #A59B97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 155 + 151 = 471 (100%)
R 165 of 471 ~ 35.03%
G 155 of 471 ~ 32.91%
B 151 of 471 ~ 32.06%

%35.03
%32.91
%32.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,6,8,35)
C0M6Y8K35 
(0%,6%,8%,35%)
(0.00/0.06/0.08/0.35)	

CMYK percentages

%0
%6.06
%8.48
%35.29

Codes

Color #A59B97 in popluar color models

A59B97
RGB165155151
HSL17°7.22%61.96%
HSB/HSV17°8.48%64.71%
CMYK0.00%6.06%8.48%
35.29%

Color #A59B97 in popluar number systems.

HEXA59B97
Decimal165155151
Binary101001011001101110010111
Octal245233227

Shades and tints

Shades of #A59B97

#A59B97
(165,155,151)
#968D8A
(150,141,138)
#877F7D
(135,127,125)
#787170
(120,113,112)
#696363
(105,99,99)
#5A5556
(90,85,86)
#4B4749
(75,71,73)
#3C393C
(60,57,60)
#2D2B2F
(45,43,47)
#1E1D22
(30,29,34)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A59B97

#A59B97
(165,155,151)
#ADA4A0
(173,164,160)
#B5ADA9
(181,173,169)
#BDB6B2
(189,182,178)
#C5BFBB
(197,191,187)
#CDC8C4
(205,200,196)
#D5D1CD
(213,209,205)
#DDDAD6
(221,218,214)
#E5E3DF
(229,227,223)
#EDECE8
(237,236,232)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59B97; }

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

This text font color is #A59B97.


Background Color

.myBgColor { background-color: #A59B97; }

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

This div background color is #A59B97.


Border color

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

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

This div border color is #A59B97.


Opacity

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

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

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

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

This text has shadow with #A59B97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59B97 on black background.


Color preview on white background

This text has color #A59B97 on white background.



Black color preview on #A59B97 background

This text has black color on #A59B97 background.


White color preview on #A59B97 background

This text has white color on #A59B97 background.