COLOR #A3472F

HEX: #A3472F RGB: (163,71,47)

Color info

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

RGB color model

#A3472F color RGB value is (163,71,47).

RGB: (163,71,47) (64%, 28%, 18%)

RGB channels and saturation

R 163 of 255 = 64%
G 71 of 255 = 28%
B 47 of 255 = 18%

163
71
47

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

Portions of RGB colors in percentages

R + G + B = 163 + 71 + 47 = 281 (100%)
R 163 of 281 ~ 58.01%
G 71 of 281 ~ 25.27%
B 47 of 281 ~ 16.73'%

%58.01
%25.27
%16.73

CMYK color model

#A3472F color CMYK value is (0,56,71,36).

  • cyan value is 0.00%
  • magenta value is 56.44%
  • yellow value is 71.17%
  • key color value is 36.08%

CMYK: (0,56,71,36)
C0M56Y71K36 (0%, 56%, 71%, 36%)
(0.00 / 0.56 / 0.71 / 0.36)

CMYK percentages

%0
%56.44
%71.17
%36.08

Codes

Color #A3472F in popluar color models

A3 47 2F
RGB 163 71 47
HSL 12° 55.24% 41.18%
HSB/HSV 12° 71.17% 63.92%
CMYK 0.00% 56.44% 71.17%
36.08%

Color #A3472F in popluar number systems.

HEX A3 47 2F
Decimal 163 71 47
Binary 10100011 1000111 101111
Octal 243 107 57

Shades and tints

Shades of #A3472F

#A3472F
(163,71,47)
#95412B
(149,65,43)
#873B27
(135,59,39)
#793523
(121,53,35)
#6B2F1F
(107,47,31)
#5D291B
(93,41,27)
#4F2317
(79,35,23)
#411D13
(65,29,19)
#33170F
(51,23,15)
#25110B
(37,17,11)
#170B07
(23,11,7)
#000000
(0,0,0)

Tints of #A3472F

#A3472F
(163,71,47)
#AB5741
(171,87,65)
#B36753
(179,103,83)
#BB7765
(187,119,101)
#C38777
(195,135,119)
#CB9789
(203,151,137)
#D3A79B
(211,167,155)
#DBB7AD
(219,183,173)
#E3C7BF
(227,199,191)
#EBD7D1
(235,215,209)
#F3E7E3
(243,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3472F color. Also use rgb(163,71,47) instead hex code.

Text Font Color

.myTextColor { color: #A3472F; }

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

This text font color is #A3472F.

Background Color

.myBgColor { background-color: #A3472F; }

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

This div background color is #A3472F.

Border color

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

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

This div border color is #A3472F.

Opacity

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

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

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

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

This text has shadow with #A3472F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3472F.

Preview

Color preview on black background

This text has color #A3472F on black background.


Color preview on white background

This text has color #A3472F on white background.


Black color preview on #A3472F background

This text has black color on #A3472F background.


White color preview on #A3472F background

This text has white color on #A3472F background.


Related colors

Complementary color

Complementary color for #hex is #5CB8D0.


I love getcolorcode.com

Triadic colors

1 #2FA347 and #472FA3 with #A3472F are triadic colors.

2 #2F47A3 and #47A32F with #A3472F are triadic colors.