COLOR #A3555C

HEX: #A3555C
RGB: (163,85,92)

Color info

#A3555C contains mainly red color. Web safe color of #A3555C is #996666 (or #966).

RGB color model

#A3555C color RGB value is (163,85,92).

  • red value is 163;
  • green value is 85;
  • blue value is 92.
RGB:
(163,85,92)
(64%,33%,36%)

RGB channels and saturation

R 163 of 255 = 64%
G 85 of 255 = 33%
B 92 of 255 = 36%

163
85
92

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

Portions of RGB colors in percentages

R + G + B =
163 + 85 + 92 = 340 (100%)
R 163 of 340 ~ 47.94%
G 85 of 340 ~ 25%
B 92 of 340 ~ 27.06%

%47.94
%25
%27.06

CMYK color model

#A3555C color CMYK value is (0,48,44,36).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 43.56%
  • key color value is 36.08%
CMYK:
(0,48,44,36)
C0M48Y44K36 
(0%,48%,44%,36%)
(0.00/0.48/0.44/0.36)	

CMYK percentages

%0
%47.85
%43.56
%36.08

Codes

Color #A3555C in popluar color models

A3555C
RGB1638592
HSL355°31.45%48.63%
HSB/HSV355°47.85%63.92%
CMYK0.00%47.85%43.56%
36.08%

Color #A3555C in popluar number systems.

HEXA3555C
Decimal1638592
Binary1010001110101011011100
Octal243125134

Shades and tints

Shades of #A3555C

#A3555C
(163,85,92)
#954E54
(149,78,84)
#87474C
(135,71,76)
#794044
(121,64,68)
#6B393C
(107,57,60)
#5D3234
(93,50,52)
#4F2B2C
(79,43,44)
#412424
(65,36,36)
#331D1C
(51,29,28)
#251614
(37,22,20)
#170F0C
(23,15,12)
#000000
(0,0,0)

Tints of #A3555C

#A3555C
(163,85,92)
#AB646A
(171,100,106)
#B37378
(179,115,120)
#BB8286
(187,130,134)
#C39194
(195,145,148)
#CBA0A2
(203,160,162)
#D3AFB0
(211,175,176)
#DBBEBE
(219,190,190)
#E3CDCC
(227,205,204)
#EBDCDA
(235,220,218)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3555C color. Also use rgb(163,85,92) instead hex code.

Text Font Color

.myTextColor { color: #A3555C; }

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

This text font color is #A3555C.


Background Color

.myBgColor { background-color: #A3555C; }

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

This div background color is #A3555C.


Border color

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

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

This div border color is #A3555C.


Opacity

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

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

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

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

This text has shadow with #A3555C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3555C on black background.


Color preview on white background

This text has color #A3555C on white background.



Black color preview on #A3555C background

This text has black color on #A3555C background.


White color preview on #A3555C background

This text has white color on #A3555C background.