COLOR #A59C9B

HEX: #A59C9B
RGB: (165,156,155)

Color info

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

RGB color model

#A59C9B color RGB value is (165,156,155).

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

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 155 of 255 = 61%

165
156
155

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 155 = 476 (100%)
R 165 of 476 ~ 34.66%
G 156 of 476 ~ 32.77%
B 155 of 476 ~ 32.56%

%34.66
%32.77
%32.56

CMYK color model

#A59C9B color CMYK value is (0,5,6,35).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 6.06%
  • key color value is 35.29%
CMYK:
(0,5,6,35)
C0M5Y6K35 
(0%,5%,6%,35%)
(0.00/0.05/0.06/0.35)	

CMYK percentages

%0
%5.45
%6.06
%35.29

Codes

Color #A59C9B in popluar color models

A59C9B
RGB165156155
HSL5.26%62.75%
HSB/HSV6.06%64.71%
CMYK0.00%5.45%6.06%
35.29%

Color #A59C9B in popluar number systems.

HEXA59C9B
Decimal165156155
Binary101001011001110010011011
Octal245234233

Shades and tints

Shades of #A59C9B

#A59C9B
(165,156,155)
#968E8D
(150,142,141)
#87807F
(135,128,127)
#787271
(120,114,113)
#696463
(105,100,99)
#5A5655
(90,86,85)
#4B4847
(75,72,71)
#3C3A39
(60,58,57)
#2D2C2B
(45,44,43)
#1E1E1D
(30,30,29)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A59C9B

#A59C9B
(165,156,155)
#ADA5A4
(173,165,164)
#B5AEAD
(181,174,173)
#BDB7B6
(189,183,182)
#C5C0BF
(197,192,191)
#CDC9C8
(205,201,200)
#D5D2D1
(213,210,209)
#DDDBDA
(221,219,218)
#E5E4E3
(229,228,227)
#EDEDEC
(237,237,236)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C9B; }

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

This text font color is #A59C9B.


Background Color

.myBgColor { background-color: #A59C9B; }

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

This div background color is #A59C9B.


Border color

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

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

This div border color is #A59C9B.


Opacity

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

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

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

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

This text has shadow with #A59C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59C9B on black background.


Color preview on white background

This text has color #A59C9B on white background.



Black color preview on #A59C9B background

This text has black color on #A59C9B background.


White color preview on #A59C9B background

This text has white color on #A59C9B background.