COLOR #A35D5D

HEX: #A35D5D
RGB: (163,93,93)

Color info

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

RGB color model

#A35D5D color RGB value is (163,93,93).

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

RGB channels and saturation

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

163
93
93

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

Portions of RGB colors in percentages

R + G + B =
163 + 93 + 93 = 349 (100%)
R 163 of 349 ~ 46.7%
G 93 of 349 ~ 26.65%
B 93 of 349 ~ 26.65%

%46.7
%26.65
%26.65

CMYK color model

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

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

CMYK percentages

%0
%42.94
%42.94
%36.08

Codes

Color #A35D5D in popluar color models

A35D5D
RGB1639393
HSL27.56%50.20%
HSB/HSV42.94%63.92%
CMYK0.00%42.94%42.94%
36.08%

Color #A35D5D in popluar number systems.

HEXA35D5D
Decimal1639393
Binary1010001110111011011101
Octal243135135

Shades and tints

Shades of #A35D5D

#A35D5D
(163,93,93)
#955555
(149,85,85)
#874D4D
(135,77,77)
#794545
(121,69,69)
#6B3D3D
(107,61,61)
#5D3535
(93,53,53)
#4F2D2D
(79,45,45)
#412525
(65,37,37)
#331D1D
(51,29,29)
#251515
(37,21,21)
#170D0D
(23,13,13)
#000000
(0,0,0)

Tints of #A35D5D

#A35D5D
(163,93,93)
#AB6B6B
(171,107,107)
#B37979
(179,121,121)
#BB8787
(187,135,135)
#C39595
(195,149,149)
#CBA3A3
(203,163,163)
#D3B1B1
(211,177,177)
#DBBFBF
(219,191,191)
#E3CDCD
(227,205,205)
#EBDBDB
(235,219,219)
#F3E9E9
(243,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D5D; }

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

This text font color is #A35D5D.


Background Color

.myBgColor { background-color: #A35D5D; }

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

This div background color is #A35D5D.


Border color

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

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

This div border color is #A35D5D.


Opacity

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

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

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

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

This text has shadow with #A35D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35D5D on black background.


Color preview on white background

This text has color #A35D5D on white background.



Black color preview on #A35D5D background

This text has black color on #A35D5D background.


White color preview on #A35D5D background

This text has white color on #A35D5D background.