COLOR #A59590

HEX: #A59590
RGB: (165,149,144)

Color info

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

RGB color model

#A59590 color RGB value is (165,149,144).

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

RGB channels and saturation

R 165 of 255 = 65%
G 149 of 255 = 58%
B 144 of 255 = 56%

165
149
144

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

Portions of RGB colors in percentages

R + G + B =
165 + 149 + 144 = 458 (100%)
R 165 of 458 ~ 36.03%
G 149 of 458 ~ 32.53%
B 144 of 458 ~ 31.44%

%36.03
%32.53
%31.44

CMYK color model

#A59590 color CMYK value is (0,10,13,35).

  • cyan value is 0.00%
  • magenta value is 9.70%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(0,10,13,35)
C0M10Y13K35 
(0%,10%,13%,35%)
(0.00/0.10/0.13/0.35)	

CMYK percentages

%0
%9.7
%12.73
%35.29

Codes

Color #A59590 in popluar color models

A59590
RGB165149144
HSL14°10.45%60.59%
HSB/HSV14°12.73%64.71%
CMYK0.00%9.70%12.73%
35.29%

Color #A59590 in popluar number systems.

HEXA59590
Decimal165149144
Binary101001011001010110010000
Octal245225220

Shades and tints

Shades of #A59590

#A59590
(165,149,144)
#968883
(150,136,131)
#877B76
(135,123,118)
#786E69
(120,110,105)
#69615C
(105,97,92)
#5A544F
(90,84,79)
#4B4742
(75,71,66)
#3C3A35
(60,58,53)
#2D2D28
(45,45,40)
#1E201B
(30,32,27)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #A59590

#A59590
(165,149,144)
#AD9E9A
(173,158,154)
#B5A7A4
(181,167,164)
#BDB0AE
(189,176,174)
#C5B9B8
(197,185,184)
#CDC2C2
(205,194,194)
#D5CBCC
(213,203,204)
#DDD4D6
(221,212,214)
#E5DDE0
(229,221,224)
#EDE6EA
(237,230,234)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59590; }

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

This text font color is #A59590.


Background Color

.myBgColor { background-color: #A59590; }

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

This div background color is #A59590.


Border color

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

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

This div border color is #A59590.


Opacity

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

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

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

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

This text has shadow with #A59590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59590 on black background.


Color preview on white background

This text has color #A59590 on white background.



Black color preview on #A59590 background

This text has black color on #A59590 background.


White color preview on #A59590 background

This text has white color on #A59590 background.