COLOR #A59E84

HEX: #A59E84
RGB: (165,158,132)

Color info

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

RGB color model

#A59E84 color RGB value is (165,158,132).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 132 of 255 = 52%

165
158
132

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

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 132 = 455 (100%)
R 165 of 455 ~ 36.26%
G 158 of 455 ~ 34.73%
B 132 of 455 ~ 29.01%

%36.26
%34.73
%29.01

CMYK color model

#A59E84 color CMYK value is (0,4,20,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 20.00%
  • key color value is 35.29%
CMYK:
(0,4,20,35)
C0M4Y20K35 
(0%,4%,20%,35%)
(0.00/0.04/0.20/0.35)	

CMYK percentages

%0
%4.24
%20
%35.29

Codes

Color #A59E84 in popluar color models

A59E84
RGB165158132
HSL47°15.49%58.24%
HSB/HSV47°20.00%64.71%
CMYK0.00%4.24%20.00%
35.29%

Color #A59E84 in popluar number systems.

HEXA59E84
Decimal165158132
Binary101001011001111010000100
Octal245236204

Shades and tints

Shades of #A59E84

#A59E84
(165,158,132)
#969078
(150,144,120)
#87826C
(135,130,108)
#787460
(120,116,96)
#696654
(105,102,84)
#5A5848
(90,88,72)
#4B4A3C
(75,74,60)
#3C3C30
(60,60,48)
#2D2E24
(45,46,36)
#1E2018
(30,32,24)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #A59E84

#A59E84
(165,158,132)
#ADA68F
(173,166,143)
#B5AE9A
(181,174,154)
#BDB6A5
(189,182,165)
#C5BEB0
(197,190,176)
#CDC6BB
(205,198,187)
#D5CEC6
(213,206,198)
#DDD6D1
(221,214,209)
#E5DEDC
(229,222,220)
#EDE6E7
(237,230,231)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59E84; }

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

This text font color is #A59E84.


Background Color

.myBgColor { background-color: #A59E84; }

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

This div background color is #A59E84.


Border color

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

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

This div border color is #A59E84.


Opacity

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

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

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

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

This text has shadow with #A59E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E84 on black background.


Color preview on white background

This text has color #A59E84 on white background.



Black color preview on #A59E84 background

This text has black color on #A59E84 background.


White color preview on #A59E84 background

This text has white color on #A59E84 background.