COLOR #A59D9E

HEX: #A59D9E RGB: (165,157,158)

Color info

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

RGB color model

#A59D9E color RGB value is (165,157,158).

RGB: (165,157,158) (65%, 62%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 158 of 255 = 62%

165
157
158

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

Portions of RGB colors in percentages

R + G + B = 165 + 157 + 158 = 480 (100%)
R 165 of 480 ~ 34.38%
G 157 of 480 ~ 32.71%
B 158 of 480 ~ 32.92'%

%34.38
%32.71
%32.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 4.24%
  • key color value is 35.29%

CMYK: (0,5,4,35)
C0M5Y4K35 (0%, 5%, 4%, 35%)
(0.00 / 0.05 / 0.04 / 0.35)

CMYK percentages

%0
%4.85
%4.24
%35.29

Codes

Color #A59D9E in popluar color models

A5 9D 9E
RGB 165 157 158
HSL 353° 4.26% 63.14%
HSB/HSV 353° 4.85% 64.71%
CMYK 0.00% 4.85% 4.24%
35.29%

Color #A59D9E in popluar number systems.

HEX A5 9D 9E
Decimal 165 157 158
Binary 10100101 10011101 10011110
Octal 245 235 236

Shades and tints

Shades of #A59D9E

#A59D9E
(165,157,158)
#968F90
(150,143,144)
#878182
(135,129,130)
#787374
(120,115,116)
#696566
(105,101,102)
#5A5758
(90,87,88)
#4B494A
(75,73,74)
#3C3B3C
(60,59,60)
#2D2D2E
(45,45,46)
#1E1F20
(30,31,32)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A59D9E

#A59D9E
(165,157,158)
#ADA5A6
(173,165,166)
#B5ADAE
(181,173,174)
#BDB5B6
(189,181,182)
#C5BDBE
(197,189,190)
#CDC5C6
(205,197,198)
#D5CDCE
(213,205,206)
#DDD5D6
(221,213,214)
#E5DDDE
(229,221,222)
#EDE5E6
(237,229,230)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D9E; }

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

This text font color is #A59D9E.

Background Color

.myBgColor { background-color: #A59D9E; }

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

This div background color is #A59D9E.

Border color

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

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

This div border color is #A59D9E.

Opacity

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

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

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

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

This text has shadow with #A59D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59D9E.

Preview

Color preview on black background

This text has color #A59D9E on black background.


Color preview on white background

This text has color #A59D9E on white background.


Black color preview on #A59D9E background

This text has black color on #A59D9E background.


White color preview on #A59D9E background

This text has white color on #A59D9E background.


Related colors

Complementary color

Complementary color for #hex is #5A6261.


I love getcolorcode.com

Triadic colors

1 #9EA59D and #9D9EA5 with #A59D9E are triadic colors.

2 #9E9DA5 and #9DA59E with #A59D9E are triadic colors.