COLOR #A59C8B

HEX: #A59C8B RGB: (165,156,139)

Color info

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

RGB color model

#A59C8B color RGB value is (165,156,139).

RGB: (165,156,139) (65%, 61%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 139 of 255 = 55%

165
156
139

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

Portions of RGB colors in percentages

R + G + B = 165 + 156 + 139 = 460 (100%)
R 165 of 460 ~ 35.87%
G 156 of 460 ~ 33.91%
B 139 of 460 ~ 30.22'%

%35.87
%33.91
%30.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 15.76%
  • 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
%5.45
%15.76
%35.29

Codes

Color #A59C8B in popluar color models

A5 9C 8B
RGB 165 156 139
HSL 39° 12.62% 59.61%
HSB/HSV 39° 15.76% 64.71%
CMYK 0.00% 5.45% 15.76%
35.29%

Color #A59C8B in popluar number systems.

HEX A5 9C 8B
Decimal 165 156 139
Binary 10100101 10011100 10001011
Octal 245 234 213

Shades and tints

Shades of #A59C8B

#A59C8B
(165,156,139)
#968E7F
(150,142,127)
#878073
(135,128,115)
#787267
(120,114,103)
#69645B
(105,100,91)
#5A564F
(90,86,79)
#4B4843
(75,72,67)
#3C3A37
(60,58,55)
#2D2C2B
(45,44,43)
#1E1E1F
(30,30,31)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A59C8B

#A59C8B
(165,156,139)
#ADA595
(173,165,149)
#B5AE9F
(181,174,159)
#BDB7A9
(189,183,169)
#C5C0B3
(197,192,179)
#CDC9BD
(205,201,189)
#D5D2C7
(213,210,199)
#DDDBD1
(221,219,209)
#E5E4DB
(229,228,219)
#EDEDE5
(237,237,229)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C8B; }

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

This text font color is #A59C8B.

Background Color

.myBgColor { background-color: #A59C8B; }

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

This div background color is #A59C8B.

Border color

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

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

This div border color is #A59C8B.

Opacity

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

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

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

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

This text has shadow with #A59C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59C8B.

Preview

Color preview on black background

This text has color #A59C8B on black background.


Color preview on white background

This text has color #A59C8B on white background.


Black color preview on #A59C8B background

This text has black color on #A59C8B background.


White color preview on #A59C8B background

This text has white color on #A59C8B background.


Related colors

Complementary color

Complementary color for #A59C8B is #5A6374.


I love getcolorcode.com

Triadic colors

1 #8BA59C and #9C8BA5 with #A59C8B are triadic colors.

2 #8B9CA5 and #9CA58B with #A59C8B are triadic colors.