COLOR #A59965

HEX: #A59965
RGB: (165,153,101)

Color info

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

RGB color model

#A59965 color RGB value is (165,153,101).

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

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 101 of 255 = 40%

165
153
101

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 101 = 419 (100%)
R 165 of 419 ~ 39.38%
G 153 of 419 ~ 36.52%
B 101 of 419 ~ 24.11%

%39.38
%36.52
%24.11

CMYK color model

#A59965 color CMYK value is (0,7,39,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 38.79%
  • key color value is 35.29%
CMYK:
(0,7,39,35)
C0M7Y39K35 
(0%,7%,39%,35%)
(0.00/0.07/0.39/0.35)	

CMYK percentages

%0
%7.27
%38.79
%35.29

Codes

Color #A59965 in popluar color models

A59965
RGB165153101
HSL49°26.23%52.16%
HSB/HSV49°38.79%64.71%
CMYK0.00%7.27%38.79%
35.29%

Color #A59965 in popluar number systems.

HEXA59965
Decimal165153101
Binary10100101100110011100101
Octal245231145

Shades and tints

Shades of #A59965

#A59965
(165,153,101)
#968C5C
(150,140,92)
#877F53
(135,127,83)
#78724A
(120,114,74)
#696541
(105,101,65)
#5A5838
(90,88,56)
#4B4B2F
(75,75,47)
#3C3E26
(60,62,38)
#2D311D
(45,49,29)
#1E2414
(30,36,20)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #A59965

#A59965
(165,153,101)
#ADA273
(173,162,115)
#B5AB81
(181,171,129)
#BDB48F
(189,180,143)
#C5BD9D
(197,189,157)
#CDC6AB
(205,198,171)
#D5CFB9
(213,207,185)
#DDD8C7
(221,216,199)
#E5E1D5
(229,225,213)
#EDEAE3
(237,234,227)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59965; }

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

This text font color is #A59965.


Background Color

.myBgColor { background-color: #A59965; }

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

This div background color is #A59965.


Border color

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

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

This div border color is #A59965.


Opacity

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

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

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

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

This text has shadow with #A59965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59965 on black background.


Color preview on white background

This text has color #A59965 on white background.



Black color preview on #A59965 background

This text has black color on #A59965 background.


White color preview on #A59965 background

This text has white color on #A59965 background.