COLOR #A59B8D

HEX: #A59B8D RGB: (165,155,141)

Color info

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

RGB color model

#A59B8D color RGB value is (165,155,141).

RGB: (165,155,141) (65%, 61%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 155 of 255 = 61%
B 141 of 255 = 55%

165
155
141

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

Portions of RGB colors in percentages

R + G + B = 165 + 155 + 141 = 461 (100%)
R 165 of 461 ~ 35.79%
G 155 of 461 ~ 33.62%
B 141 of 461 ~ 30.59'%

%35.79
%33.62
%30.59

CMYK color model

#A59B8D color CMYK value is (0,6,15,35).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 14.55%
  • key color value is 35.29%

CMYK: (0,6,15,35)
C0M6Y15K35 (0%, 6%, 15%, 35%)
(0.00 / 0.06 / 0.15 / 0.35)

CMYK percentages

%0
%6.06
%14.55
%35.29

Codes

Color #A59B8D in popluar color models

A5 9B 8D
RGB 165 155 141
HSL 35° 11.76% 60.00%
HSB/HSV 35° 14.55% 64.71%
CMYK 0.00% 6.06% 14.55%
35.29%

Color #A59B8D in popluar number systems.

HEX A5 9B 8D
Decimal 165 155 141
Binary 10100101 10011011 10001101
Octal 245 233 215

Shades and tints

Shades of #A59B8D

#A59B8D
(165,155,141)
#968D81
(150,141,129)
#877F75
(135,127,117)
#787169
(120,113,105)
#69635D
(105,99,93)
#5A5551
(90,85,81)
#4B4745
(75,71,69)
#3C3939
(60,57,57)
#2D2B2D
(45,43,45)
#1E1D21
(30,29,33)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A59B8D

#A59B8D
(165,155,141)
#ADA497
(173,164,151)
#B5ADA1
(181,173,161)
#BDB6AB
(189,182,171)
#C5BFB5
(197,191,181)
#CDC8BF
(205,200,191)
#D5D1C9
(213,209,201)
#DDDAD3
(221,218,211)
#E5E3DD
(229,227,221)
#EDECE7
(237,236,231)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59B8D color. Also use rgb(165,155,141) instead hex code.

Text Font Color

.myTextColor { color: #A59B8D; }

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

This text font color is #A59B8D.

Background Color

.myBgColor { background-color: #A59B8D; }

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

This div background color is #A59B8D.

Border color

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

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

This div border color is #A59B8D.

Opacity

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

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

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

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

This text has shadow with #A59B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59B8D.

Preview

Color preview on black background

This text has color #A59B8D on black background.


Color preview on white background

This text has color #A59B8D on white background.


Black color preview on #A59B8D background

This text has black color on #A59B8D background.


White color preview on #A59B8D background

This text has white color on #A59B8D background.


Related colors

Complementary color

Complementary color for #hex is #5A6472.


I love getcolorcode.com

Triadic colors

1 #8DA59B and #9B8DA5 with #A59B8D are triadic colors.

2 #8D9BA5 and #9BA58D with #A59B8D are triadic colors.