COLOR #A95B1A

HEX: #A95B1A
RGB: (169,91,26)

Color info

#A95B1A contains mainly red color. Web safe color of #A95B1A is #996600 (or #960).

RGB color model

#A95B1A color RGB value is (169,91,26).

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

RGB channels and saturation

R 169 of 255 = 66%
G 91 of 255 = 36%
B 26 of 255 = 10%

169
91
26

R + G + B ~ 37%. #A95B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 91 + 26 = 286 (100%)
R 169 of 286 ~ 59.09%
G 91 of 286 ~ 31.82%
B 26 of 286 ~ 9.09%

%59.09
%31.82

CMYK color model

#A95B1A color CMYK value is (0,46,85,34).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 84.62%
  • key color value is 33.73%
CMYK:
(0,46,85,34)
C0M46Y85K34 
(0%,46%,85%,34%)
(0.00/0.46/0.85/0.34)	

CMYK percentages

%0
%46.15
%84.62
%33.73

Codes

Color #A95B1A in popluar color models

A95B1A
RGB1699126
HSL27°73.33%38.24%
HSB/HSV27°84.62%66.27%
CMYK0.00%46.15%84.62%
33.73%

Color #A95B1A in popluar number systems.

HEXA95B1A
Decimal1699126
Binary10101001101101111010
Octal25113332

Shades and tints

Shades of #A95B1A

#A95B1A
(169,91,26)
#9A5318
(154,83,24)
#8B4B16
(139,75,22)
#7C4314
(124,67,20)
#6D3B12
(109,59,18)
#5E3310
(94,51,16)
#4F2B0E
(79,43,14)
#40230C
(64,35,12)
#311B0A
(49,27,10)
#221308
(34,19,8)
#130B06
(19,11,6)
#000000
(0,0,0)

Tints of #A95B1A

#A95B1A
(169,91,26)
#B0692E
(176,105,46)
#B77742
(183,119,66)
#BE8556
(190,133,86)
#C5936A
(197,147,106)
#CCA17E
(204,161,126)
#D3AF92
(211,175,146)
#DABDA6
(218,189,166)
#E1CBBA
(225,203,186)
#E8D9CE
(232,217,206)
#EFE7E2
(239,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A95B1A; }

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

This text font color is #A95B1A.


Background Color

.myBgColor { background-color: #A95B1A; }

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

This div background color is #A95B1A.


Border color

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

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

This div border color is #A95B1A.


Opacity

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

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

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

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

This text has shadow with #A95B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A95B1A on black background.


Color preview on white background

This text has color #A95B1A on white background.



Black color preview on #A95B1A background

This text has black color on #A95B1A background.


White color preview on #A95B1A background

This text has white color on #A95B1A background.