COLOR #A04143

HEX: #A04143 RGB: (160,65,67)

Color info

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

RGB color model

#A04143 color RGB value is (160,65,67).

RGB: (160,65,67) (63%, 25%, 26%)

RGB channels and saturation

R 160 of 255 = 63%
G 65 of 255 = 25%
B 67 of 255 = 26%

160
65
67

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

Portions of RGB colors in percentages

R + G + B = 160 + 65 + 67 = 292 (100%)
R 160 of 292 ~ 54.79%
G 65 of 292 ~ 22.26%
B 67 of 292 ~ 22.95'%

%54.79
%22.26
%22.95

CMYK color model

#A04143 color CMYK value is (0,59,58,37).

  • cyan value is 0.00%
  • magenta value is 59.38%
  • yellow value is 58.13%
  • key color value is 37.25%

CMYK: (0,59,58,37)
C0M59Y58K37 (0%, 59%, 58%, 37%)
(0.00 / 0.59 / 0.58 / 0.37)

CMYK percentages

%0
%59.38
%58.13
%37.25

Codes

Color #A04143 in popluar color models

A0 41 43
RGB 160 65 67
HSL 359° 42.22% 44.12%
HSB/HSV 359° 59.38% 62.75%
CMYK 0.00% 59.38% 58.13%
37.25%

Color #A04143 in popluar number systems.

HEX A0 41 43
Decimal 160 65 67
Binary 10100000 1000001 1000011
Octal 240 101 103

Shades and tints

Shades of #A04143

#A04143
(160,65,67)
#923C3D
(146,60,61)
#843737
(132,55,55)
#763231
(118,50,49)
#682D2B
(104,45,43)
#5A2825
(90,40,37)
#4C231F
(76,35,31)
#3E1E19
(62,30,25)
#301913
(48,25,19)
#22140D
(34,20,13)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #A04143

#A04143
(160,65,67)
#A85254
(168,82,84)
#B06365
(176,99,101)
#B87476
(184,116,118)
#C08587
(192,133,135)
#C89698
(200,150,152)
#D0A7A9
(208,167,169)
#D8B8BA
(216,184,186)
#E0C9CB
(224,201,203)
#E8DADC
(232,218,220)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04143 color. Also use rgb(160,65,67) instead hex code.

Text Font Color

.myTextColor { color: #A04143; }

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

This text font color is #A04143.

Background Color

.myBgColor { background-color: #A04143; }

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

This div background color is #A04143.

Border color

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

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

This div border color is #A04143.

Opacity

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

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

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

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

This text has shadow with #A04143 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A04143.

Preview

Color preview on black background

This text has color #A04143 on black background.


Color preview on white background

This text has color #A04143 on white background.


Black color preview on #A04143 background

This text has black color on #A04143 background.


White color preview on #A04143 background

This text has white color on #A04143 background.


Related colors

Complementary color

Complementary color for #hex is #5FBEBC.


I love getcolorcode.com

Triadic colors

1 #43A041 and #4143A0 with #A04143 are triadic colors.

2 #4341A0 and #41A043 with #A04143 are triadic colors.