COLOR #A04548

HEX: #A04548 RGB: (160,69,72)

Color info

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

RGB color model

#A04548 color RGB value is (160,69,72).

RGB: (160,69,72) (63%, 27%, 28%)

RGB channels and saturation

R 160 of 255 = 63%
G 69 of 255 = 27%
B 72 of 255 = 28%

160
69
72

R + G + B ~ 39%. #A04548 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 160 + 69 + 72 = 301 (100%)
R 160 of 301 ~ 53.16%
G 69 of 301 ~ 22.92%
B 72 of 301 ~ 23.92'%

%53.16
%22.92
%23.92

CMYK color model

#A04548 color CMYK value is (0,57,55,37).

  • cyan value is 0.00%
  • magenta value is 56.88%
  • yellow value is 55.00%
  • key color value is 37.25%

CMYK: (0,57,55,37)
C0M57Y55K37 (0%, 57%, 55%, 37%)
(0.00 / 0.57 / 0.55 / 0.37)

CMYK percentages

%0
%56.88
%55
%37.25

Codes

Color #A04548 in popluar color models

A0 45 48
RGB 160 69 72
HSL 358° 39.74% 44.90%
HSB/HSV 358° 56.88% 62.75%
CMYK 0.00% 56.88% 55.00%
37.25%

Color #A04548 in popluar number systems.

HEX A0 45 48
Decimal 160 69 72
Binary 10100000 1000101 1001000
Octal 240 105 110

Shades and tints

Shades of #A04548

#A04548
(160,69,72)
#923F42
(146,63,66)
#84393C
(132,57,60)
#763336
(118,51,54)
#682D30
(104,45,48)
#5A272A
(90,39,42)
#4C2124
(76,33,36)
#3E1B1E
(62,27,30)
#301518
(48,21,24)
#220F12
(34,15,18)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #A04548

#A04548
(160,69,72)
#A85558
(168,85,88)
#B06568
(176,101,104)
#B87578
(184,117,120)
#C08588
(192,133,136)
#C89598
(200,149,152)
#D0A5A8
(208,165,168)
#D8B5B8
(216,181,184)
#E0C5C8
(224,197,200)
#E8D5D8
(232,213,216)
#F0E5E8
(240,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A04548 color. Also use rgb(160,69,72) instead hex code.

Text Font Color

.myTextColor { color: #A04548; }

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

This text font color is #A04548.

Background Color

.myBgColor { background-color: #A04548; }

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

This div background color is #A04548.

Border color

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

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

This div border color is #A04548.

Opacity

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

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

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

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

This text has shadow with #A04548 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A04548.

Preview

Color preview on black background

This text has color #A04548 on black background.


Color preview on white background

This text has color #A04548 on white background.


Black color preview on #A04548 background

This text has black color on #A04548 background.


White color preview on #A04548 background

This text has white color on #A04548 background.


Related colors

Complementary color

Complementary color for #hex is #5FBAB7.


I love getcolorcode.com

Triadic colors

1 #48A045 and #4548A0 with #A04548 are triadic colors.

2 #4845A0 and #45A048 with #A04548 are triadic colors.