COLOR #A59E95

HEX: #A59E95
RGB: (165,158,149)

Color info

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

RGB color model

#A59E95 color RGB value is (165,158,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 149 of 255 = 58%

165
158
149

R + G + B ~ 62%. #A59E95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 149 = 472 (100%)
R 165 of 472 ~ 34.96%
G 158 of 472 ~ 33.47%
B 149 of 472 ~ 31.57%

%34.96
%33.47
%31.57

CMYK color model

#A59E95 color CMYK value is (0,4,10,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(0,4,10,35)
C0M4Y10K35 
(0%,4%,10%,35%)
(0.00/0.04/0.10/0.35)	

CMYK percentages

%0
%4.24
%9.7
%35.29

Codes

Color #A59E95 in popluar color models

A59E95
RGB165158149
HSL34°8.16%61.57%
HSB/HSV34°9.70%64.71%
CMYK0.00%4.24%9.70%
35.29%

Color #A59E95 in popluar number systems.

HEXA59E95
Decimal165158149
Binary101001011001111010010101
Octal245236225

Shades and tints

Shades of #A59E95

#A59E95
(165,158,149)
#969088
(150,144,136)
#87827B
(135,130,123)
#78746E
(120,116,110)
#696661
(105,102,97)
#5A5854
(90,88,84)
#4B4A47
(75,74,71)
#3C3C3A
(60,60,58)
#2D2E2D
(45,46,45)
#1E2020
(30,32,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A59E95

#A59E95
(165,158,149)
#ADA69E
(173,166,158)
#B5AEA7
(181,174,167)
#BDB6B0
(189,182,176)
#C5BEB9
(197,190,185)
#CDC6C2
(205,198,194)
#D5CECB
(213,206,203)
#DDD6D4
(221,214,212)
#E5DEDD
(229,222,221)
#EDE6E6
(237,230,230)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59E95; }

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

This text font color is #A59E95.


Background Color

.myBgColor { background-color: #A59E95; }

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

This div background color is #A59E95.


Border color

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

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

This div border color is #A59E95.


Opacity

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

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

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

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

This text has shadow with #A59E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E95 on black background.


Color preview on white background

This text has color #A59E95 on white background.



Black color preview on #A59E95 background

This text has black color on #A59E95 background.


White color preview on #A59E95 background

This text has white color on #A59E95 background.