COLOR #A59C81

HEX: #A59C81
RGB: (165,156,129)

Color info

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

RGB color model

#A59C81 color RGB value is (165,156,129).

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

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 129 of 255 = 51%

165
156
129

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 129 = 450 (100%)
R 165 of 450 ~ 36.67%
G 156 of 450 ~ 34.67%
B 129 of 450 ~ 28.67%

%36.67
%34.67
%28.67

CMYK color model

#A59C81 color CMYK value is (0,5,22,35).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 21.82%
  • key color value is 35.29%
CMYK:
(0,5,22,35)
C0M5Y22K35 
(0%,5%,22%,35%)
(0.00/0.05/0.22/0.35)	

CMYK percentages

%0
%5.45
%21.82
%35.29

Codes

Color #A59C81 in popluar color models

A59C81
RGB165156129
HSL45°16.67%57.65%
HSB/HSV45°21.82%64.71%
CMYK0.00%5.45%21.82%
35.29%

Color #A59C81 in popluar number systems.

HEXA59C81
Decimal165156129
Binary101001011001110010000001
Octal245234201

Shades and tints

Shades of #A59C81

#A59C81
(165,156,129)
#968E76
(150,142,118)
#87806B
(135,128,107)
#787260
(120,114,96)
#696455
(105,100,85)
#5A564A
(90,86,74)
#4B483F
(75,72,63)
#3C3A34
(60,58,52)
#2D2C29
(45,44,41)
#1E1E1E
(30,30,30)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A59C81

#A59C81
(165,156,129)
#ADA58C
(173,165,140)
#B5AE97
(181,174,151)
#BDB7A2
(189,183,162)
#C5C0AD
(197,192,173)
#CDC9B8
(205,201,184)
#D5D2C3
(213,210,195)
#DDDBCE
(221,219,206)
#E5E4D9
(229,228,217)
#EDEDE4
(237,237,228)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C81; }

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

This text font color is #A59C81.


Background Color

.myBgColor { background-color: #A59C81; }

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

This div background color is #A59C81.


Border color

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

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

This div border color is #A59C81.


Opacity

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

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

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

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

This text has shadow with #A59C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59C81 on black background.


Color preview on white background

This text has color #A59C81 on white background.



Black color preview on #A59C81 background

This text has black color on #A59C81 background.


White color preview on #A59C81 background

This text has white color on #A59C81 background.