COLOR #A35D73

HEX: #A35D73
RGB: (163,93,115)

Color info

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

RGB color model

#A35D73 color RGB value is (163,93,115).

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

RGB channels and saturation

R 163 of 255 = 64%
G 93 of 255 = 36%
B 115 of 255 = 45%

163
93
115

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 115 = 371 (100%)
R 163 of 371 ~ 43.94%
G 93 of 371 ~ 25.07%
B 115 of 371 ~ 31%

%43.94
%25.07
%31

CMYK color model

#A35D73 color CMYK value is (0,43,29,36).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(0,43,29,36)
C0M43Y29K36 
(0%,43%,29%,36%)
(0.00/0.43/0.29/0.36)	

CMYK percentages

%0
%42.94
%29.45
%36.08

Codes

Color #A35D73 in popluar color models

A35D73
RGB16393115
HSL341°27.56%50.20%
HSB/HSV341°42.94%63.92%
CMYK0.00%42.94%29.45%
36.08%

Color #A35D73 in popluar number systems.

HEXA35D73
Decimal16393115
Binary1010001110111011110011
Octal243135163

Shades and tints

Shades of #A35D73

#A35D73
(163,93,115)
#955569
(149,85,105)
#874D5F
(135,77,95)
#794555
(121,69,85)
#6B3D4B
(107,61,75)
#5D3541
(93,53,65)
#4F2D37
(79,45,55)
#41252D
(65,37,45)
#331D23
(51,29,35)
#251519
(37,21,25)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #A35D73

#A35D73
(163,93,115)
#AB6B7F
(171,107,127)
#B3798B
(179,121,139)
#BB8797
(187,135,151)
#C395A3
(195,149,163)
#CBA3AF
(203,163,175)
#D3B1BB
(211,177,187)
#DBBFC7
(219,191,199)
#E3CDD3
(227,205,211)
#EBDBDF
(235,219,223)
#F3E9EB
(243,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D73; }

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

This text font color is #A35D73.


Background Color

.myBgColor { background-color: #A35D73; }

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

This div background color is #A35D73.


Border color

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

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

This div border color is #A35D73.


Opacity

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

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

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

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

This text has shadow with #A35D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D73 on black background.


Color preview on white background

This text has color #A35D73 on white background.



Black color preview on #A35D73 background

This text has black color on #A35D73 background.


White color preview on #A35D73 background

This text has white color on #A35D73 background.