COLOR #A4512C

HEX: #A4512C
RGB: (164,81,44)

Color info

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

RGB color model

#A4512C color RGB value is (164,81,44).

  • red value is 164;
  • green value is 81;
  • blue value is 44.
RGB:
(164,81,44)
(64%,32%,17%)

RGB channels and saturation

R 164 of 255 = 64%
G 81 of 255 = 32%
B 44 of 255 = 17%

164
81
44

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

Portions of RGB colors in percentages

R + G + B =
164 + 81 + 44 = 289 (100%)
R 164 of 289 ~ 56.75%
G 81 of 289 ~ 28.03%
B 44 of 289 ~ 15.22%

%56.75
%28.03
%15.22

CMYK color model

#A4512C color CMYK value is (0,51,73,36).

  • cyan value is 0.00%
  • magenta value is 50.61%
  • yellow value is 73.17%
  • key color value is 35.69%
CMYK:
(0,51,73,36)
C0M51Y73K36 
(0%,51%,73%,36%)
(0.00/0.51/0.73/0.36)	

CMYK percentages

%0
%50.61
%73.17
%35.69

Codes

Color #A4512C in popluar color models

A4512C
RGB1648144
HSL19°57.69%40.78%
HSB/HSV19°73.17%64.31%
CMYK0.00%50.61%73.17%
35.69%

Color #A4512C in popluar number systems.

HEXA4512C
Decimal1648144
Binary101001001010001101100
Octal24412154

Shades and tints

Shades of #A4512C

#A4512C
(164,81,44)
#964A28
(150,74,40)
#884324
(136,67,36)
#7A3C20
(122,60,32)
#6C351C
(108,53,28)
#5E2E18
(94,46,24)
#502714
(80,39,20)
#422010
(66,32,16)
#34190C
(52,25,12)
#261208
(38,18,8)
#180B04
(24,11,4)
#000000
(0,0,0)

Tints of #A4512C

#A4512C
(164,81,44)
#AC603F
(172,96,63)
#B46F52
(180,111,82)
#BC7E65
(188,126,101)
#C48D78
(196,141,120)
#CC9C8B
(204,156,139)
#D4AB9E
(212,171,158)
#DCBAB1
(220,186,177)
#E4C9C4
(228,201,196)
#ECD8D7
(236,216,215)
#F4E7EA
(244,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4512C color. Also use rgb(164,81,44) instead hex code.

Text Font Color

.myTextColor { color: #A4512C; }

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

This text font color is #A4512C.


Background Color

.myBgColor { background-color: #A4512C; }

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

This div background color is #A4512C.


Border color

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

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

This div border color is #A4512C.


Opacity

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

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

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

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

This text has shadow with #A4512C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4512C on black background.


Color preview on white background

This text has color #A4512C on white background.



Black color preview on #A4512C background

This text has black color on #A4512C background.


White color preview on #A4512C background

This text has white color on #A4512C background.