COLOR #A59681

HEX: #A59681 RGB: (165,150,129)

Color info

#A59681 contains red, green and blue colors in about the same proportion. Web safe color of #A59681 is #999999 (or #999).

RGB color model

#A59681 color RGB value is (165,150,129).

RGB: (165,150,129) (65%, 59%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 129 of 255 = 51%

165
150
129

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 129 = 444 (100%)
R 165 of 444 ~ 37.16%
G 150 of 444 ~ 33.78%
B 129 of 444 ~ 29.05'%

%37.16
%33.78
%29.05

CMYK color model

#A59681 color CMYK value is (0,9,22,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK: (0,9,22,35) C0M9Y22K35 (0%,9%,22%,35%) (0.00/0.09/0.22/0.35) 

CMYK percentages

%0
%9.09
%21.82
%35.29

Codes

Color #A59681 in popluar color models

A5 96 81
RGB 165 150 129
HSL 35° 16.67% 57.65%
HSB/HSV 35° 21.82% 64.71%
CMYK 0.00% 9.09% 21.82%
35.29%

Color #A59681 in popluar number systems.

HEX A5 96 81
Decimal 165 150 129
Binary 10100101 10010110 10000001
Octal 245 226 201

Shades and tints

Shades of #A59681

#A59681
(165,150,129)
#968976
(150,137,118)
#877C6B
(135,124,107)
#786F60
(120,111,96)
#696255
(105,98,85)
#5A554A
(90,85,74)
#4B483F
(75,72,63)
#3C3B34
(60,59,52)
#2D2E29
(45,46,41)
#1E211E
(30,33,30)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A59681

#A59681
(165,150,129)
#AD9F8C
(173,159,140)
#B5A897
(181,168,151)
#BDB1A2
(189,177,162)
#C5BAAD
(197,186,173)
#CDC3B8
(205,195,184)
#D5CCC3
(213,204,195)
#DDD5CE
(221,213,206)
#E5DED9
(229,222,217)
#EDE7E4
(237,231,228)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59681; }

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

This text font color is #A59681.

Background Color

.myBgColor { background-color: #A59681; }

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

This div background color is #A59681.

Border color

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

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

This div border color is #A59681.

Opacity

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

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

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

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

This text has shadow with #A59681 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59681.

Preview

Color preview on black background

This text has color #A59681 on black background.


Color preview on white background

This text has color #A59681 on white background.


Black color preview on #A59681 background

This text has black color on #A59681 background.


White color preview on #A59681 background

This text has white color on #A59681 background.


Related colors

Complementary color

Complementary color for #hex is #5A697E.


I love getcolorcode.com

Triadic colors

1 #81A596 and #9681A5 with #A59681 are triadic colors.

2 #8196A5 and #96A581 with #A59681 are triadic colors.