COLOR #A35773

HEX: #A35773
RGB: (163,87,115)

Color info

#A35773 contains mainly red and blue colors. Web safe color of #A35773 is #996666 (or #966).

RGB color model

#A35773 color RGB value is (163,87,115).

  • red value is 163;
  • green value is 87;
  • blue value is 115.
RGB:
(163,87,115)
(64%,34%,45%)

RGB channels and saturation

R 163 of 255 = 64%
G 87 of 255 = 34%
B 115 of 255 = 45%

163
87
115

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

Portions of RGB colors in percentages

R + G + B =
163 + 87 + 115 = 365 (100%)
R 163 of 365 ~ 44.66%
G 87 of 365 ~ 23.84%
B 115 of 365 ~ 31.51%

%44.66
%23.84
%31.51

CMYK color model

#A35773 color CMYK value is (0,47,29,36).

  • cyan value is 0.00%
  • magenta value is 46.63%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(0,47,29,36)
C0M47Y29K36 
(0%,47%,29%,36%)
(0.00/0.47/0.29/0.36)	

CMYK percentages

%0
%46.63
%29.45
%36.08

Codes

Color #A35773 in popluar color models

A35773
RGB16387115
HSL338°30.40%49.02%
HSB/HSV338°46.63%63.92%
CMYK0.00%46.63%29.45%
36.08%

Color #A35773 in popluar number systems.

HEXA35773
Decimal16387115
Binary1010001110101111110011
Octal243127163

Shades and tints

Shades of #A35773

#A35773
(163,87,115)
#955069
(149,80,105)
#87495F
(135,73,95)
#794255
(121,66,85)
#6B3B4B
(107,59,75)
#5D3441
(93,52,65)
#4F2D37
(79,45,55)
#41262D
(65,38,45)
#331F23
(51,31,35)
#251819
(37,24,25)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #A35773

#A35773
(163,87,115)
#AB667F
(171,102,127)
#B3758B
(179,117,139)
#BB8497
(187,132,151)
#C393A3
(195,147,163)
#CBA2AF
(203,162,175)
#D3B1BB
(211,177,187)
#DBC0C7
(219,192,199)
#E3CFD3
(227,207,211)
#EBDEDF
(235,222,223)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35773 color. Also use rgb(163,87,115) instead hex code.

Text Font Color

.myTextColor { color: #A35773; }

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

This text font color is #A35773.


Background Color

.myBgColor { background-color: #A35773; }

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

This div background color is #A35773.


Border color

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

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

This div border color is #A35773.


Opacity

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

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

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

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

This text has shadow with #A35773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35773 on black background.


Color preview on white background

This text has color #A35773 on white background.



Black color preview on #A35773 background

This text has black color on #A35773 background.


White color preview on #A35773 background

This text has white color on #A35773 background.