COLOR #A2573B

HEX: #A2573B RGB: (162,87,59)

Color info

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

RGB color model

#A2573B color RGB value is (162,87,59).

RGB: (162,87,59) (64%, 34%, 23%)

RGB channels and saturation

R 162 of 255 = 64%
G 87 of 255 = 34%
B 59 of 255 = 23%

162
87
59

R + G + B ~ 40%. #A2573B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 162 + 87 + 59 = 308 (100%)
R 162 of 308 ~ 52.6%
G 87 of 308 ~ 28.25%
B 59 of 308 ~ 19.16'%

%52.6
%28.25
%19.16

CMYK color model

#A2573B color CMYK value is (0,46,64,36).

  • cyan value is 0.00%
  • magenta value is 46.30%
  • yellow value is 63.58%
  • key color value is 36.47%

CMYK: (0,46,64,36)
C0M46Y64K36 (0%, 46%, 64%, 36%)
(0.00 / 0.46 / 0.64 / 0.36)

CMYK percentages

%0
%46.3
%63.58
%36.47

Codes

Color #A2573B in popluar color models

A2 57 3B
RGB 162 87 59
HSL 16° 46.61% 43.33%
HSB/HSV 16° 63.58% 63.53%
CMYK 0.00% 46.30% 63.58%
36.47%

Color #A2573B in popluar number systems.

HEX A2 57 3B
Decimal 162 87 59
Binary 10100010 1010111 111011
Octal 242 127 73

Shades and tints

Shades of #A2573B

#A2573B
(162,87,59)
#945036
(148,80,54)
#864931
(134,73,49)
#78422C
(120,66,44)
#6A3B27
(106,59,39)
#5C3422
(92,52,34)
#4E2D1D
(78,45,29)
#402618
(64,38,24)
#321F13
(50,31,19)
#24180E
(36,24,14)
#161109
(22,17,9)
#000000
(0,0,0)

Tints of #A2573B

#A2573B
(162,87,59)
#AA664C
(170,102,76)
#B2755D
(178,117,93)
#BA846E
(186,132,110)
#C2937F
(194,147,127)
#CAA290
(202,162,144)
#D2B1A1
(210,177,161)
#DAC0B2
(218,192,178)
#E2CFC3
(226,207,195)
#EADED4
(234,222,212)
#F2EDE5
(242,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2573B color. Also use rgb(162,87,59) instead hex code.

Text Font Color

.myTextColor { color: #A2573B; }

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

This text font color is #A2573B.

Background Color

.myBgColor { background-color: #A2573B; }

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

This div background color is #A2573B.

Border color

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

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

This div border color is #A2573B.

Opacity

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

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

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

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

This text has shadow with #A2573B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2573B.

Preview

Color preview on black background

This text has color #A2573B on black background.


Color preview on white background

This text has color #A2573B on white background.


Black color preview on #A2573B background

This text has black color on #A2573B background.


White color preview on #A2573B background

This text has white color on #A2573B background.


Related colors

Complementary color

Complementary color for #hex is #5DA8C4.


I love getcolorcode.com

Triadic colors

1 #3BA257 and #573BA2 with #A2573B are triadic colors.

2 #3B57A2 and #57A23B with #A2573B are triadic colors.