COLOR #A59E8C

HEX: #A59E8C
RGB: (165,158,140)

Color info

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

RGB color model

#A59E8C color RGB value is (165,158,140).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 140 of 255 = 55%

165
158
140

R + G + B ~ 61%. #A59E8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 140 = 463 (100%)
R 165 of 463 ~ 35.64%
G 158 of 463 ~ 34.13%
B 140 of 463 ~ 30.24%

%35.64
%34.13
%30.24

CMYK color model

#A59E8C color CMYK value is (0,4,15,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 15.15%
  • key color value is 35.29%
CMYK:
(0,4,15,35)
C0M4Y15K35 
(0%,4%,15%,35%)
(0.00/0.04/0.15/0.35)	

CMYK percentages

%0
%4.24
%15.15
%35.29

Codes

Color #A59E8C in popluar color models

A59E8C
RGB165158140
HSL43°12.20%59.80%
HSB/HSV43°15.15%64.71%
CMYK0.00%4.24%15.15%
35.29%

Color #A59E8C in popluar number systems.

HEXA59E8C
Decimal165158140
Binary101001011001111010001100
Octal245236214

Shades and tints

Shades of #A59E8C

#A59E8C
(165,158,140)
#969080
(150,144,128)
#878274
(135,130,116)
#787468
(120,116,104)
#69665C
(105,102,92)
#5A5850
(90,88,80)
#4B4A44
(75,74,68)
#3C3C38
(60,60,56)
#2D2E2C
(45,46,44)
#1E2020
(30,32,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A59E8C

#A59E8C
(165,158,140)
#ADA696
(173,166,150)
#B5AEA0
(181,174,160)
#BDB6AA
(189,182,170)
#C5BEB4
(197,190,180)
#CDC6BE
(205,198,190)
#D5CEC8
(213,206,200)
#DDD6D2
(221,214,210)
#E5DEDC
(229,222,220)
#EDE6E6
(237,230,230)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59E8C; }

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

This text font color is #A59E8C.


Background Color

.myBgColor { background-color: #A59E8C; }

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

This div background color is #A59E8C.


Border color

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

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

This div border color is #A59E8C.


Opacity

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

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

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

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

This text has shadow with #A59E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E8C on black background.


Color preview on white background

This text has color #A59E8C on white background.



Black color preview on #A59E8C background

This text has black color on #A59E8C background.


White color preview on #A59E8C background

This text has white color on #A59E8C background.