COLOR #A95F2E

HEX: #A95F2E
RGB: (169,95,46)

Color info

#A95F2E contains mainly red color. Web safe color of #A95F2E is #996633 (or #963).

RGB color model

#A95F2E color RGB value is (169,95,46).

  • red value is 169;
  • green value is 95;
  • blue value is 46.
RGB:
(169,95,46)
(66%,37%,18%)

RGB channels and saturation

R 169 of 255 = 66%
G 95 of 255 = 37%
B 46 of 255 = 18%

169
95
46

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

Portions of RGB colors in percentages

R + G + B =
169 + 95 + 46 = 310 (100%)
R 169 of 310 ~ 54.52%
G 95 of 310 ~ 30.65%
B 46 of 310 ~ 14.84%

%54.52
%30.65
%14.84

CMYK color model

#A95F2E color CMYK value is (0,44,73,34).

  • cyan value is 0.00%
  • magenta value is 43.79%
  • yellow value is 72.78%
  • key color value is 33.73%
CMYK:
(0,44,73,34)
C0M44Y73K34 
(0%,44%,73%,34%)
(0.00/0.44/0.73/0.34)	

CMYK percentages

%0
%43.79
%72.78
%33.73

Codes

Color #A95F2E in popluar color models

A95F2E
RGB1699546
HSL24°57.21%42.16%
HSB/HSV24°72.78%66.27%
CMYK0.00%43.79%72.78%
33.73%

Color #A95F2E in popluar number systems.

HEXA95F2E
Decimal1699546
Binary101010011011111101110
Octal25113756

Shades and tints

Shades of #A95F2E

#A95F2E
(169,95,46)
#9A572A
(154,87,42)
#8B4F26
(139,79,38)
#7C4722
(124,71,34)
#6D3F1E
(109,63,30)
#5E371A
(94,55,26)
#4F2F16
(79,47,22)
#402712
(64,39,18)
#311F0E
(49,31,14)
#22170A
(34,23,10)
#130F06
(19,15,6)
#000000
(0,0,0)

Tints of #A95F2E

#A95F2E
(169,95,46)
#B06D41
(176,109,65)
#B77B54
(183,123,84)
#BE8967
(190,137,103)
#C5977A
(197,151,122)
#CCA58D
(204,165,141)
#D3B3A0
(211,179,160)
#DAC1B3
(218,193,179)
#E1CFC6
(225,207,198)
#E8DDD9
(232,221,217)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95F2E color. Also use rgb(169,95,46) instead hex code.

Text Font Color

.myTextColor { color: #A95F2E; }

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

This text font color is #A95F2E.


Background Color

.myBgColor { background-color: #A95F2E; }

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

This div background color is #A95F2E.


Border color

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

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

This div border color is #A95F2E.


Opacity

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

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

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

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

This text has shadow with #A95F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95F2E on black background.


Color preview on white background

This text has color #A95F2E on white background.



Black color preview on #A95F2E background

This text has black color on #A95F2E background.


White color preview on #A95F2E background

This text has white color on #A95F2E background.