COLOR #A59865

HEX: #A59865 RGB: (165,152,101)

Color info

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

RGB color model

#A59865 color RGB value is (165,152,101).

RGB: (165,152,101) (65%, 60%, 40%)

RGB channels and saturation

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

165
152
101

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

Portions of RGB colors in percentages

R + G + B = 165 + 152 + 101 = 418 (100%)
R 165 of 418 ~ 39.47%
G 152 of 418 ~ 36.36%
B 101 of 418 ~ 24.16'%

%39.47
%36.36
%24.16

CMYK color model

#A59865 color CMYK value is (0,8,39,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 38.79%
  • key color value is 35.29%

CMYK: (0,8,39,35)
C0M8Y39K35 (0%, 8%, 39%, 35%)
(0.00 / 0.08 / 0.39 / 0.35)

CMYK percentages

%0
%7.88
%38.79
%35.29

Codes

Color #A59865 in popluar color models

A5 98 65
RGB 165 152 101
HSL 48° 26.23% 52.16%
HSB/HSV 48° 38.79% 64.71%
CMYK 0.00% 7.88% 38.79%
35.29%

Color #A59865 in popluar number systems.

HEX A5 98 65
Decimal 165 152 101
Binary 10100101 10011000 1100101
Octal 245 230 145

Shades and tints

Shades of #A59865

#A59865
(165,152,101)
#968B5C
(150,139,92)
#877E53
(135,126,83)
#78714A
(120,113,74)
#696441
(105,100,65)
#5A5738
(90,87,56)
#4B4A2F
(75,74,47)
#3C3D26
(60,61,38)
#2D301D
(45,48,29)
#1E2314
(30,35,20)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #A59865

#A59865
(165,152,101)
#ADA173
(173,161,115)
#B5AA81
(181,170,129)
#BDB38F
(189,179,143)
#C5BC9D
(197,188,157)
#CDC5AB
(205,197,171)
#D5CEB9
(213,206,185)
#DDD7C7
(221,215,199)
#E5E0D5
(229,224,213)
#EDE9E3
(237,233,227)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59865; }

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

This text font color is #A59865.

Background Color

.myBgColor { background-color: #A59865; }

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

This div background color is #A59865.

Border color

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

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

This div border color is #A59865.

Opacity

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

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

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

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

This text has shadow with #A59865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59865.

Preview

Color preview on black background

This text has color #A59865 on black background.


Color preview on white background

This text has color #A59865 on white background.


Black color preview on #A59865 background

This text has black color on #A59865 background.


White color preview on #A59865 background

This text has white color on #A59865 background.


Related colors

Complementary color

Complementary color for #hex is #5A679A.


I love getcolorcode.com

Triadic colors

1 #65A598 and #9865A5 with #A59865 are triadic colors.

2 #6598A5 and #98A565 with #A59865 are triadic colors.