COLOR #A95E6D

HEX: #A95E6D
RGB: (169,94,109)

Color info

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

RGB color model

#A95E6D color RGB value is (169,94,109).

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

RGB channels and saturation

R 169 of 255 = 66%
G 94 of 255 = 37%
B 109 of 255 = 43%

169
94
109

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

Portions of RGB colors in percentages

R + G + B =
169 + 94 + 109 = 372 (100%)
R 169 of 372 ~ 45.43%
G 94 of 372 ~ 25.27%
B 109 of 372 ~ 29.3%

%45.43
%25.27
%29.3

CMYK color model

#A95E6D color CMYK value is (0,44,36,34).

  • cyan value is 0.00%
  • magenta value is 44.38%
  • yellow value is 35.50%
  • key color value is 33.73%
CMYK:
(0,44,36,34)
C0M44Y36K34 
(0%,44%,36%,34%)
(0.00/0.44/0.36/0.34)	

CMYK percentages

%0
%44.38
%35.5
%33.73

Codes

Color #A95E6D in popluar color models

A95E6D
RGB16994109
HSL348°30.36%51.57%
HSB/HSV348°44.38%66.27%
CMYK0.00%44.38%35.50%
33.73%

Color #A95E6D in popluar number systems.

HEXA95E6D
Decimal16994109
Binary1010100110111101101101
Octal251136155

Shades and tints

Shades of #A95E6D

#A95E6D
(169,94,109)
#9A5664
(154,86,100)
#8B4E5B
(139,78,91)
#7C4652
(124,70,82)
#6D3E49
(109,62,73)
#5E3640
(94,54,64)
#4F2E37
(79,46,55)
#40262E
(64,38,46)
#311E25
(49,30,37)
#22161C
(34,22,28)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #A95E6D

#A95E6D
(169,94,109)
#B06C7A
(176,108,122)
#B77A87
(183,122,135)
#BE8894
(190,136,148)
#C596A1
(197,150,161)
#CCA4AE
(204,164,174)
#D3B2BB
(211,178,187)
#DAC0C8
(218,192,200)
#E1CED5
(225,206,213)
#E8DCE2
(232,220,226)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95E6D; }

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

This text font color is #A95E6D.


Background Color

.myBgColor { background-color: #A95E6D; }

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

This div background color is #A95E6D.


Border color

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

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

This div border color is #A95E6D.


Opacity

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

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

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

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

This text has shadow with #A95E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95E6D on black background.


Color preview on white background

This text has color #A95E6D on white background.



Black color preview on #A95E6D background

This text has black color on #A95E6D background.


White color preview on #A95E6D background

This text has white color on #A95E6D background.