COLOR #A59663

HEX: #A59663 RGB: (165,150,99)

Color info

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

RGB color model

#A59663 color RGB value is (165,150,99).

RGB: (165,150,99) (65%, 59%, 39%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 99 of 255 = 39%

165
150
99

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 99 = 414 (100%)
R 165 of 414 ~ 39.86%
G 150 of 414 ~ 36.23%
B 99 of 414 ~ 23.91'%

%39.86
%36.23
%23.91

CMYK color model

#A59663 color CMYK value is (0,9,40,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 40.00%
  • key color value is 35.29%
CMYK: (0,9,40,35) C0M9Y40K35 (0%,9%,40%,35%) (0.00/0.09/0.40/0.35) 

CMYK percentages

%0
%9.09
%40
%35.29

Codes

Color #A59663 in popluar color models

A5 96 63
RGB 165 150 99
HSL 46° 26.83% 51.76%
HSB/HSV 46° 40.00% 64.71%
CMYK 0.00% 9.09% 40.00%
35.29%

Color #A59663 in popluar number systems.

HEX A5 96 63
Decimal 165 150 99
Binary 10100101 10010110 1100011
Octal 245 226 143

Shades and tints

Shades of #A59663

#A59663
(165,150,99)
#96895A
(150,137,90)
#877C51
(135,124,81)
#786F48
(120,111,72)
#69623F
(105,98,63)
#5A5536
(90,85,54)
#4B482D
(75,72,45)
#3C3B24
(60,59,36)
#2D2E1B
(45,46,27)
#1E2112
(30,33,18)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #A59663

#A59663
(165,150,99)
#AD9F71
(173,159,113)
#B5A87F
(181,168,127)
#BDB18D
(189,177,141)
#C5BA9B
(197,186,155)
#CDC3A9
(205,195,169)
#D5CCB7
(213,204,183)
#DDD5C5
(221,213,197)
#E5DED3
(229,222,211)
#EDE7E1
(237,231,225)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59663; }

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

This text font color is #A59663.

Background Color

.myBgColor { background-color: #A59663; }

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

This div background color is #A59663.

Border color

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

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

This div border color is #A59663.

Opacity

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

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

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

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

This text has shadow with #A59663 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59663.

Preview

Color preview on black background

This text has color #A59663 on black background.


Color preview on white background

This text has color #A59663 on white background.


Black color preview on #A59663 background

This text has black color on #A59663 background.


White color preview on #A59663 background

This text has white color on #A59663 background.


Related colors

Complementary color

Complementary color for #hex is #5A699C.


I love getcolorcode.com

Triadic colors

1 #63A596 and #9663A5 with #A59663 are triadic colors.

2 #6396A5 and #96A563 with #A59663 are triadic colors.