COLOR #A95B6E

HEX: #A95B6E
RGB: (169,91,110)

Color info

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

RGB color model

#A95B6E color RGB value is (169,91,110).

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

RGB channels and saturation

R 169 of 255 = 66%
G 91 of 255 = 36%
B 110 of 255 = 43%

169
91
110

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

Portions of RGB colors in percentages

R + G + B =
169 + 91 + 110 = 370 (100%)
R 169 of 370 ~ 45.68%
G 91 of 370 ~ 24.59%
B 110 of 370 ~ 29.73%

%45.68
%24.59
%29.73

CMYK color model

#A95B6E color CMYK value is (0,46,35,34).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 34.91%
  • key color value is 33.73%
CMYK:
(0,46,35,34)
C0M46Y35K34 
(0%,46%,35%,34%)
(0.00/0.46/0.35/0.34)	

CMYK percentages

%0
%46.15
%34.91
%33.73

Codes

Color #A95B6E in popluar color models

A95B6E
RGB16991110
HSL345°31.20%50.98%
HSB/HSV345°46.15%66.27%
CMYK0.00%46.15%34.91%
33.73%

Color #A95B6E in popluar number systems.

HEXA95B6E
Decimal16991110
Binary1010100110110111101110
Octal251133156

Shades and tints

Shades of #A95B6E

#A95B6E
(169,91,110)
#9A5364
(154,83,100)
#8B4B5A
(139,75,90)
#7C4350
(124,67,80)
#6D3B46
(109,59,70)
#5E333C
(94,51,60)
#4F2B32
(79,43,50)
#402328
(64,35,40)
#311B1E
(49,27,30)
#221314
(34,19,20)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #A95B6E

#A95B6E
(169,91,110)
#B0697B
(176,105,123)
#B77788
(183,119,136)
#BE8595
(190,133,149)
#C593A2
(197,147,162)
#CCA1AF
(204,161,175)
#D3AFBC
(211,175,188)
#DABDC9
(218,189,201)
#E1CBD6
(225,203,214)
#E8D9E3
(232,217,227)
#EFE7F0
(239,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95B6E; }

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

This text font color is #A95B6E.


Background Color

.myBgColor { background-color: #A95B6E; }

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

This div background color is #A95B6E.


Border color

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

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

This div border color is #A95B6E.


Opacity

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

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

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

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

This text has shadow with #A95B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95B6E on black background.


Color preview on white background

This text has color #A95B6E on white background.



Black color preview on #A95B6E background

This text has black color on #A95B6E background.


White color preview on #A95B6E background

This text has white color on #A95B6E background.