COLOR #A35565

HEX: #A35565
RGB: (163,85,101)

Color info

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

RGB color model

#A35565 color RGB value is (163,85,101).

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

RGB channels and saturation

R 163 of 255 = 64%
G 85 of 255 = 33%
B 101 of 255 = 40%

163
85
101

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

Portions of RGB colors in percentages

R + G + B =
163 + 85 + 101 = 349 (100%)
R 163 of 349 ~ 46.7%
G 85 of 349 ~ 24.36%
B 101 of 349 ~ 28.94%

%46.7
%24.36
%28.94

CMYK color model

#A35565 color CMYK value is (0,48,38,36).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK:
(0,48,38,36)
C0M48Y38K36 
(0%,48%,38%,36%)
(0.00/0.48/0.38/0.36)	

CMYK percentages

%0
%47.85
%38.04
%36.08

Codes

Color #A35565 in popluar color models

A35565
RGB16385101
HSL348°31.45%48.63%
HSB/HSV348°47.85%63.92%
CMYK0.00%47.85%38.04%
36.08%

Color #A35565 in popluar number systems.

HEXA35565
Decimal16385101
Binary1010001110101011100101
Octal243125145

Shades and tints

Shades of #A35565

#A35565
(163,85,101)
#954E5C
(149,78,92)
#874753
(135,71,83)
#79404A
(121,64,74)
#6B3941
(107,57,65)
#5D3238
(93,50,56)
#4F2B2F
(79,43,47)
#412426
(65,36,38)
#331D1D
(51,29,29)
#251614
(37,22,20)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #A35565

#A35565
(163,85,101)
#AB6473
(171,100,115)
#B37381
(179,115,129)
#BB828F
(187,130,143)
#C3919D
(195,145,157)
#CBA0AB
(203,160,171)
#D3AFB9
(211,175,185)
#DBBEC7
(219,190,199)
#E3CDD5
(227,205,213)
#EBDCE3
(235,220,227)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35565; }

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

This text font color is #A35565.


Background Color

.myBgColor { background-color: #A35565; }

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

This div background color is #A35565.


Border color

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

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

This div border color is #A35565.


Opacity

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

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

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

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

This text has shadow with #A35565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35565 on black background.


Color preview on white background

This text has color #A35565 on white background.



Black color preview on #A35565 background

This text has black color on #A35565 background.


White color preview on #A35565 background

This text has white color on #A35565 background.