COLOR #A59F6A

HEX: #A59F6A
RGB: (165,159,106)

Color info

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

RGB color model

#A59F6A color RGB value is (165,159,106).

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

RGB channels and saturation

R 165 of 255 = 65%
G 159 of 255 = 62%
B 106 of 255 = 42%

165
159
106

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

Portions of RGB colors in percentages

R + G + B =
165 + 159 + 106 = 430 (100%)
R 165 of 430 ~ 38.37%
G 159 of 430 ~ 36.98%
B 106 of 430 ~ 24.65%

%38.37
%36.98
%24.65

CMYK color model

#A59F6A color CMYK value is (0,4,36,35).

  • cyan value is 0.00%
  • magenta value is 3.64%
  • yellow value is 35.76%
  • key color value is 35.29%
CMYK:
(0,4,36,35)
C0M4Y36K35 
(0%,4%,36%,35%)
(0.00/0.04/0.36/0.35)	

CMYK percentages

%0
%3.64
%35.76
%35.29

Codes

Color #A59F6A in popluar color models

A59F6A
RGB165159106
HSL54°24.69%53.14%
HSB/HSV54°35.76%64.71%
CMYK0.00%3.64%35.76%
35.29%

Color #A59F6A in popluar number systems.

HEXA59F6A
Decimal165159106
Binary10100101100111111101010
Octal245237152

Shades and tints

Shades of #A59F6A

#A59F6A
(165,159,106)
#969161
(150,145,97)
#878358
(135,131,88)
#78754F
(120,117,79)
#696746
(105,103,70)
#5A593D
(90,89,61)
#4B4B34
(75,75,52)
#3C3D2B
(60,61,43)
#2D2F22
(45,47,34)
#1E2119
(30,33,25)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #A59F6A

#A59F6A
(165,159,106)
#ADA777
(173,167,119)
#B5AF84
(181,175,132)
#BDB791
(189,183,145)
#C5BF9E
(197,191,158)
#CDC7AB
(205,199,171)
#D5CFB8
(213,207,184)
#DDD7C5
(221,215,197)
#E5DFD2
(229,223,210)
#EDE7DF
(237,231,223)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59F6A; }

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

This text font color is #A59F6A.


Background Color

.myBgColor { background-color: #A59F6A; }

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

This div background color is #A59F6A.


Border color

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

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

This div border color is #A59F6A.


Opacity

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

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

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

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

This text has shadow with #A59F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59F6A on black background.


Color preview on white background

This text has color #A59F6A on white background.



Black color preview on #A59F6A background

This text has black color on #A59F6A background.


White color preview on #A59F6A background

This text has white color on #A59F6A background.