COLOR #A59961

HEX: #A59961
RGB: (165,153,97)

Color info

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

RGB color model

#A59961 color RGB value is (165,153,97).

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

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 97 of 255 = 38%

165
153
97

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 97 = 415 (100%)
R 165 of 415 ~ 39.76%
G 153 of 415 ~ 36.87%
B 97 of 415 ~ 23.37%

%39.76
%36.87
%23.37

CMYK color model

#A59961 color CMYK value is (0,7,41,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 41.21%
  • key color value is 35.29%
CMYK:
(0,7,41,35)
C0M7Y41K35 
(0%,7%,41%,35%)
(0.00/0.07/0.41/0.35)	

CMYK percentages

%0
%7.27
%41.21
%35.29

Codes

Color #A59961 in popluar color models

A59961
RGB16515397
HSL49°27.42%51.37%
HSB/HSV49°41.21%64.71%
CMYK0.00%7.27%41.21%
35.29%

Color #A59961 in popluar number systems.

HEXA59961
Decimal16515397
Binary10100101100110011100001
Octal245231141

Shades and tints

Shades of #A59961

#A59961
(165,153,97)
#968C59
(150,140,89)
#877F51
(135,127,81)
#787249
(120,114,73)
#696541
(105,101,65)
#5A5839
(90,88,57)
#4B4B31
(75,75,49)
#3C3E29
(60,62,41)
#2D3121
(45,49,33)
#1E2419
(30,36,25)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A59961

#A59961
(165,153,97)
#ADA26F
(173,162,111)
#B5AB7D
(181,171,125)
#BDB48B
(189,180,139)
#C5BD99
(197,189,153)
#CDC6A7
(205,198,167)
#D5CFB5
(213,207,181)
#DDD8C3
(221,216,195)
#E5E1D1
(229,225,209)
#EDEADF
(237,234,223)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59961; }

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

This text font color is #A59961.


Background Color

.myBgColor { background-color: #A59961; }

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

This div background color is #A59961.


Border color

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

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

This div border color is #A59961.


Opacity

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

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

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

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

This text has shadow with #A59961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59961 on black background.


Color preview on white background

This text has color #A59961 on white background.



Black color preview on #A59961 background

This text has black color on #A59961 background.


White color preview on #A59961 background

This text has white color on #A59961 background.