COLOR #A35D71

HEX: #A35D71
RGB: (163,93,113)

Color info

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

RGB color model

#A35D71 color RGB value is (163,93,113).

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

RGB channels and saturation

R 163 of 255 = 64%
G 93 of 255 = 36%
B 113 of 255 = 44%

163
93
113

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 113 = 369 (100%)
R 163 of 369 ~ 44.17%
G 93 of 369 ~ 25.2%
B 113 of 369 ~ 30.62%

%44.17
%25.2
%30.62

CMYK color model

#A35D71 color CMYK value is (0,43,31,36).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(0,43,31,36)
C0M43Y31K36 
(0%,43%,31%,36%)
(0.00/0.43/0.31/0.36)	

CMYK percentages

%0
%42.94
%30.67
%36.08

Codes

Color #A35D71 in popluar color models

A35D71
RGB16393113
HSL343°27.56%50.20%
HSB/HSV343°42.94%63.92%
CMYK0.00%42.94%30.67%
36.08%

Color #A35D71 in popluar number systems.

HEXA35D71
Decimal16393113
Binary1010001110111011110001
Octal243135161

Shades and tints

Shades of #A35D71

#A35D71
(163,93,113)
#955567
(149,85,103)
#874D5D
(135,77,93)
#794553
(121,69,83)
#6B3D49
(107,61,73)
#5D353F
(93,53,63)
#4F2D35
(79,45,53)
#41252B
(65,37,43)
#331D21
(51,29,33)
#251517
(37,21,23)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A35D71

#A35D71
(163,93,113)
#AB6B7D
(171,107,125)
#B37989
(179,121,137)
#BB8795
(187,135,149)
#C395A1
(195,149,161)
#CBA3AD
(203,163,173)
#D3B1B9
(211,177,185)
#DBBFC5
(219,191,197)
#E3CDD1
(227,205,209)
#EBDBDD
(235,219,221)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D71; }

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

This text font color is #A35D71.


Background Color

.myBgColor { background-color: #A35D71; }

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

This div background color is #A35D71.


Border color

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

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

This div border color is #A35D71.


Opacity

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

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

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

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

This text has shadow with #A35D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D71 on black background.


Color preview on white background

This text has color #A35D71 on white background.



Black color preview on #A35D71 background

This text has black color on #A35D71 background.


White color preview on #A35D71 background

This text has white color on #A35D71 background.