COLOR #A3503C

HEX: #A3503C RGB: (163,80,60)

Color info

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

RGB color model

#A3503C color RGB value is (163,80,60).

RGB: (163,80,60) (64%, 31%, 24%)

RGB channels and saturation

R 163 of 255 = 64%
G 80 of 255 = 31%
B 60 of 255 = 24%

163
80
60

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

Portions of RGB colors in percentages

R + G + B = 163 + 80 + 60 = 303 (100%)
R 163 of 303 ~ 53.8%
G 80 of 303 ~ 26.4%
B 60 of 303 ~ 19.8'%

%53.8
%26.4
%19.8

CMYK color model

#A3503C color CMYK value is (0,51,63,36).

  • cyan value is 0.00%
  • magenta value is 50.92%
  • yellow value is 63.19%
  • key color value is 36.08%

CMYK: (0,51,63,36)
C0M51Y63K36 (0%, 51%, 63%, 36%)
(0.00 / 0.51 / 0.63 / 0.36)

CMYK percentages

%0
%50.92
%63.19
%36.08

Codes

Color #A3503C in popluar color models

A3 50 3C
RGB 163 80 60
HSL 12° 46.19% 43.73%
HSB/HSV 12° 63.19% 63.92%
CMYK 0.00% 50.92% 63.19%
36.08%

Color #A3503C in popluar number systems.

HEX A3 50 3C
Decimal 163 80 60
Binary 10100011 1010000 111100
Octal 243 120 74

Shades and tints

Shades of #A3503C

#A3503C
(163,80,60)
#954937
(149,73,55)
#874232
(135,66,50)
#793B2D
(121,59,45)
#6B3428
(107,52,40)
#5D2D23
(93,45,35)
#4F261E
(79,38,30)
#411F19
(65,31,25)
#331814
(51,24,20)
#25110F
(37,17,15)
#170A0A
(23,10,10)
#000000
(0,0,0)

Tints of #A3503C

#A3503C
(163,80,60)
#AB5F4D
(171,95,77)
#B36E5E
(179,110,94)
#BB7D6F
(187,125,111)
#C38C80
(195,140,128)
#CB9B91
(203,155,145)
#D3AAA2
(211,170,162)
#DBB9B3
(219,185,179)
#E3C8C4
(227,200,196)
#EBD7D5
(235,215,213)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3503C color. Also use rgb(163,80,60) instead hex code.

Text Font Color

.myTextColor { color: #A3503C; }

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

This text font color is #A3503C.

Background Color

.myBgColor { background-color: #A3503C; }

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

This div background color is #A3503C.

Border color

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

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

This div border color is #A3503C.

Opacity

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

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

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

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

This text has shadow with #A3503C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3503C.

Preview

Color preview on black background

This text has color #A3503C on black background.


Color preview on white background

This text has color #A3503C on white background.


Black color preview on #A3503C background

This text has black color on #A3503C background.


White color preview on #A3503C background

This text has white color on #A3503C background.


Related colors

Complementary color

Complementary color for #hex is #5CAFC3.


I love getcolorcode.com

Triadic colors

1 #3CA350 and #503CA3 with #A3503C are triadic colors.

2 #3C50A3 and #50A33C with #A3503C are triadic colors.