COLOR #A95B73

HEX: #A95B73
RGB: (169,91,115)

Color info

#A95B73 contains mainly red and blue colors. Web safe color of #A95B73 is #996666 (or #966).

RGB color model

#A95B73 color RGB value is (169,91,115).

  • red value is 169;
  • green value is 91;
  • blue value is 115.
RGB:
(169,91,115)
(66%,36%,45%)

RGB channels and saturation

R 169 of 255 = 66%
G 91 of 255 = 36%
B 115 of 255 = 45%

169
91
115

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

Portions of RGB colors in percentages

R + G + B =
169 + 91 + 115 = 375 (100%)
R 169 of 375 ~ 45.07%
G 91 of 375 ~ 24.27%
B 115 of 375 ~ 30.67%

%45.07
%24.27
%30.67

CMYK color model

#A95B73 color CMYK value is (0,46,32,34).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 31.95%
  • key color value is 33.73%
CMYK:
(0,46,32,34)
C0M46Y32K34 
(0%,46%,32%,34%)
(0.00/0.46/0.32/0.34)	

CMYK percentages

%0
%46.15
%31.95
%33.73

Codes

Color #A95B73 in popluar color models

A95B73
RGB16991115
HSL342°31.20%50.98%
HSB/HSV342°46.15%66.27%
CMYK0.00%46.15%31.95%
33.73%

Color #A95B73 in popluar number systems.

HEXA95B73
Decimal16991115
Binary1010100110110111110011
Octal251133163

Shades and tints

Shades of #A95B73

#A95B73
(169,91,115)
#9A5369
(154,83,105)
#8B4B5F
(139,75,95)
#7C4355
(124,67,85)
#6D3B4B
(109,59,75)
#5E3341
(94,51,65)
#4F2B37
(79,43,55)
#40232D
(64,35,45)
#311B23
(49,27,35)
#221319
(34,19,25)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #A95B73

#A95B73
(169,91,115)
#B0697F
(176,105,127)
#B7778B
(183,119,139)
#BE8597
(190,133,151)
#C593A3
(197,147,163)
#CCA1AF
(204,161,175)
#D3AFBB
(211,175,187)
#DABDC7
(218,189,199)
#E1CBD3
(225,203,211)
#E8D9DF
(232,217,223)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95B73 color. Also use rgb(169,91,115) instead hex code.

Text Font Color

.myTextColor { color: #A95B73; }

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

This text font color is #A95B73.


Background Color

.myBgColor { background-color: #A95B73; }

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

This div background color is #A95B73.


Border color

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

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

This div border color is #A95B73.


Opacity

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

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

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

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

This text has shadow with #A95B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95B73 on black background.


Color preview on white background

This text has color #A95B73 on white background.



Black color preview on #A95B73 background

This text has black color on #A95B73 background.


White color preview on #A95B73 background

This text has white color on #A95B73 background.