COLOR #A59684

HEX: #A59684 RGB: (165,150,132)

Color info

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

RGB color model

#A59684 color RGB value is (165,150,132).

RGB: (165,150,132) (65%, 59%, 52%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 132 of 255 = 52%

165
150
132

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 132 = 447 (100%)
R 165 of 447 ~ 36.91%
G 150 of 447 ~ 33.56%
B 132 of 447 ~ 29.53'%

%36.91
%33.56
%29.53

CMYK color model

#A59684 color CMYK value is (0,9,20,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 20.00%
  • key color value is 35.29%

CMYK: (0,9,20,35)
C0M9Y20K35 (0%, 9%, 20%, 35%)
(0.00 / 0.09 / 0.20 / 0.35)

CMYK percentages

%0
%9.09
%20
%35.29

Codes

Color #A59684 in popluar color models

A5 96 84
RGB 165 150 132
HSL 33° 15.49% 58.24%
HSB/HSV 33° 20.00% 64.71%
CMYK 0.00% 9.09% 20.00%
35.29%

Color #A59684 in popluar number systems.

HEX A5 96 84
Decimal 165 150 132
Binary 10100101 10010110 10000100
Octal 245 226 204

Shades and tints

Shades of #A59684

#A59684
(165,150,132)
#968978
(150,137,120)
#877C6C
(135,124,108)
#786F60
(120,111,96)
#696254
(105,98,84)
#5A5548
(90,85,72)
#4B483C
(75,72,60)
#3C3B30
(60,59,48)
#2D2E24
(45,46,36)
#1E2118
(30,33,24)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #A59684

#A59684
(165,150,132)
#AD9F8F
(173,159,143)
#B5A89A
(181,168,154)
#BDB1A5
(189,177,165)
#C5BAB0
(197,186,176)
#CDC3BB
(205,195,187)
#D5CCC6
(213,204,198)
#DDD5D1
(221,213,209)
#E5DEDC
(229,222,220)
#EDE7E7
(237,231,231)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59684; }

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

This text font color is #A59684.

Background Color

.myBgColor { background-color: #A59684; }

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

This div background color is #A59684.

Border color

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

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

This div border color is #A59684.

Opacity

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

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

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

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

This text has shadow with #A59684 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A59684.

Preview

Color preview on black background

This text has color #A59684 on black background.


Color preview on white background

This text has color #A59684 on white background.


Black color preview on #A59684 background

This text has black color on #A59684 background.


White color preview on #A59684 background

This text has white color on #A59684 background.


Related colors

Complementary color

Complementary color for #hex is #5A697B.


I love getcolorcode.com

Triadic colors

1 #84A596 and #9684A5 with #A59684 are triadic colors.

2 #8496A5 and #96A584 with #A59684 are triadic colors.