COLOR #A59959

HEX: #A59959
RGB: (165,153,89)

Color info

#A59959 contains mainly red and green colors. Web safe color of #A59959 is #999966 (or #996).

RGB color model

#A59959 color RGB value is (165,153,89).

  • red value is 165;
  • green value is 153;
  • blue value is 89.
RGB:
(165,153,89)
(65%,60%,35%)

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 89 of 255 = 35%

165
153
89

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 89 = 407 (100%)
R 165 of 407 ~ 40.54%
G 153 of 407 ~ 37.59%
B 89 of 407 ~ 21.87%

%40.54
%37.59
%21.87

CMYK color model

#A59959 color CMYK value is (0,7,46,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 46.06%
  • key color value is 35.29%
CMYK:
(0,7,46,35)
C0M7Y46K35 
(0%,7%,46%,35%)
(0.00/0.07/0.46/0.35)	

CMYK percentages

%0
%7.27
%46.06
%35.29

Codes

Color #A59959 in popluar color models

A59959
RGB16515389
HSL51°29.92%49.80%
HSB/HSV51°46.06%64.71%
CMYK0.00%7.27%46.06%
35.29%

Color #A59959 in popluar number systems.

HEXA59959
Decimal16515389
Binary10100101100110011011001
Octal245231131

Shades and tints

Shades of #A59959

#A59959
(165,153,89)
#968C51
(150,140,81)
#877F49
(135,127,73)
#787241
(120,114,65)
#696539
(105,101,57)
#5A5831
(90,88,49)
#4B4B29
(75,75,41)
#3C3E21
(60,62,33)
#2D3119
(45,49,25)
#1E2411
(30,36,17)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #A59959

#A59959
(165,153,89)
#ADA268
(173,162,104)
#B5AB77
(181,171,119)
#BDB486
(189,180,134)
#C5BD95
(197,189,149)
#CDC6A4
(205,198,164)
#D5CFB3
(213,207,179)
#DDD8C2
(221,216,194)
#E5E1D1
(229,225,209)
#EDEAE0
(237,234,224)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A59959 color. Also use rgb(165,153,89) instead hex code.

Text Font Color

.myTextColor { color: #A59959; }

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

This text font color is #A59959.


Background Color

.myBgColor { background-color: #A59959; }

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

This div background color is #A59959.


Border color

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

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

This div border color is #A59959.


Opacity

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

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

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

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

This text has shadow with #A59959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59959 on black background.


Color preview on white background

This text has color #A59959 on white background.



Black color preview on #A59959 background

This text has black color on #A59959 background.


White color preview on #A59959 background

This text has white color on #A59959 background.