COLOR #A35D78

HEX: #A35D78
RGB: (163,93,120)

Color info

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

RGB color model

#A35D78 color RGB value is (163,93,120).

  • red value is 163;
  • green value is 93;
  • blue value is 120.
RGB:
(163,93,120)
(64%,36%,47%)

RGB channels and saturation

R 163 of 255 = 64%
G 93 of 255 = 36%
B 120 of 255 = 47%

163
93
120

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 120 = 376 (100%)
R 163 of 376 ~ 43.35%
G 93 of 376 ~ 24.73%
B 120 of 376 ~ 31.91%

%43.35
%24.73
%31.91

CMYK color model

#A35D78 color CMYK value is (0,43,26,36).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 26.38%
  • key color value is 36.08%
CMYK:
(0,43,26,36)
C0M43Y26K36 
(0%,43%,26%,36%)
(0.00/0.43/0.26/0.36)	

CMYK percentages

%0
%42.94
%26.38
%36.08

Codes

Color #A35D78 in popluar color models

A35D78
RGB16393120
HSL337°27.56%50.20%
HSB/HSV337°42.94%63.92%
CMYK0.00%42.94%26.38%
36.08%

Color #A35D78 in popluar number systems.

HEXA35D78
Decimal16393120
Binary1010001110111011111000
Octal243135170

Shades and tints

Shades of #A35D78

#A35D78
(163,93,120)
#95556E
(149,85,110)
#874D64
(135,77,100)
#79455A
(121,69,90)
#6B3D50
(107,61,80)
#5D3546
(93,53,70)
#4F2D3C
(79,45,60)
#412532
(65,37,50)
#331D28
(51,29,40)
#25151E
(37,21,30)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #A35D78

#A35D78
(163,93,120)
#AB6B84
(171,107,132)
#B37990
(179,121,144)
#BB879C
(187,135,156)
#C395A8
(195,149,168)
#CBA3B4
(203,163,180)
#D3B1C0
(211,177,192)
#DBBFCC
(219,191,204)
#E3CDD8
(227,205,216)
#EBDBE4
(235,219,228)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35D78 color. Also use rgb(163,93,120) instead hex code.

Text Font Color

.myTextColor { color: #A35D78; }

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

This text font color is #A35D78.


Background Color

.myBgColor { background-color: #A35D78; }

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

This div background color is #A35D78.


Border color

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

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

This div border color is #A35D78.


Opacity

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

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

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

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

This text has shadow with #A35D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D78 on black background.


Color preview on white background

This text has color #A35D78 on white background.



Black color preview on #A35D78 background

This text has black color on #A35D78 background.


White color preview on #A35D78 background

This text has white color on #A35D78 background.