COLOR #A03552

HEX: #A03552 RGB: (160,53,82)

Color info

#A03552 contains mainly red color. Web safe color of #A03552 is #993366 (or #936).

RGB color model

#A03552 color RGB value is (160,53,82).

RGB: (160,53,82) (63%, 21%, 32%)

RGB channels and saturation

R 160 of 255 = 63%
G 53 of 255 = 21%
B 82 of 255 = 32%

160
53
82

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

Portions of RGB colors in percentages

R + G + B = 160 + 53 + 82 = 295 (100%)
R 160 of 295 ~ 54.24%
G 53 of 295 ~ 17.97%
B 82 of 295 ~ 27.8'%

%54.24
%17.97
%27.8

CMYK color model

#A03552 color CMYK value is (0,67,49,37).

  • cyan value is 0.00%
  • magenta value is 66.88%
  • yellow value is 48.75%
  • key color value is 37.25%

CMYK: (0,67,49,37)
C0M67Y49K37 (0%, 67%, 49%, 37%)
(0.00 / 0.67 / 0.49 / 0.37)

CMYK percentages

%0
%66.88
%48.75
%37.25

Codes

Color #A03552 in popluar color models

A0 35 52
RGB 160 53 82
HSL 344° 50.23% 41.76%
HSB/HSV 344° 66.88% 62.75%
CMYK 0.00% 66.88% 48.75%
37.25%

Color #A03552 in popluar number systems.

HEX A0 35 52
Decimal 160 53 82
Binary 10100000 110101 1010010
Octal 240 65 122

Shades and tints

Shades of #A03552

#A03552
(160,53,82)
#92314B
(146,49,75)
#842D44
(132,45,68)
#76293D
(118,41,61)
#682536
(104,37,54)
#5A212F
(90,33,47)
#4C1D28
(76,29,40)
#3E1921
(62,25,33)
#30151A
(48,21,26)
#221113
(34,17,19)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #A03552

#A03552
(160,53,82)
#A84761
(168,71,97)
#B05970
(176,89,112)
#B86B7F
(184,107,127)
#C07D8E
(192,125,142)
#C88F9D
(200,143,157)
#D0A1AC
(208,161,172)
#D8B3BB
(216,179,187)
#E0C5CA
(224,197,202)
#E8D7D9
(232,215,217)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A03552 color. Also use rgb(160,53,82) instead hex code.

Text Font Color

.myTextColor { color: #A03552; }

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

This text font color is #A03552.

Background Color

.myBgColor { background-color: #A03552; }

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

This div background color is #A03552.

Border color

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

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

This div border color is #A03552.

Opacity

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

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

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

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

This text has shadow with #A03552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A03552.

Preview

Color preview on black background

This text has color #A03552 on black background.


Color preview on white background

This text has color #A03552 on white background.


Black color preview on #A03552 background

This text has black color on #A03552 background.


White color preview on #A03552 background

This text has white color on #A03552 background.


Related colors

Complementary color

Complementary color for #hex is #5FCAAD.


I love getcolorcode.com

Triadic colors

1 #52A035 and #3552A0 with #A03552 are triadic colors.

2 #5235A0 and #35A052 with #A03552 are triadic colors.