COLOR #A59E8E

HEX: #A59E8E
RGB: (165,158,142)

Color info

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

RGB color model

#A59E8E color RGB value is (165,158,142).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 142 of 255 = 56%

165
158
142

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

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 142 = 465 (100%)
R 165 of 465 ~ 35.48%
G 158 of 465 ~ 33.98%
B 142 of 465 ~ 30.54%

%35.48
%33.98
%30.54

CMYK color model

#A59E8E color CMYK value is (0,4,14,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(0,4,14,35)
C0M4Y14K35 
(0%,4%,14%,35%)
(0.00/0.04/0.14/0.35)	

CMYK percentages

%0
%4.24
%13.94
%35.29

Codes

Color #A59E8E in popluar color models

A59E8E
RGB165158142
HSL42°11.33%60.20%
HSB/HSV42°13.94%64.71%
CMYK0.00%4.24%13.94%
35.29%

Color #A59E8E in popluar number systems.

HEXA59E8E
Decimal165158142
Binary101001011001111010001110
Octal245236216

Shades and tints

Shades of #A59E8E

#A59E8E
(165,158,142)
#969082
(150,144,130)
#878276
(135,130,118)
#78746A
(120,116,106)
#69665E
(105,102,94)
#5A5852
(90,88,82)
#4B4A46
(75,74,70)
#3C3C3A
(60,60,58)
#2D2E2E
(45,46,46)
#1E2022
(30,32,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A59E8E

#A59E8E
(165,158,142)
#ADA698
(173,166,152)
#B5AEA2
(181,174,162)
#BDB6AC
(189,182,172)
#C5BEB6
(197,190,182)
#CDC6C0
(205,198,192)
#D5CECA
(213,206,202)
#DDD6D4
(221,214,212)
#E5DEDE
(229,222,222)
#EDE6E8
(237,230,232)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59E8E; }

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

This text font color is #A59E8E.


Background Color

.myBgColor { background-color: #A59E8E; }

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

This div background color is #A59E8E.


Border color

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

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

This div border color is #A59E8E.


Opacity

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

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

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

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

This text has shadow with #A59E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E8E on black background.


Color preview on white background

This text has color #A59E8E on white background.



Black color preview on #A59E8E background

This text has black color on #A59E8E background.


White color preview on #A59E8E background

This text has white color on #A59E8E background.