COLOR #A59F6D

HEX: #A59F6D
RGB: (165,159,109)

Color info

#A59F6D contains red, green and blue colors in about the same proportion. Web safe color of #A59F6D is #999966 (or #996).

RGB color model

#A59F6D color RGB value is (165,159,109).

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

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 109 of 255 = 43%

165
159
109

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

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 109 = 433 (100%)
R 165 of 433 ~ 38.11%
G 159 of 433 ~ 36.72%
B 109 of 433 ~ 25.17%

%38.11
%36.72
%25.17

CMYK color model

#A59F6D color CMYK value is (0,4,34,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 33.94%
  • key color value is 35.29%
CMYK:
(0,4,34,35)
C0M4Y34K35 
(0%,4%,34%,35%)
(0.00/0.04/0.34/0.35)	

CMYK percentages

%0
%3.64
%33.94
%35.29

Codes

Color #A59F6D in popluar color models

A59F6D
RGB165159109
HSL54°23.73%53.73%
HSB/HSV54°33.94%64.71%
CMYK0.00%3.64%33.94%
35.29%

Color #A59F6D in popluar number systems.

HEXA59F6D
Decimal165159109
Binary10100101100111111101101
Octal245237155

Shades and tints

Shades of #A59F6D

#A59F6D
(165,159,109)
#969164
(150,145,100)
#87835B
(135,131,91)
#787552
(120,117,82)
#696749
(105,103,73)
#5A5940
(90,89,64)
#4B4B37
(75,75,55)
#3C3D2E
(60,61,46)
#2D2F25
(45,47,37)
#1E211C
(30,33,28)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A59F6D

#A59F6D
(165,159,109)
#ADA77A
(173,167,122)
#B5AF87
(181,175,135)
#BDB794
(189,183,148)
#C5BFA1
(197,191,161)
#CDC7AE
(205,199,174)
#D5CFBB
(213,207,187)
#DDD7C8
(221,215,200)
#E5DFD5
(229,223,213)
#EDE7E2
(237,231,226)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59F6D; }

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

This text font color is #A59F6D.


Background Color

.myBgColor { background-color: #A59F6D; }

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

This div background color is #A59F6D.


Border color

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

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

This div border color is #A59F6D.


Opacity

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

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

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

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

This text has shadow with #A59F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F6D on black background.


Color preview on white background

This text has color #A59F6D on white background.



Black color preview on #A59F6D background

This text has black color on #A59F6D background.


White color preview on #A59F6D background

This text has white color on #A59F6D background.