COLOR #A35546

HEX: #A35546
RGB: (163,85,70)

Color info

#A35546 contains mainly red color. Web safe color of #A35546 is #996633 (or #963).

RGB color model

#A35546 color RGB value is (163,85,70).

  • red value is 163;
  • green value is 85;
  • blue value is 70.
RGB:
(163,85,70)
(64%,33%,27%)

RGB channels and saturation

R 163 of 255 = 64%
G 85 of 255 = 33%
B 70 of 255 = 27%

163
85
70

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

Portions of RGB colors in percentages

R + G + B =
163 + 85 + 70 = 318 (100%)
R 163 of 318 ~ 51.26%
G 85 of 318 ~ 26.73%
B 70 of 318 ~ 22.01%

%51.26
%26.73
%22.01

CMYK color model

#A35546 color CMYK value is (0,48,57,36).

  • cyan value is 0.00%
  • magenta value is 47.85%
  • yellow value is 57.06%
  • key color value is 36.08%
CMYK:
(0,48,57,36)
C0M48Y57K36 
(0%,48%,57%,36%)
(0.00/0.48/0.57/0.36)	

CMYK percentages

%0
%47.85
%57.06
%36.08

Codes

Color #A35546 in popluar color models

A35546
RGB1638570
HSL10°39.91%45.69%
HSB/HSV10°57.06%63.92%
CMYK0.00%47.85%57.06%
36.08%

Color #A35546 in popluar number systems.

HEXA35546
Decimal1638570
Binary1010001110101011000110
Octal243125106

Shades and tints

Shades of #A35546

#A35546
(163,85,70)
#954E40
(149,78,64)
#87473A
(135,71,58)
#794034
(121,64,52)
#6B392E
(107,57,46)
#5D3228
(93,50,40)
#4F2B22
(79,43,34)
#41241C
(65,36,28)
#331D16
(51,29,22)
#251610
(37,22,16)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #A35546

#A35546
(163,85,70)
#AB6456
(171,100,86)
#B37366
(179,115,102)
#BB8276
(187,130,118)
#C39186
(195,145,134)
#CBA096
(203,160,150)
#D3AFA6
(211,175,166)
#DBBEB6
(219,190,182)
#E3CDC6
(227,205,198)
#EBDCD6
(235,220,214)
#F3EBE6
(243,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35546; }

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

This text font color is #A35546.


Background Color

.myBgColor { background-color: #A35546; }

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

This div background color is #A35546.


Border color

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

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

This div border color is #A35546.


Opacity

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

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

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

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

This text has shadow with #A35546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35546 on black background.


Color preview on white background

This text has color #A35546 on white background.



Black color preview on #A35546 background

This text has black color on #A35546 background.


White color preview on #A35546 background

This text has white color on #A35546 background.