COLOR #A59963

HEX: #A59963
RGB: (165,153,99)

Color info

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

RGB color model

#A59963 color RGB value is (165,153,99).

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

RGB channels and saturation

R 165 of 255 = 65%
G 153 of 255 = 60%
B 99 of 255 = 39%

165
153
99

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

Portions of RGB colors in percentages

R + G + B =
165 + 153 + 99 = 417 (100%)
R 165 of 417 ~ 39.57%
G 153 of 417 ~ 36.69%
B 99 of 417 ~ 23.74%

%39.57
%36.69
%23.74

CMYK color model

#A59963 color CMYK value is (0,7,40,35).

  • cyan value is 0.00%
  • magenta value is 7.27%
  • yellow value is 40.00%
  • key color value is 35.29%
CMYK:
(0,7,40,35)
C0M7Y40K35 
(0%,7%,40%,35%)
(0.00/0.07/0.40/0.35)	

CMYK percentages

%0
%7.27
%40
%35.29

Codes

Color #A59963 in popluar color models

A59963
RGB16515399
HSL49°26.83%51.76%
HSB/HSV49°40.00%64.71%
CMYK0.00%7.27%40.00%
35.29%

Color #A59963 in popluar number systems.

HEXA59963
Decimal16515399
Binary10100101100110011100011
Octal245231143

Shades and tints

Shades of #A59963

#A59963
(165,153,99)
#968C5A
(150,140,90)
#877F51
(135,127,81)
#787248
(120,114,72)
#69653F
(105,101,63)
#5A5836
(90,88,54)
#4B4B2D
(75,75,45)
#3C3E24
(60,62,36)
#2D311B
(45,49,27)
#1E2412
(30,36,18)
#0F1709
(15,23,9)
#000000
(0,0,0)

Tints of #A59963

#A59963
(165,153,99)
#ADA271
(173,162,113)
#B5AB7F
(181,171,127)
#BDB48D
(189,180,141)
#C5BD9B
(197,189,155)
#CDC6A9
(205,198,169)
#D5CFB7
(213,207,183)
#DDD8C5
(221,216,197)
#E5E1D3
(229,225,211)
#EDEAE1
(237,234,225)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59963; }

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

This text font color is #A59963.


Background Color

.myBgColor { background-color: #A59963; }

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

This div background color is #A59963.


Border color

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

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

This div border color is #A59963.


Opacity

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

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

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

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

This text has shadow with #A59963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59963 on black background.


Color preview on white background

This text has color #A59963 on white background.



Black color preview on #A59963 background

This text has black color on #A59963 background.


White color preview on #A59963 background

This text has white color on #A59963 background.