COLOR #A35D46

HEX: #A35D46 RGB: (163,93,70)

Color info

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

RGB color model

#A35D46 color RGB value is (163,93,70).

RGB: (163,93,70) (64%, 36%, 27%)

RGB channels and saturation

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

163
93
70

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

Portions of RGB colors in percentages

R + G + B = 163 + 93 + 70 = 326 (100%)
R 163 of 326 ~ 50%
G 93 of 326 ~ 28.53%
B 70 of 326 ~ 21.47'%

%50
%28.53
%21.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.94%
  • yellow value is 57.06%
  • key color value is 36.08%

CMYK: (0,43,57,36)
C0M43Y57K36 (0%, 43%, 57%, 36%)
(0.00 / 0.43 / 0.57 / 0.36)

CMYK percentages

%0
%42.94
%57.06
%36.08

Codes

Color #A35D46 in popluar color models

A3 5D 46
RGB 163 93 70
HSL 15° 39.91% 45.69%
HSB/HSV 15° 57.06% 63.92%
CMYK 0.00% 42.94% 57.06%
36.08%

Color #A35D46 in popluar number systems.

HEX A3 5D 46
Decimal 163 93 70
Binary 10100011 1011101 1000110
Octal 243 135 106

Shades and tints

Shades of #A35D46

#A35D46
(163,93,70)
#955540
(149,85,64)
#874D3A
(135,77,58)
#794534
(121,69,52)
#6B3D2E
(107,61,46)
#5D3528
(93,53,40)
#4F2D22
(79,45,34)
#41251C
(65,37,28)
#331D16
(51,29,22)
#251510
(37,21,16)
#170D0A
(23,13,10)
#000000
(0,0,0)

Tints of #A35D46

#A35D46
(163,93,70)
#AB6B56
(171,107,86)
#B37966
(179,121,102)
#BB8776
(187,135,118)
#C39586
(195,149,134)
#CBA396
(203,163,150)
#D3B1A6
(211,177,166)
#DBBFB6
(219,191,182)
#E3CDC6
(227,205,198)
#EBDBD6
(235,219,214)
#F3E9E6
(243,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35D46; }

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

This text font color is #A35D46.

Background Color

.myBgColor { background-color: #A35D46; }

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

This div background color is #A35D46.

Border color

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

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

This div border color is #A35D46.

Opacity

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

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

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

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

This text has shadow with #A35D46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35D46.

Preview

Color preview on black background

This text has color #A35D46 on black background.


Color preview on white background

This text has color #A35D46 on white background.


Black color preview on #A35D46 background

This text has black color on #A35D46 background.


White color preview on #A35D46 background

This text has white color on #A35D46 background.


Related colors

Complementary color

Complementary color for #hex is #5CA2B9.


I love getcolorcode.com

Triadic colors

1 #46A35D and #5D46A3 with #A35D46 are triadic colors.

2 #465DA3 and #5DA346 with #A35D46 are triadic colors.