COLOR #A04B32

HEX: #A04B32
RGB: (160,75,50)

Color info

#A04B32 contains mainly red color. Web safe color of #A04B32 is #993333 (or #933).

RGB color model

#A04B32 color RGB value is (160,75,50).

  • red value is 160;
  • green value is 75;
  • blue value is 50.
RGB:
(160,75,50)
(63%,29%,20%)

RGB channels and saturation

R 160 of 255 = 63%
G 75 of 255 = 29%
B 50 of 255 = 20%

160
75
50

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

Portions of RGB colors in percentages

R + G + B =
160 + 75 + 50 = 285 (100%)
R 160 of 285 ~ 56.14%
G 75 of 285 ~ 26.32%
B 50 of 285 ~ 17.54%

%56.14
%26.32
%17.54

CMYK color model

#A04B32 color CMYK value is (0,53,69,37).

  • cyan value is 0.00%
  • magenta value is 53.13%
  • yellow value is 68.75%
  • key color value is 37.25%
CMYK:
(0,53,69,37)
C0M53Y69K37 
(0%,53%,69%,37%)
(0.00/0.53/0.69/0.37)	

CMYK percentages

%0
%53.13
%68.75
%37.25

Codes

Color #A04B32 in popluar color models

A04B32
RGB1607550
HSL14°52.38%41.18%
HSB/HSV14°68.75%62.75%
CMYK0.00%53.13%68.75%
37.25%

Color #A04B32 in popluar number systems.

HEXA04B32
Decimal1607550
Binary101000001001011110010
Octal24011362

Shades and tints

Shades of #A04B32

#A04B32
(160,75,50)
#92452E
(146,69,46)
#843F2A
(132,63,42)
#763926
(118,57,38)
#683322
(104,51,34)
#5A2D1E
(90,45,30)
#4C271A
(76,39,26)
#3E2116
(62,33,22)
#301B12
(48,27,18)
#22150E
(34,21,14)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #A04B32

#A04B32
(160,75,50)
#A85B44
(168,91,68)
#B06B56
(176,107,86)
#B87B68
(184,123,104)
#C08B7A
(192,139,122)
#C89B8C
(200,155,140)
#D0AB9E
(208,171,158)
#D8BBB0
(216,187,176)
#E0CBC2
(224,203,194)
#E8DBD4
(232,219,212)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04B32 color. Also use rgb(160,75,50) instead hex code.

Text Font Color

.myTextColor { color: #A04B32; }

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

This text font color is #A04B32.


Background Color

.myBgColor { background-color: #A04B32; }

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

This div background color is #A04B32.


Border color

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

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

This div border color is #A04B32.


Opacity

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

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

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

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

This text has shadow with #A04B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A04B32 on black background.


Color preview on white background

This text has color #A04B32 on white background.



Black color preview on #A04B32 background

This text has black color on #A04B32 background.


White color preview on #A04B32 background

This text has white color on #A04B32 background.