COLOR #A35957

HEX: #A35957
RGB: (163,89,87)

Color info

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

RGB color model

#A35957 color RGB value is (163,89,87).

  • red value is 163;
  • green value is 89;
  • blue value is 87.
RGB:
(163,89,87)
(64%,35%,34%)

RGB channels and saturation

R 163 of 255 = 64%
G 89 of 255 = 35%
B 87 of 255 = 34%

163
89
87

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

Portions of RGB colors in percentages

R + G + B =
163 + 89 + 87 = 339 (100%)
R 163 of 339 ~ 48.08%
G 89 of 339 ~ 26.25%
B 87 of 339 ~ 25.66%

%48.08
%26.25
%25.66

CMYK color model

#A35957 color CMYK value is (0,45,47,36).

  • cyan value is 0.00%
  • magenta value is 45.40%
  • yellow value is 46.63%
  • key color value is 36.08%
CMYK:
(0,45,47,36)
C0M45Y47K36 
(0%,45%,47%,36%)
(0.00/0.45/0.47/0.36)	

CMYK percentages

%0
%45.4
%46.63
%36.08

Codes

Color #A35957 in popluar color models

A35957
RGB1638987
HSL30.40%49.02%
HSB/HSV46.63%63.92%
CMYK0.00%45.40%46.63%
36.08%

Color #A35957 in popluar number systems.

HEXA35957
Decimal1638987
Binary1010001110110011010111
Octal243131127

Shades and tints

Shades of #A35957

#A35957
(163,89,87)
#955150
(149,81,80)
#874949
(135,73,73)
#794142
(121,65,66)
#6B393B
(107,57,59)
#5D3134
(93,49,52)
#4F292D
(79,41,45)
#412126
(65,33,38)
#33191F
(51,25,31)
#251118
(37,17,24)
#170911
(23,9,17)
#000000
(0,0,0)

Tints of #A35957

#A35957
(163,89,87)
#AB6866
(171,104,102)
#B37775
(179,119,117)
#BB8684
(187,134,132)
#C39593
(195,149,147)
#CBA4A2
(203,164,162)
#D3B3B1
(211,179,177)
#DBC2C0
(219,194,192)
#E3D1CF
(227,209,207)
#EBE0DE
(235,224,222)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35957; }

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

This text font color is #A35957.


Background Color

.myBgColor { background-color: #A35957; }

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

This div background color is #A35957.


Border color

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

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

This div border color is #A35957.


Opacity

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

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

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

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

This text has shadow with #A35957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35957 on black background.


Color preview on white background

This text has color #A35957 on white background.



Black color preview on #A35957 background

This text has black color on #A35957 background.


White color preview on #A35957 background

This text has white color on #A35957 background.