COLOR #A59C84

HEX: #A59C84
RGB: (165,156,132)

Color info

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

RGB color model

#A59C84 color RGB value is (165,156,132).

  • red value is 165;
  • green value is 156;
  • blue value is 132.
RGB:
(165,156,132)
(65%,61%,52%)

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 132 of 255 = 52%

165
156
132

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 132 = 453 (100%)
R 165 of 453 ~ 36.42%
G 156 of 453 ~ 34.44%
B 132 of 453 ~ 29.14%

%36.42
%34.44
%29.14

CMYK color model

#A59C84 color CMYK value is (0,5,20,35).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(0,5,20,35)
C0M5Y20K35 
(0%,5%,20%,35%)
(0.00/0.05/0.20/0.35)	

CMYK percentages

%0
%5.45
%20
%35.29

Codes

Color #A59C84 in popluar color models

A59C84
RGB165156132
HSL44°15.49%58.24%
HSB/HSV44°20.00%64.71%
CMYK0.00%5.45%20.00%
35.29%

Color #A59C84 in popluar number systems.

HEXA59C84
Decimal165156132
Binary101001011001110010000100
Octal245234204

Shades and tints

Shades of #A59C84

#A59C84
(165,156,132)
#968E78
(150,142,120)
#87806C
(135,128,108)
#787260
(120,114,96)
#696454
(105,100,84)
#5A5648
(90,86,72)
#4B483C
(75,72,60)
#3C3A30
(60,58,48)
#2D2C24
(45,44,36)
#1E1E18
(30,30,24)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #A59C84

#A59C84
(165,156,132)
#ADA58F
(173,165,143)
#B5AE9A
(181,174,154)
#BDB7A5
(189,183,165)
#C5C0B0
(197,192,176)
#CDC9BB
(205,201,187)
#D5D2C6
(213,210,198)
#DDDBD1
(221,219,209)
#E5E4DC
(229,228,220)
#EDEDE7
(237,237,231)
#F5F6F2
(245,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C84; }

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

This text font color is #A59C84.


Background Color

.myBgColor { background-color: #A59C84; }

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

This div background color is #A59C84.


Border color

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

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

This div border color is #A59C84.


Opacity

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

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

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

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

This text has shadow with #A59C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59C84 on black background.


Color preview on white background

This text has color #A59C84 on white background.



Black color preview on #A59C84 background

This text has black color on #A59C84 background.


White color preview on #A59C84 background

This text has white color on #A59C84 background.