COLOR #A59D8A

HEX: #A59D8A RGB: (165,157,138)

Color info

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

RGB color model

#A59D8A color RGB value is (165,157,138).

RGB: (165,157,138) (65%, 62%, 54%)

RGB channels and saturation

R 165 of 255 = 65%
G 157 of 255 = 62%
B 138 of 255 = 54%

165
157
138

R + G + B ~ 60%. #A59D8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 157 + 138 = 460 (100%)
R 165 of 460 ~ 35.87%
G 157 of 460 ~ 34.13%
B 138 of 460 ~ 30'%

%35.87
%34.13
%30

CMYK color model

#A59D8A color CMYK value is (0,5,16,35).

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

CMYK: (0,5,16,35)
C0M5Y16K35 (0%, 5%, 16%, 35%)
(0.00 / 0.05 / 0.16 / 0.35)

CMYK percentages

%0
%4.85
%16.36
%35.29

Codes

Color #A59D8A in popluar color models

A5 9D 8A
RGB 165 157 138
HSL 42° 13.04% 59.41%
HSB/HSV 42° 16.36% 64.71%
CMYK 0.00% 4.85% 16.36%
35.29%

Color #A59D8A in popluar number systems.

HEX A5 9D 8A
Decimal 165 157 138
Binary 10100101 10011101 10001010
Octal 245 235 212

Shades and tints

Shades of #A59D8A

#A59D8A
(165,157,138)
#968F7E
(150,143,126)
#878172
(135,129,114)
#787366
(120,115,102)
#69655A
(105,101,90)
#5A574E
(90,87,78)
#4B4942
(75,73,66)
#3C3B36
(60,59,54)
#2D2D2A
(45,45,42)
#1E1F1E
(30,31,30)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #A59D8A

#A59D8A
(165,157,138)
#ADA594
(173,165,148)
#B5AD9E
(181,173,158)
#BDB5A8
(189,181,168)
#C5BDB2
(197,189,178)
#CDC5BC
(205,197,188)
#D5CDC6
(213,205,198)
#DDD5D0
(221,213,208)
#E5DDDA
(229,221,218)
#EDE5E4
(237,229,228)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59D8A; }

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

This text font color is #A59D8A.

Background Color

.myBgColor { background-color: #A59D8A; }

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

This div background color is #A59D8A.

Border color

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

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

This div border color is #A59D8A.

Opacity

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

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

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

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

This text has shadow with #A59D8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59D8A.

Preview

Color preview on black background

This text has color #A59D8A on black background.


Color preview on white background

This text has color #A59D8A on white background.


Black color preview on #A59D8A background

This text has black color on #A59D8A background.


White color preview on #A59D8A background

This text has white color on #A59D8A background.


Related colors

Complementary color

Complementary color for #hex is #5A6275.


I love getcolorcode.com

Triadic colors

1 #8AA59D and #9D8AA5 with #A59D8A are triadic colors.

2 #8A9DA5 and #9DA58A with #A59D8A are triadic colors.