COLOR #A59F9C

HEX: #A59F9C
RGB: (165,159,156)

Color info

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

RGB color model

#A59F9C color RGB value is (165,159,156).

  • red value is 165;
  • green value is 159;
  • blue value is 156.
RGB: (165,159,156) (65%,62%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 156 of 255 = 61%

165
159
156

R + G + B ~ 63%. #A59F9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 156 = 480 (100%)
R 165 of 480 ~ 34.38%
G 159 of 480 ~ 33.13%
B 156 of 480 ~ 32.5%

%34.38
%33.13
%32.5

CMYK color model

#A59F9C color CMYK value is (0,4,5,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK: (0,4,5,35) C0M4Y5K35 (0%,4%,5%,35%) (0.00/0.04/0.05/0.35)

CMYK percentages

%0
%3.64
%5.45
%35.29

Codes

Color #A59F9C in popluar color models

A59F9C
RGB165159156
HSL20°4.76%62.94%
HSB/HSV20°5.45%64.71%
CMYK0.00%3.64%5.45%
35.29%

Color #A59F9C in popluar number systems.

HEXA59F9C
Decimal165159156
Binary101001011001111110011100
Octal245237234

Shades and tints

Shades of #A59F9C

#A59F9C
(165,159,156)
#96918E
(150,145,142)
#878380
(135,131,128)
#787572
(120,117,114)
#696764
(105,103,100)
#5A5956
(90,89,86)
#4B4B48
(75,75,72)
#3C3D3A
(60,61,58)
#2D2F2C
(45,47,44)
#1E211E
(30,33,30)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A59F9C

#A59F9C
(165,159,156)
#ADA7A5
(173,167,165)
#B5AFAE
(181,175,174)
#BDB7B7
(189,183,183)
#C5BFC0
(197,191,192)
#CDC7C9
(205,199,201)
#D5CFD2
(213,207,210)
#DDD7DB
(221,215,219)
#E5DFE4
(229,223,228)
#EDE7ED
(237,231,237)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59F9C; }

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

This text font color is #A59F9C.


Background Color

.myBgColor { background-color: #A59F9C; }

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

This div background color is #A59F9C.


Border color

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

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

This div border color is #A59F9C.


Opacity

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

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

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

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

This text has shadow with #A59F9C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A59F9C on black background.


Color preview on white background

This text has color #A59F9C on white background.



Black color preview on #A59F9C background

This text has black color on #A59F9C background.


White color preview on #A59F9C background

This text has white color on #A59F9C background.