COLOR #A59C8A

HEX: #A59C8A
RGB: (165,156,138)

Color info

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

RGB color model

#A59C8A color RGB value is (165,156,138).

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

RGB channels and saturation

R 165 of 255 = 65%
G 156 of 255 = 61%
B 138 of 255 = 54%

165
156
138

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

Portions of RGB colors in percentages

R + G + B =
165 + 156 + 138 = 459 (100%)
R 165 of 459 ~ 35.95%
G 156 of 459 ~ 33.99%
B 138 of 459 ~ 30.07%

%35.95
%33.99
%30.07

CMYK color model

#A59C8A color CMYK value is (0,5,16,35).

  • cyan value is 0.00%
  • magenta value is 5.45%
  • yellow value is 16.36%
  • key color value is 35.29%
CMYK:
(0,5,16,35)
C0M5Y16K35 
(0%,5%,16%,35%)
(0.00/0.05/0.16/0.35)	

CMYK percentages

%0
%5.45
%16.36
%35.29

Codes

Color #A59C8A in popluar color models

A59C8A
RGB165156138
HSL40°13.04%59.41%
HSB/HSV40°16.36%64.71%
CMYK0.00%5.45%16.36%
35.29%

Color #A59C8A in popluar number systems.

HEXA59C8A
Decimal165156138
Binary101001011001110010001010
Octal245234212

Shades and tints

Shades of #A59C8A

#A59C8A
(165,156,138)
#968E7E
(150,142,126)
#878072
(135,128,114)
#787266
(120,114,102)
#69645A
(105,100,90)
#5A564E
(90,86,78)
#4B4842
(75,72,66)
#3C3A36
(60,58,54)
#2D2C2A
(45,44,42)
#1E1E1E
(30,30,30)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #A59C8A

#A59C8A
(165,156,138)
#ADA594
(173,165,148)
#B5AE9E
(181,174,158)
#BDB7A8
(189,183,168)
#C5C0B2
(197,192,178)
#CDC9BC
(205,201,188)
#D5D2C6
(213,210,198)
#DDDBD0
(221,219,208)
#E5E4DA
(229,228,218)
#EDEDE4
(237,237,228)
#F5F6EE
(245,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59C8A; }

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

This text font color is #A59C8A.


Background Color

.myBgColor { background-color: #A59C8A; }

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

This div background color is #A59C8A.


Border color

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

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

This div border color is #A59C8A.


Opacity

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

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

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

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

This text has shadow with #A59C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59C8A on black background.


Color preview on white background

This text has color #A59C8A on white background.



Black color preview on #A59C8A background

This text has black color on #A59C8A background.


White color preview on #A59C8A background

This text has white color on #A59C8A background.