COLOR #A59D95

HEX: #A59D95 RGB: (165,157,149)

Color info

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

RGB color model

#A59D95 color RGB value is (165,157,149).

RGB: (165,157,149) (65%, 62%, 58%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 149 of 255 = 58%

165
157
149

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

Portions of RGB colors in percentages

R + G + B = 165 + 157 + 149 = 471 (100%)
R 165 of 471 ~ 35.03%
G 157 of 471 ~ 33.33%
B 149 of 471 ~ 31.63'%

%35.03
%33.33
%31.63

CMYK color model

#A59D95 color CMYK value is (0,5,10,35).

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

CMYK: (0,5,10,35)
C0M5Y10K35 (0%, 5%, 10%, 35%)
(0.00 / 0.05 / 0.10 / 0.35)

CMYK percentages

%0
%4.85
%9.7
%35.29

Codes

Color #A59D95 in popluar color models

A5 9D 95
RGB 165 157 149
HSL 30° 8.16% 61.57%
HSB/HSV 30° 9.70% 64.71%
CMYK 0.00% 4.85% 9.70%
35.29%

Color #A59D95 in popluar number systems.

HEX A5 9D 95
Decimal 165 157 149
Binary 10100101 10011101 10010101
Octal 245 235 225

Shades and tints

Shades of #A59D95

#A59D95
(165,157,149)
#968F88
(150,143,136)
#87817B
(135,129,123)
#78736E
(120,115,110)
#696561
(105,101,97)
#5A5754
(90,87,84)
#4B4947
(75,73,71)
#3C3B3A
(60,59,58)
#2D2D2D
(45,45,45)
#1E1F20
(30,31,32)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A59D95

#A59D95
(165,157,149)
#ADA59E
(173,165,158)
#B5ADA7
(181,173,167)
#BDB5B0
(189,181,176)
#C5BDB9
(197,189,185)
#CDC5C2
(205,197,194)
#D5CDCB
(213,205,203)
#DDD5D4
(221,213,212)
#E5DDDD
(229,221,221)
#EDE5E6
(237,229,230)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D95; }

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

This text font color is #A59D95.

Background Color

.myBgColor { background-color: #A59D95; }

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

This div background color is #A59D95.

Border color

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

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

This div border color is #A59D95.

Opacity

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

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

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

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

This text has shadow with #A59D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59D95.

Preview

Color preview on black background

This text has color #A59D95 on black background.


Color preview on white background

This text has color #A59D95 on white background.


Black color preview on #A59D95 background

This text has black color on #A59D95 background.


White color preview on #A59D95 background

This text has white color on #A59D95 background.


Related colors

Complementary color

Complementary color for #hex is #5A626A.


I love getcolorcode.com

Triadic colors

1 #95A59D and #9D95A5 with #A59D95 are triadic colors.

2 #959DA5 and #9DA595 with #A59D95 are triadic colors.