COLOR #A59A9C

HEX: #A59A9C
RGB: (165,154,156)

Color info

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

RGB color model

#A59A9C color RGB value is (165,154,156).

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

RGB channels and saturation

R 165 of 255 = 65%
G 154 of 255 = 60%
B 156 of 255 = 61%

165
154
156

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

Portions of RGB colors in percentages

R + G + B =
165 + 154 + 156 = 475 (100%)
R 165 of 475 ~ 34.74%
G 154 of 475 ~ 32.42%
B 156 of 475 ~ 32.84%

%34.74
%32.42
%32.84

CMYK color model

#A59A9C color CMYK value is (0,7,5,35).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK:
(0,7,5,35)
C0M7Y5K35 
(0%,7%,5%,35%)
(0.00/0.07/0.05/0.35)	

CMYK percentages

%0
%6.67
%5.45
%35.29

Codes

Color #A59A9C in popluar color models

A59A9C
RGB165154156
HSL349°5.76%62.55%
HSB/HSV349°6.67%64.71%
CMYK0.00%6.67%5.45%
35.29%

Color #A59A9C in popluar number systems.

HEXA59A9C
Decimal165154156
Binary101001011001101010011100
Octal245232234

Shades and tints

Shades of #A59A9C

#A59A9C
(165,154,156)
#968C8E
(150,140,142)
#877E80
(135,126,128)
#787072
(120,112,114)
#696264
(105,98,100)
#5A5456
(90,84,86)
#4B4648
(75,70,72)
#3C383A
(60,56,58)
#2D2A2C
(45,42,44)
#1E1C1E
(30,28,30)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #A59A9C

#A59A9C
(165,154,156)
#ADA3A5
(173,163,165)
#B5ACAE
(181,172,174)
#BDB5B7
(189,181,183)
#C5BEC0
(197,190,192)
#CDC7C9
(205,199,201)
#D5D0D2
(213,208,210)
#DDD9DB
(221,217,219)
#E5E2E4
(229,226,228)
#EDEBED
(237,235,237)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59A9C; }

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

This text font color is #A59A9C.


Background Color

.myBgColor { background-color: #A59A9C; }

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

This div background color is #A59A9C.


Border color

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

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

This div border color is #A59A9C.


Opacity

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

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

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

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

This text has shadow with #A59A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59A9C on black background.


Color preview on white background

This text has color #A59A9C on white background.



Black color preview on #A59A9C background

This text has black color on #A59A9C background.


White color preview on #A59A9C background

This text has white color on #A59A9C background.