COLOR #A95E4E

HEX: #A95E4E
RGB: (169,94,78)

Color info

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

RGB color model

#A95E4E color RGB value is (169,94,78).

  • red value is 169;
  • green value is 94;
  • blue value is 78.
RGB:
(169,94,78)
(66%,37%,31%)

RGB channels and saturation

R 169 of 255 = 66%
G 94 of 255 = 37%
B 78 of 255 = 31%

169
94
78

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

Portions of RGB colors in percentages

R + G + B =
169 + 94 + 78 = 341 (100%)
R 169 of 341 ~ 49.56%
G 94 of 341 ~ 27.57%
B 78 of 341 ~ 22.87%

%49.56
%27.57
%22.87

CMYK color model

#A95E4E color CMYK value is (0,44,54,34).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 53.85%
  • key color value is 33.73%
CMYK:
(0,44,54,34)
C0M44Y54K34 
(0%,44%,54%,34%)
(0.00/0.44/0.54/0.34)	

CMYK percentages

%0
%44.38
%53.85
%33.73

Codes

Color #A95E4E in popluar color models

A95E4E
RGB1699478
HSL11°36.84%48.43%
HSB/HSV11°53.85%66.27%
CMYK0.00%44.38%53.85%
33.73%

Color #A95E4E in popluar number systems.

HEXA95E4E
Decimal1699478
Binary1010100110111101001110
Octal251136116

Shades and tints

Shades of #A95E4E

#A95E4E
(169,94,78)
#9A5647
(154,86,71)
#8B4E40
(139,78,64)
#7C4639
(124,70,57)
#6D3E32
(109,62,50)
#5E362B
(94,54,43)
#4F2E24
(79,46,36)
#40261D
(64,38,29)
#311E16
(49,30,22)
#22160F
(34,22,15)
#130E08
(19,14,8)
#000000
(0,0,0)

Tints of #A95E4E

#A95E4E
(169,94,78)
#B06C5E
(176,108,94)
#B77A6E
(183,122,110)
#BE887E
(190,136,126)
#C5968E
(197,150,142)
#CCA49E
(204,164,158)
#D3B2AE
(211,178,174)
#DAC0BE
(218,192,190)
#E1CECE
(225,206,206)
#E8DCDE
(232,220,222)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95E4E color. Also use rgb(169,94,78) instead hex code.

Text Font Color

.myTextColor { color: #A95E4E; }

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

This text font color is #A95E4E.


Background Color

.myBgColor { background-color: #A95E4E; }

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

This div background color is #A95E4E.


Border color

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

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

This div border color is #A95E4E.


Opacity

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

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

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

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

This text has shadow with #A95E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95E4E on black background.


Color preview on white background

This text has color #A95E4E on white background.



Black color preview on #A95E4E background

This text has black color on #A95E4E background.


White color preview on #A95E4E background

This text has white color on #A95E4E background.