COLOR #A59F8B

HEX: #A59F8B RGB: (165,159,139)

Color info

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

RGB color model

#A59F8B color RGB value is (165,159,139).

RGB: (165,159,139) (65%, 62%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 139 of 255 = 55%

165
159
139

R + G + B ~ 61%. #A59F8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 159 + 139 = 463 (100%)
R 165 of 463 ~ 35.64%
G 159 of 463 ~ 34.34%
B 139 of 463 ~ 30.02'%

%35.64
%34.34
%30.02

CMYK color model

#A59F8B color CMYK value is (0,4,16,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 15.76%
  • key color value is 35.29%

CMYK: (0,4,16,35)
C0M4Y16K35 (0%, 4%, 16%, 35%)
(0.00 / 0.04 / 0.16 / 0.35)

CMYK percentages

%0
%3.64
%15.76
%35.29

Codes

Color #A59F8B in popluar color models

A5 9F 8B
RGB 165 159 139
HSL 46° 12.62% 59.61%
HSB/HSV 46° 15.76% 64.71%
CMYK 0.00% 3.64% 15.76%
35.29%

Color #A59F8B in popluar number systems.

HEX A5 9F 8B
Decimal 165 159 139
Binary 10100101 10011111 10001011
Octal 245 237 213

Shades and tints

Shades of #A59F8B

#A59F8B
(165,159,139)
#96917F
(150,145,127)
#878373
(135,131,115)
#787567
(120,117,103)
#69675B
(105,103,91)
#5A594F
(90,89,79)
#4B4B43
(75,75,67)
#3C3D37
(60,61,55)
#2D2F2B
(45,47,43)
#1E211F
(30,33,31)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A59F8B

#A59F8B
(165,159,139)
#ADA795
(173,167,149)
#B5AF9F
(181,175,159)
#BDB7A9
(189,183,169)
#C5BFB3
(197,191,179)
#CDC7BD
(205,199,189)
#D5CFC7
(213,207,199)
#DDD7D1
(221,215,209)
#E5DFDB
(229,223,219)
#EDE7E5
(237,231,229)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59F8B; }

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

This text font color is #A59F8B.

Background Color

.myBgColor { background-color: #A59F8B; }

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

This div background color is #A59F8B.

Border color

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

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

This div border color is #A59F8B.

Opacity

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

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

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

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

This text has shadow with #A59F8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59F8B.

Preview

Color preview on black background

This text has color #A59F8B on black background.


Color preview on white background

This text has color #A59F8B on white background.


Black color preview on #A59F8B background

This text has black color on #A59F8B background.


White color preview on #A59F8B background

This text has white color on #A59F8B background.


Related colors

Complementary color

Complementary color for #hex is #5A6074.


I love getcolorcode.com

Triadic colors

1 #8BA59F and #9F8BA5 with #A59F8B are triadic colors.

2 #8B9FA5 and #9FA58B with #A59F8B are triadic colors.