COLOR #A59295

HEX: #A59295
RGB: (165,146,149)

Color info

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

RGB color model

#A59295 color RGB value is (165,146,149).

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

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 149 of 255 = 58%

165
146
149

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

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 149 = 460 (100%)
R 165 of 460 ~ 35.87%
G 146 of 460 ~ 31.74%
B 149 of 460 ~ 32.39%

%35.87
%31.74
%32.39

CMYK color model

#A59295 color CMYK value is (0,12,10,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 9.70%
  • key color value is 35.29%
CMYK:
(0,12,10,35)
C0M12Y10K35 
(0%,12%,10%,35%)
(0.00/0.12/0.10/0.35)	

CMYK percentages

%0
%11.52
%9.7
%35.29

Codes

Color #A59295 in popluar color models

A59295
RGB165146149
HSL351°9.55%60.98%
HSB/HSV351°11.52%64.71%
CMYK0.00%11.52%9.70%
35.29%

Color #A59295 in popluar number systems.

HEXA59295
Decimal165146149
Binary101001011001001010010101
Octal245222225

Shades and tints

Shades of #A59295

#A59295
(165,146,149)
#968588
(150,133,136)
#87787B
(135,120,123)
#786B6E
(120,107,110)
#695E61
(105,94,97)
#5A5154
(90,81,84)
#4B4447
(75,68,71)
#3C373A
(60,55,58)
#2D2A2D
(45,42,45)
#1E1D20
(30,29,32)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #A59295

#A59295
(165,146,149)
#AD9B9E
(173,155,158)
#B5A4A7
(181,164,167)
#BDADB0
(189,173,176)
#C5B6B9
(197,182,185)
#CDBFC2
(205,191,194)
#D5C8CB
(213,200,203)
#DDD1D4
(221,209,212)
#E5DADD
(229,218,221)
#EDE3E6
(237,227,230)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59295; }

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

This text font color is #A59295.


Background Color

.myBgColor { background-color: #A59295; }

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

This div background color is #A59295.


Border color

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

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

This div border color is #A59295.


Opacity

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

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

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

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

This text has shadow with #A59295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59295 on black background.


Color preview on white background

This text has color #A59295 on white background.



Black color preview on #A59295 background

This text has black color on #A59295 background.


White color preview on #A59295 background

This text has white color on #A59295 background.