COLOR #A35D5B

HEX: #A35D5B
RGB: (163,93,91)

Color info

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

RGB color model

#A35D5B color RGB value is (163,93,91).

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

RGB channels and saturation

R 163 of 255 = 64%
G 93 of 255 = 36%
B 91 of 255 = 36%

163
93
91

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 91 = 347 (100%)
R 163 of 347 ~ 46.97%
G 93 of 347 ~ 26.8%
B 91 of 347 ~ 26.22%

%46.97
%26.8
%26.22

CMYK color model

#A35D5B color CMYK value is (0,43,44,36).

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 44.17%
  • key color value is 36.08%
CMYK:
(0,43,44,36)
C0M43Y44K36 
(0%,43%,44%,36%)
(0.00/0.43/0.44/0.36)	

CMYK percentages

%0
%42.94
%44.17
%36.08

Codes

Color #A35D5B in popluar color models

A35D5B
RGB1639391
HSL28.35%49.80%
HSB/HSV44.17%63.92%
CMYK0.00%42.94%44.17%
36.08%

Color #A35D5B in popluar number systems.

HEXA35D5B
Decimal1639391
Binary1010001110111011011011
Octal243135133

Shades and tints

Shades of #A35D5B

#A35D5B
(163,93,91)
#955553
(149,85,83)
#874D4B
(135,77,75)
#794543
(121,69,67)
#6B3D3B
(107,61,59)
#5D3533
(93,53,51)
#4F2D2B
(79,45,43)
#412523
(65,37,35)
#331D1B
(51,29,27)
#251513
(37,21,19)
#170D0B
(23,13,11)
#000000
(0,0,0)

Tints of #A35D5B

#A35D5B
(163,93,91)
#AB6B69
(171,107,105)
#B37977
(179,121,119)
#BB8785
(187,135,133)
#C39593
(195,149,147)
#CBA3A1
(203,163,161)
#D3B1AF
(211,177,175)
#DBBFBD
(219,191,189)
#E3CDCB
(227,205,203)
#EBDBD9
(235,219,217)
#F3E9E7
(243,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D5B; }

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

This text font color is #A35D5B.


Background Color

.myBgColor { background-color: #A35D5B; }

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

This div background color is #A35D5B.


Border color

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

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

This div border color is #A35D5B.


Opacity

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

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

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

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

This text has shadow with #A35D5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D5B on black background.


Color preview on white background

This text has color #A35D5B on white background.



Black color preview on #A35D5B background

This text has black color on #A35D5B background.


White color preview on #A35D5B background

This text has white color on #A35D5B background.