COLOR #A59296

HEX: #A59296
RGB: (165,146,150)

Color info

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

RGB color model

#A59296 color RGB value is (165,146,150).

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

RGB channels and saturation

R 165 of 255 = 65%
G 146 of 255 = 57%
B 150 of 255 = 59%

165
146
150

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

Portions of RGB colors in percentages

R + G + B =
165 + 146 + 150 = 461 (100%)
R 165 of 461 ~ 35.79%
G 146 of 461 ~ 31.67%
B 150 of 461 ~ 32.54%

%35.79
%31.67
%32.54

CMYK color model

#A59296 color CMYK value is (0,12,9,35).

  • cyan value is 0.00%
  • magenta value is 11.52%
  • yellow value is 9.09%
  • key color value is 35.29%
CMYK:
(0,12,9,35)
C0M12Y9K35 
(0%,12%,9%,35%)
(0.00/0.12/0.09/0.35)	

CMYK percentages

%0
%11.52
%9.09
%35.29

Codes

Color #A59296 in popluar color models

A59296
RGB165146150
HSL347°9.55%60.98%
HSB/HSV347°11.52%64.71%
CMYK0.00%11.52%9.09%
35.29%

Color #A59296 in popluar number systems.

HEXA59296
Decimal165146150
Binary101001011001001010010110
Octal245222226

Shades and tints

Shades of #A59296

#A59296
(165,146,150)
#968589
(150,133,137)
#87787C
(135,120,124)
#786B6F
(120,107,111)
#695E62
(105,94,98)
#5A5155
(90,81,85)
#4B4448
(75,68,72)
#3C373B
(60,55,59)
#2D2A2E
(45,42,46)
#1E1D21
(30,29,33)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #A59296

#A59296
(165,146,150)
#AD9B9F
(173,155,159)
#B5A4A8
(181,164,168)
#BDADB1
(189,173,177)
#C5B6BA
(197,182,186)
#CDBFC3
(205,191,195)
#D5C8CC
(213,200,204)
#DDD1D5
(221,209,213)
#E5DADE
(229,218,222)
#EDE3E7
(237,227,231)
#F5ECF0
(245,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A59296; }

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

This text font color is #A59296.


Background Color

.myBgColor { background-color: #A59296; }

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

This div background color is #A59296.


Border color

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

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

This div border color is #A59296.


Opacity

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

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

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

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

This text has shadow with #A59296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A59296 on black background.


Color preview on white background

This text has color #A59296 on white background.



Black color preview on #A59296 background

This text has black color on #A59296 background.


White color preview on #A59296 background

This text has white color on #A59296 background.