COLOR #A59D9B

HEX: #A59D9B RGB: (165,157,155)

Color info

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

RGB color model

#A59D9B color RGB value is (165,157,155).

RGB: (165,157,155) (65%, 62%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 155 of 255 = 61%

165
157
155

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

Portions of RGB colors in percentages

R + G + B = 165 + 157 + 155 = 477 (100%)
R 165 of 477 ~ 34.59%
G 157 of 477 ~ 32.91%
B 155 of 477 ~ 32.49'%

%34.59
%32.91
%32.49

CMYK color model

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

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

Codes

Color #A59D9B in popluar color models

A5 9D 9B
RGB 165 157 155
HSL 12° 5.26% 62.75%
HSB/HSV 12° 6.06% 64.71%
CMYK 0.00% 4.85% 6.06%
35.29%

Color #A59D9B in popluar number systems.

HEX A5 9D 9B
Decimal 165 157 155
Binary 10100101 10011101 10011011
Octal 245 235 233

Shades and tints

Shades of #A59D9B

#A59D9B
(165,157,155)
#968F8D
(150,143,141)
#87817F
(135,129,127)
#787371
(120,115,113)
#696563
(105,101,99)
#5A5755
(90,87,85)
#4B4947
(75,73,71)
#3C3B39
(60,59,57)
#2D2D2B
(45,45,43)
#1E1F1D
(30,31,29)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A59D9B

#A59D9B
(165,157,155)
#ADA5A4
(173,165,164)
#B5ADAD
(181,173,173)
#BDB5B6
(189,181,182)
#C5BDBF
(197,189,191)
#CDC5C8
(205,197,200)
#D5CDD1
(213,205,209)
#DDD5DA
(221,213,218)
#E5DDE3
(229,221,227)
#EDE5EC
(237,229,236)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D9B; }

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

This text font color is #A59D9B.

Background Color

.myBgColor { background-color: #A59D9B; }

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

This div background color is #A59D9B.

Border color

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

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

This div border color is #A59D9B.

Opacity

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

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

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

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

This text has shadow with #A59D9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59D9B.

Preview

Color preview on black background

This text has color #A59D9B on black background.


Color preview on white background

This text has color #A59D9B on white background.


Black color preview on #A59D9B background

This text has black color on #A59D9B background.


White color preview on #A59D9B background

This text has white color on #A59D9B background.


Related colors

Complementary color

Complementary color for #hex is #5A6264.


I love getcolorcode.com

Triadic colors

1 #9BA59D and #9D9BA5 with #A59D9B are triadic colors.

2 #9B9DA5 and #9DA59B with #A59D9B are triadic colors.