COLOR #A59685

HEX: #A59685
RGB: (165,150,133)

Color info

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

RGB color model

#A59685 color RGB value is (165,150,133).

  • red value is 165;
  • green value is 150;
  • blue value is 133.
RGB:
(165,150,133)
(65%,59%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 133 of 255 = 52%

165
150
133

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

Portions of RGB colors in percentages

R + G + B =
165 + 150 + 133 = 448 (100%)
R 165 of 448 ~ 36.83%
G 150 of 448 ~ 33.48%
B 133 of 448 ~ 29.69%

%36.83
%33.48
%29.69

CMYK color model

#A59685 color CMYK value is (0,9,19,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 19.39%
  • key color value is 35.29%
CMYK:
(0,9,19,35)
C0M9Y19K35 
(0%,9%,19%,35%)
(0.00/0.09/0.19/0.35)	

CMYK percentages

%0
%9.09
%19.39
%35.29

Codes

Color #A59685 in popluar color models

A59685
RGB165150133
HSL32°15.09%58.43%
HSB/HSV32°19.39%64.71%
CMYK0.00%9.09%19.39%
35.29%

Color #A59685 in popluar number systems.

HEXA59685
Decimal165150133
Binary101001011001011010000101
Octal245226205

Shades and tints

Shades of #A59685

#A59685
(165,150,133)
#968979
(150,137,121)
#877C6D
(135,124,109)
#786F61
(120,111,97)
#696255
(105,98,85)
#5A5549
(90,85,73)
#4B483D
(75,72,61)
#3C3B31
(60,59,49)
#2D2E25
(45,46,37)
#1E2119
(30,33,25)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #A59685

#A59685
(165,150,133)
#AD9F90
(173,159,144)
#B5A89B
(181,168,155)
#BDB1A6
(189,177,166)
#C5BAB1
(197,186,177)
#CDC3BC
(205,195,188)
#D5CCC7
(213,204,199)
#DDD5D2
(221,213,210)
#E5DEDD
(229,222,221)
#EDE7E8
(237,231,232)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59685 color. Also use rgb(165,150,133) instead hex code.

Text Font Color

.myTextColor { color: #A59685; }

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

This text font color is #A59685.


Background Color

.myBgColor { background-color: #A59685; }

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

This div background color is #A59685.


Border color

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

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

This div border color is #A59685.


Opacity

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

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

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

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

This text has shadow with #A59685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59685 on black background.


Color preview on white background

This text has color #A59685 on white background.



Black color preview on #A59685 background

This text has black color on #A59685 background.


White color preview on #A59685 background

This text has white color on #A59685 background.