COLOR #A59F8F

HEX: #A59F8F
RGB: (165,159,143)

Color info

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

RGB color model

#A59F8F color RGB value is (165,159,143).

  • red value is 165;
  • green value is 159;
  • blue value is 143.
RGB:
(165,159,143)
(65%,62%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 143 of 255 = 56%

165
159
143

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

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 143 = 467 (100%)
R 165 of 467 ~ 35.33%
G 159 of 467 ~ 34.05%
B 143 of 467 ~ 30.62%

%35.33
%34.05
%30.62

CMYK color model

#A59F8F color CMYK value is (0,4,13,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 13.33%
  • key color value is 35.29%
CMYK:
(0,4,13,35)
C0M4Y13K35 
(0%,4%,13%,35%)
(0.00/0.04/0.13/0.35)	

CMYK percentages

%0
%3.64
%13.33
%35.29

Codes

Color #A59F8F in popluar color models

A59F8F
RGB165159143
HSL44°10.89%60.39%
HSB/HSV44°13.33%64.71%
CMYK0.00%3.64%13.33%
35.29%

Color #A59F8F in popluar number systems.

HEXA59F8F
Decimal165159143
Binary101001011001111110001111
Octal245237217

Shades and tints

Shades of #A59F8F

#A59F8F
(165,159,143)
#969182
(150,145,130)
#878375
(135,131,117)
#787568
(120,117,104)
#69675B
(105,103,91)
#5A594E
(90,89,78)
#4B4B41
(75,75,65)
#3C3D34
(60,61,52)
#2D2F27
(45,47,39)
#1E211A
(30,33,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #A59F8F

#A59F8F
(165,159,143)
#ADA799
(173,167,153)
#B5AFA3
(181,175,163)
#BDB7AD
(189,183,173)
#C5BFB7
(197,191,183)
#CDC7C1
(205,199,193)
#D5CFCB
(213,207,203)
#DDD7D5
(221,215,213)
#E5DFDF
(229,223,223)
#EDE7E9
(237,231,233)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59F8F; }

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

This text font color is #A59F8F.


Background Color

.myBgColor { background-color: #A59F8F; }

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

This div background color is #A59F8F.


Border color

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

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

This div border color is #A59F8F.


Opacity

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

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

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

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

This text has shadow with #A59F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F8F on black background.


Color preview on white background

This text has color #A59F8F on white background.



Black color preview on #A59F8F background

This text has black color on #A59F8F background.


White color preview on #A59F8F background

This text has white color on #A59F8F background.