COLOR #A35C4A

HEX: #A35C4A
RGB: (163,92,74)

Color info

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

RGB color model

#A35C4A color RGB value is (163,92,74).

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

RGB channels and saturation

R 163 of 255 = 64%
G 92 of 255 = 36%
B 74 of 255 = 29%

163
92
74

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

Portions of RGB colors in percentages

R + G + B =
163 + 92 + 74 = 329 (100%)
R 163 of 329 ~ 49.54%
G 92 of 329 ~ 27.96%
B 74 of 329 ~ 22.49%

%49.54
%27.96
%22.49

CMYK color model

#A35C4A color CMYK value is (0,44,55,36).

  • cyan value is 0.00%
  • magenta value is 43.56%
  • yellow value is 54.60%
  • key color value is 36.08%
CMYK:
(0,44,55,36)
C0M44Y55K36 
(0%,44%,55%,36%)
(0.00/0.44/0.55/0.36)	

CMYK percentages

%0
%43.56
%54.6
%36.08

Codes

Color #A35C4A in popluar color models

A35C4A
RGB1639274
HSL12°37.55%46.47%
HSB/HSV12°54.60%63.92%
CMYK0.00%43.56%54.60%
36.08%

Color #A35C4A in popluar number systems.

HEXA35C4A
Decimal1639274
Binary1010001110111001001010
Octal243134112

Shades and tints

Shades of #A35C4A

#A35C4A
(163,92,74)
#955444
(149,84,68)
#874C3E
(135,76,62)
#794438
(121,68,56)
#6B3C32
(107,60,50)
#5D342C
(93,52,44)
#4F2C26
(79,44,38)
#412420
(65,36,32)
#331C1A
(51,28,26)
#251414
(37,20,20)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #A35C4A

#A35C4A
(163,92,74)
#AB6A5A
(171,106,90)
#B3786A
(179,120,106)
#BB867A
(187,134,122)
#C3948A
(195,148,138)
#CBA29A
(203,162,154)
#D3B0AA
(211,176,170)
#DBBEBA
(219,190,186)
#E3CCCA
(227,204,202)
#EBDADA
(235,218,218)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A35C4A; }

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

This text font color is #A35C4A.


Background Color

.myBgColor { background-color: #A35C4A; }

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

This div background color is #A35C4A.


Border color

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

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

This div border color is #A35C4A.


Opacity

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

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

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

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

This text has shadow with #A35C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35C4A on black background.


Color preview on white background

This text has color #A35C4A on white background.



Black color preview on #A35C4A background

This text has black color on #A35C4A background.


White color preview on #A35C4A background

This text has white color on #A35C4A background.