COLOR #A35561

HEX: #A35561 RGB: (163,85,97)

Color info

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

RGB color model

#A35561 color RGB value is (163,85,97).

RGB: (163,85,97) (64%, 33%, 38%)

RGB channels and saturation

R 163 of 255 = 64%
G 85 of 255 = 33%
B 97 of 255 = 38%

163
85
97

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

Portions of RGB colors in percentages

R + G + B = 163 + 85 + 97 = 345 (100%)
R 163 of 345 ~ 47.25%
G 85 of 345 ~ 24.64%
B 97 of 345 ~ 28.12'%

%47.25
%24.64
%28.12

CMYK color model

#A35561 color CMYK value is (0,48,40,36).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 40.49%
  • key color value is 36.08%

CMYK: (0,48,40,36)
C0M48Y40K36 (0%, 48%, 40%, 36%)
(0.00 / 0.48 / 0.40 / 0.36)

CMYK percentages

%0
%47.85
%40.49
%36.08

Codes

Color #A35561 in popluar color models

A3 55 61
RGB 163 85 97
HSL 351° 31.45% 48.63%
HSB/HSV 351° 47.85% 63.92%
CMYK 0.00% 47.85% 40.49%
36.08%

Color #A35561 in popluar number systems.

HEX A3 55 61
Decimal 163 85 97
Binary 10100011 1010101 1100001
Octal 243 125 141

Shades and tints

Shades of #A35561

#A35561
(163,85,97)
#954E59
(149,78,89)
#874751
(135,71,81)
#794049
(121,64,73)
#6B3941
(107,57,65)
#5D3239
(93,50,57)
#4F2B31
(79,43,49)
#412429
(65,36,41)
#331D21
(51,29,33)
#251619
(37,22,25)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A35561

#A35561
(163,85,97)
#AB646F
(171,100,111)
#B3737D
(179,115,125)
#BB828B
(187,130,139)
#C39199
(195,145,153)
#CBA0A7
(203,160,167)
#D3AFB5
(211,175,181)
#DBBEC3
(219,190,195)
#E3CDD1
(227,205,209)
#EBDCDF
(235,220,223)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35561; }

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

This text font color is #A35561.

Background Color

.myBgColor { background-color: #A35561; }

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

This div background color is #A35561.

Border color

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

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

This div border color is #A35561.

Opacity

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

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

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

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

This text has shadow with #A35561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35561.

Preview

Color preview on black background

This text has color #A35561 on black background.


Color preview on white background

This text has color #A35561 on white background.


Black color preview on #A35561 background

This text has black color on #A35561 background.


White color preview on #A35561 background

This text has white color on #A35561 background.


Related colors

Complementary color

Complementary color for #hex is #5CAA9E.


I love getcolorcode.com

Triadic colors

1 #61A355 and #5561A3 with #A35561 are triadic colors.

2 #6155A3 and #55A361 with #A35561 are triadic colors.