COLOR #A59C7D

HEX: #A59C7D
RGB: (165,156,125)

Color info

#A59C7D contains red, green and blue colors in about the same proportion. Web safe color of #A59C7D is #999966 (or #996).

RGB color model

#A59C7D color RGB value is (165,156,125).

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

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 125 of 255 = 49%

165
156
125

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 125 = 446 (100%)
R 165 of 446 ~ 37%
G 156 of 446 ~ 34.98%
B 125 of 446 ~ 28.03%

%37
%34.98
%28.03

CMYK color model

#A59C7D color CMYK value is (0,5,24,35).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK:
(0,5,24,35)
C0M5Y24K35 
(0%,5%,24%,35%)
(0.00/0.05/0.24/0.35)	

CMYK percentages

%0
%5.45
%24.24
%35.29

Codes

Color #A59C7D in popluar color models

A59C7D
RGB165156125
HSL47°18.18%56.86%
HSB/HSV47°24.24%64.71%
CMYK0.00%5.45%24.24%
35.29%

Color #A59C7D in popluar number systems.

HEXA59C7D
Decimal165156125
Binary10100101100111001111101
Octal245234175

Shades and tints

Shades of #A59C7D

#A59C7D
(165,156,125)
#968E72
(150,142,114)
#878067
(135,128,103)
#78725C
(120,114,92)
#696451
(105,100,81)
#5A5646
(90,86,70)
#4B483B
(75,72,59)
#3C3A30
(60,58,48)
#2D2C25
(45,44,37)
#1E1E1A
(30,30,26)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A59C7D

#A59C7D
(165,156,125)
#ADA588
(173,165,136)
#B5AE93
(181,174,147)
#BDB79E
(189,183,158)
#C5C0A9
(197,192,169)
#CDC9B4
(205,201,180)
#D5D2BF
(213,210,191)
#DDDBCA
(221,219,202)
#E5E4D5
(229,228,213)
#EDEDE0
(237,237,224)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C7D; }

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

This text font color is #A59C7D.


Background Color

.myBgColor { background-color: #A59C7D; }

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

This div background color is #A59C7D.


Border color

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

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

This div border color is #A59C7D.


Opacity

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

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

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

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

This text has shadow with #A59C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59C7D on black background.


Color preview on white background

This text has color #A59C7D on white background.



Black color preview on #A59C7D background

This text has black color on #A59C7D background.


White color preview on #A59C7D background

This text has white color on #A59C7D background.