COLOR #A59797

HEX: #A59797
RGB: (165,151,151)

Color info

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

RGB color model

#A59797 color RGB value is (165,151,151).

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

RGB channels and saturation

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

165
151
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 151 + 151 = 467 (100%)
R 165 of 467 ~ 35.33%
G 151 of 467 ~ 32.33%
B 151 of 467 ~ 32.33%

%35.33
%32.33
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.48%
  • 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
%8.48
%8.48
%35.29

Codes

Color #A59797 in popluar color models

A59797
RGB165151151
HSL7.22%61.96%
HSB/HSV8.48%64.71%
CMYK0.00%8.48%8.48%
35.29%

Color #A59797 in popluar number systems.

HEXA59797
Decimal165151151
Binary101001011001011110010111
Octal245227227

Shades and tints

Shades of #A59797

#A59797
(165,151,151)
#968A8A
(150,138,138)
#877D7D
(135,125,125)
#787070
(120,112,112)
#696363
(105,99,99)
#5A5656
(90,86,86)
#4B4949
(75,73,73)
#3C3C3C
(60,60,60)
#2D2F2F
(45,47,47)
#1E2222
(30,34,34)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A59797

#A59797
(165,151,151)
#ADA0A0
(173,160,160)
#B5A9A9
(181,169,169)
#BDB2B2
(189,178,178)
#C5BBBB
(197,187,187)
#CDC4C4
(205,196,196)
#D5CDCD
(213,205,205)
#DDD6D6
(221,214,214)
#E5DFDF
(229,223,223)
#EDE8E8
(237,232,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59797; }

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

This text font color is #A59797.


Background Color

.myBgColor { background-color: #A59797; }

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

This div background color is #A59797.


Border color

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

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

This div border color is #A59797.


Opacity

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

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

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

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

This text has shadow with #A59797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59797 on black background.


Color preview on white background

This text has color #A59797 on white background.



Black color preview on #A59797 background

This text has black color on #A59797 background.


White color preview on #A59797 background

This text has white color on #A59797 background.