COLOR #A59E96

HEX: #A59E96
RGB: (165,158,150)

Color info

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

RGB color model

#A59E96 color RGB value is (165,158,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 158 of 255 = 62%
B 150 of 255 = 59%

165
158
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 158 + 150 = 473 (100%)
R 165 of 473 ~ 34.88%
G 158 of 473 ~ 33.4%
B 150 of 473 ~ 31.71%

%34.88
%33.4
%31.71

CMYK color model

#A59E96 color CMYK value is (0,4,9,35).

  • cyan value is 0.00%
  • magenta value is 4.24%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,4,9,35)
C0M4Y9K35 
(0%,4%,9%,35%)
(0.00/0.04/0.09/0.35)	

CMYK percentages

%0
%4.24
%9.09
%35.29

Codes

Color #A59E96 in popluar color models

A59E96
RGB165158150
HSL32°7.69%61.76%
HSB/HSV32°9.09%64.71%
CMYK0.00%4.24%9.09%
35.29%

Color #A59E96 in popluar number systems.

HEXA59E96
Decimal165158150
Binary101001011001111010010110
Octal245236226

Shades and tints

Shades of #A59E96

#A59E96
(165,158,150)
#969089
(150,144,137)
#87827C
(135,130,124)
#78746F
(120,116,111)
#696662
(105,102,98)
#5A5855
(90,88,85)
#4B4A48
(75,74,72)
#3C3C3B
(60,60,59)
#2D2E2E
(45,46,46)
#1E2021
(30,32,33)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A59E96

#A59E96
(165,158,150)
#ADA69F
(173,166,159)
#B5AEA8
(181,174,168)
#BDB6B1
(189,182,177)
#C5BEBA
(197,190,186)
#CDC6C3
(205,198,195)
#D5CECC
(213,206,204)
#DDD6D5
(221,214,213)
#E5DEDE
(229,222,222)
#EDE6E7
(237,230,231)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59E96; }

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

This text font color is #A59E96.


Background Color

.myBgColor { background-color: #A59E96; }

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

This div background color is #A59E96.


Border color

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

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

This div border color is #A59E96.


Opacity

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

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

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

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

This text has shadow with #A59E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59E96 on black background.


Color preview on white background

This text has color #A59E96 on white background.



Black color preview on #A59E96 background

This text has black color on #A59E96 background.


White color preview on #A59E96 background

This text has white color on #A59E96 background.