COLOR #A0532E

HEX: #A0532E
RGB: (160,83,46)

Color info

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

RGB color model

#A0532E color RGB value is (160,83,46).

  • red value is 160;
  • green value is 83;
  • blue value is 46.
RGB:
(160,83,46)
(63%,33%,18%)

RGB channels and saturation

R 160 of 255 = 63%
G 83 of 255 = 33%
B 46 of 255 = 18%

160
83
46

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

Portions of RGB colors in percentages

R + G + B =
160 + 83 + 46 = 289 (100%)
R 160 of 289 ~ 55.36%
G 83 of 289 ~ 28.72%
B 46 of 289 ~ 15.92%

%55.36
%28.72
%15.92

CMYK color model

#A0532E color CMYK value is (0,48,71,37).

  • cyan value is 0.00%
  • magenta value is 48.13%
  • yellow value is 71.25%
  • key color value is 37.25%
CMYK:
(0,48,71,37)
C0M48Y71K37 
(0%,48%,71%,37%)
(0.00/0.48/0.71/0.37)	

CMYK percentages

%0
%48.13
%71.25
%37.25

Codes

Color #A0532E in popluar color models

A0532E
RGB1608346
HSL19°55.34%40.39%
HSB/HSV19°71.25%62.75%
CMYK0.00%48.13%71.25%
37.25%

Color #A0532E in popluar number systems.

HEXA0532E
Decimal1608346
Binary101000001010011101110
Octal24012356

Shades and tints

Shades of #A0532E

#A0532E
(160,83,46)
#924C2A
(146,76,42)
#844526
(132,69,38)
#763E22
(118,62,34)
#68371E
(104,55,30)
#5A301A
(90,48,26)
#4C2916
(76,41,22)
#3E2212
(62,34,18)
#301B0E
(48,27,14)
#22140A
(34,20,10)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #A0532E

#A0532E
(160,83,46)
#A86241
(168,98,65)
#B07154
(176,113,84)
#B88067
(184,128,103)
#C08F7A
(192,143,122)
#C89E8D
(200,158,141)
#D0ADA0
(208,173,160)
#D8BCB3
(216,188,179)
#E0CBC6
(224,203,198)
#E8DAD9
(232,218,217)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0532E color. Also use rgb(160,83,46) instead hex code.

Text Font Color

.myTextColor { color: #A0532E; }

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

This text font color is #A0532E.


Background Color

.myBgColor { background-color: #A0532E; }

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

This div background color is #A0532E.


Border color

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

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

This div border color is #A0532E.


Opacity

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

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

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

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

This text has shadow with #A0532E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0532E on black background.


Color preview on white background

This text has color #A0532E on white background.



Black color preview on #A0532E background

This text has black color on #A0532E background.


White color preview on #A0532E background

This text has white color on #A0532E background.