COLOR #A9512B

HEX: #A9512B
RGB: (169,81,43)

Color info

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

RGB color model

#A9512B color RGB value is (169,81,43).

  • red value is 169;
  • green value is 81;
  • blue value is 43.
RGB:
(169,81,43)
(66%,32%,17%)

RGB channels and saturation

R 169 of 255 = 66%
G 81 of 255 = 32%
B 43 of 255 = 17%

169
81
43

R + G + B ~ 38%. #A9512B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
169 + 81 + 43 = 293 (100%)
R 169 of 293 ~ 57.68%
G 81 of 293 ~ 27.65%
B 43 of 293 ~ 14.68%

%57.68
%27.65
%14.68

CMYK color model

#A9512B color CMYK value is (0,52,75,34).

  • cyan value is 0.00%
  • magenta value is 52.07%
  • yellow value is 74.56%
  • key color value is 33.73%
CMYK:
(0,52,75,34)
C0M52Y75K34 
(0%,52%,75%,34%)
(0.00/0.52/0.75/0.34)	

CMYK percentages

%0
%52.07
%74.56
%33.73

Codes

Color #A9512B in popluar color models

A9512B
RGB1698143
HSL18°59.43%41.57%
HSB/HSV18°74.56%66.27%
CMYK0.00%52.07%74.56%
33.73%

Color #A9512B in popluar number systems.

HEXA9512B
Decimal1698143
Binary101010011010001101011
Octal25112153

Shades and tints

Shades of #A9512B

#A9512B
(169,81,43)
#9A4A28
(154,74,40)
#8B4325
(139,67,37)
#7C3C22
(124,60,34)
#6D351F
(109,53,31)
#5E2E1C
(94,46,28)
#4F2719
(79,39,25)
#402016
(64,32,22)
#311913
(49,25,19)
#221210
(34,18,16)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #A9512B

#A9512B
(169,81,43)
#B0603E
(176,96,62)
#B76F51
(183,111,81)
#BE7E64
(190,126,100)
#C58D77
(197,141,119)
#CC9C8A
(204,156,138)
#D3AB9D
(211,171,157)
#DABAB0
(218,186,176)
#E1C9C3
(225,201,195)
#E8D8D6
(232,216,214)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9512B color. Also use rgb(169,81,43) instead hex code.

Text Font Color

.myTextColor { color: #A9512B; }

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

This text font color is #A9512B.


Background Color

.myBgColor { background-color: #A9512B; }

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

This div background color is #A9512B.


Border color

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

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

This div border color is #A9512B.


Opacity

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

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

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

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

This text has shadow with #A9512B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9512B on black background.


Color preview on white background

This text has color #A9512B on white background.



Black color preview on #A9512B background

This text has black color on #A9512B background.


White color preview on #A9512B background

This text has white color on #A9512B background.