COLOR #A95D61

HEX: #A95D61
RGB: (169,93,97)

Color info

#A95D61 contains mainly red color. Web safe color of #A95D61 is #996666 (or #966).

RGB color model

#A95D61 color RGB value is (169,93,97).

  • red value is 169;
  • green value is 93;
  • blue value is 97.
RGB:
(169,93,97)
(66%,36%,38%)

RGB channels and saturation

R 169 of 255 = 66%
G 93 of 255 = 36%
B 97 of 255 = 38%

169
93
97

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

Portions of RGB colors in percentages

R + G + B =
169 + 93 + 97 = 359 (100%)
R 169 of 359 ~ 47.08%
G 93 of 359 ~ 25.91%
B 97 of 359 ~ 27.02%

%47.08
%25.91
%27.02

CMYK color model

#A95D61 color CMYK value is (0,45,43,34).

  • cyan value is 0.00%
  • magenta value is 44.97%
  • yellow value is 42.60%
  • key color value is 33.73%
CMYK:
(0,45,43,34)
C0M45Y43K34 
(0%,45%,43%,34%)
(0.00/0.45/0.43/0.34)	

CMYK percentages

%0
%44.97
%42.6
%33.73

Codes

Color #A95D61 in popluar color models

A95D61
RGB1699397
HSL357°30.65%51.37%
HSB/HSV357°44.97%66.27%
CMYK0.00%44.97%42.60%
33.73%

Color #A95D61 in popluar number systems.

HEXA95D61
Decimal1699397
Binary1010100110111011100001
Octal251135141

Shades and tints

Shades of #A95D61

#A95D61
(169,93,97)
#9A5559
(154,85,89)
#8B4D51
(139,77,81)
#7C4549
(124,69,73)
#6D3D41
(109,61,65)
#5E3539
(94,53,57)
#4F2D31
(79,45,49)
#402529
(64,37,41)
#311D21
(49,29,33)
#221519
(34,21,25)
#130D11
(19,13,17)
#000000
(0,0,0)

Tints of #A95D61

#A95D61
(169,93,97)
#B06B6F
(176,107,111)
#B7797D
(183,121,125)
#BE878B
(190,135,139)
#C59599
(197,149,153)
#CCA3A7
(204,163,167)
#D3B1B5
(211,177,181)
#DABFC3
(218,191,195)
#E1CDD1
(225,205,209)
#E8DBDF
(232,219,223)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95D61 color. Also use rgb(169,93,97) instead hex code.

Text Font Color

.myTextColor { color: #A95D61; }

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

This text font color is #A95D61.


Background Color

.myBgColor { background-color: #A95D61; }

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

This div background color is #A95D61.


Border color

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

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

This div border color is #A95D61.


Opacity

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

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

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

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

This text has shadow with #A95D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95D61 on black background.


Color preview on white background

This text has color #A95D61 on white background.



Black color preview on #A95D61 background

This text has black color on #A95D61 background.


White color preview on #A95D61 background

This text has white color on #A95D61 background.